Opened 16 years ago

Last modified 14 years ago

#15685 closed defect

Etoile fails to build — at Initial Version

Reported by: carlos_lemare@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: tiger Cc: carlos_lemare@…
Port: Etoile

Description

Etoile fails to build in my powerbook. The error it shows is this:

Clemare-PowerBook:~ clemare$ sudo port install etoile ---> Building Etoile with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_Etoile/work/Etoile" && gnumake all messages=yes GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles azalea=no background=no dock=no login=no corner=no idle=no azswitch=no jabber=no outerspace=no sketch=no " returned error 2 Command output: ln -s Versions/Current/Resources Resources; \

fi; \ if [ ! -h "Headers" ]; then \

rm -f Headers; \ ln -s Versions/Current/Headers Headers; \

fi

cd ./derived_src; \

if [ ! -h "PopplerKit" ]; then \

rm -f ./PopplerKit; \ ln -s ../PopplerKit.framework/Headers \

./PopplerKit; \

fi

Making all in subprojects of framework PopplerKit... Making all for subproject bindings... g++-mp-4.2 poppler.cc -c \

-MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -I/opt/local/include/poppler -I/opt/local/include -I/opt/local/include/poppler -I/opt/local/include/freetype2 -I/opt/local/include -g -DPOPPLER_0_5 -I./MissingKit -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_Etoile/work/Etoile/Build -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_Etoile/work/Etoile/Frameworks/PopplerKit -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_Etoile/work/Etoile/Frameworks/PopplerKit/Headers -I/usr/X11R6/include -I/usr/X11R6/include -I./../derived_src -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \

-o obj/poppler.o

poppler.cc: In function 'int poppler_init(const unsigned char*, const unsigned char, unsigned int)': poppler.cc:113: warning: comparison between signed and unsigned integer expressions poppler.cc:121: warning: too few arguments for format poppler.cc:126: error: no matching function for call to 'GlobalParams::GlobalParams(NULL)' /opt/local/include/poppler/GlobalParams.h:144: note: candidates are: GlobalParams::GlobalParams() /opt/local/include/poppler/GlobalParams.h:139: note: GlobalParams::GlobalParams(const GlobalParams&) poppler.cc: At global scope: poppler.cc:25: warning: 'void dump_fonts(FcConfig*)' defined but not used gnumake[4]: * [obj/poppler.o] Error 1 gnumake[3]: * [bindings.all.subproject.variables] Error 2 gnumake[2]: * [PopplerKit.all.framework.variables] Error 2 gnumake[1]: * [internal-all] Error 2 gnumake: * [internal-all] Error 2

Error: Status 1 encountered during processing.

Change History (0)

Note: See TracTickets for help on using tickets.