Changes between Version 3 and Version 4 of Ticket #16560


Ignore:
Timestamp:
Sep 23, 2008, 4:15:22 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16560 – Description

    v3 v4  
    22
    33{{{
    4 gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \            \        libopt.cIn file included from pm.h:16,                 from libpm.c:42:pm_config.h:487: error: redefinition of typedef 'uint32n'pm_config.h:178: error: previous declaration of 'uint32n' was herepm_config.h:488: error: redefinition of typedef 'int32n'pm_config.h:179: error: previous declaration of 'int32n' was hereIn file included from pm.h:16,                 from libpm.c:42:pm_config.h:623: error: redefinition of typedef 'pm_filepos'pm_config.h:314: error: previous declaration of 'pm_filepos' was heregnumake[3]: *** [libpm.o] Error 1gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2gnumake[2]: *** Waiting for unfinished jobs....gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.ognumake[1]: *** [pgm/all] Error 2gnumake: *** [converter/all] Error 2Error: Status 1 encountered during processing.
     4gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \            \        libopt.c
     5In file included from pm.h:16,
     6                 from libpm.c:42:
     7pm_config.h:487: error: redefinition of typedef 'uint32n'
     8pm_config.h:178: error: previous declaration of 'uint32n' was here
     9pm_config.h:488: error: redefinition of typedef 'int32n'
     10pm_config.h:179: error: previous declaration of 'int32n' was here
     11In file included from pm.h:16,
     12                 from libpm.c:42:
     13pm_config.h:623: error: redefinition of typedef 'pm_filepos'
     14pm_config.h:314: error: previous declaration of 'pm_filepos' was here
     15gnumake[3]: *** [libpm.o] Error 1
     16gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2
     17gnumake[2]: ***
     18Waiting for unfinished jobs....
     19gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o
     20gnumake[1]: *** [pgm/all] Error 2
     21gnumake: *** [converter/all] Error 2
     22Error: Status 1 encountered during processing.
    523}}}
    624