Author Topic: I'm having a build issue??? Help!  (Read 6547 times)

nobody

  • Guest
I'm having a build issue??? Help!
« on: April 07, 2009, 06:00:23 AM »
If anyone would like to take a moment and review the information below.... I can not get NASM to build properly and I am not sure why.
I am installing this on a remote unix ...freebsd4.7 server
Any information would be much appreciated, even the slightesty amount as I am completely stumped.


 Building for nasm-2.05.01,1
cc -c -O -pipe  -W -Wall -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c
In file included from preproc.h:12,
                 from nasm.h:20,
                 from nasm.c:20:
pptok.h:103: warning: comma at end of enumerator list
In file included from nasm.c:20:
nasm.h:79: warning: comma at end of enumerator list
nasm.h:187: warning: comma at end of enumerator list
nasm.h:198: warning: comma at end of enumerator list
nasm.h:204: warning: comma at end of enumerator list
In file included from nasm.c:20:
nasm.h:624: warning: comma at end of enumerator list
In file included from nasm.c:24:
float.h:20: warning: comma at end of enumerator list
nasm.c:95: warning: comma at end of enumerator list
nasm.c: In function `define_macros_early':
nasm.c:228: syntax error before `PRId64'
nasm.c: In function `main':
nasm.c:390: syntax error before `PRId32'
nasm.c: In function `report_error_gnu':
nasm.c:1830: syntax error before `PRId32'
nasm.c: In function `report_error_vc':
nasm.c:1866: syntax error before `PRId32'
nasm.c: In function `no_pp_getline':
nasm.c:2045: syntax error before `PRId32'
nasm.c:2044: warning: unused variable `nm'
nasm.c:2051: `nm' undeclared (first use in this function)
nasm.c:2051: (Each undeclared identifier is reported only once
nasm.c:2051: for each function it appears in.)
nasm.c:2053: break statement not within loop or switch
nasm.c:2042: warning: `ln' might be used uninitialized in this function
nasm.c:2043: warning: `li' might be used uninitialized in this function
nasm.c: At top level:
nasm.c:2056: syntax error before `->'
nasm.c:2056: warning: type defaults to `int' in declaration of `line'
nasm.c:2056: warning: parameter names (without types) in function declaration
nasm.c:2056: ANSI C forbids data definition with no type or storage class
nasm.c:2058: syntax error before `return'
nasm.c:40: warning: `get_bits' used but never defined
nasm.c:41: warning: `get_cpu' used but never defined
nasm.c:138: warning: `no_pp_cleanup' used but never defined
*** Error code 1

Stop in /var/build/ports/devel/nasm/work/nasm-2.05.01.
*** Error code 1

Stop in /ports/devel/nasm.
*** Error code 1

Stop in /ports/devel/sdl12.
*** Error code 1

Stop in /ports/devel/sdl12.
*** Error code 1

Stop in /ports/multimedia/ffmpeg.
*** Error code 1

Stop in /ports/multimedia/ffmpeg.