aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: oSX 10.5 error with 26052008  (Read 2102 times)

MidgetInaBikini

  • Approved Newbie
  • *
  • Karma: -14
  • Offline Offline
  • Posts: 24
oSX 10.5 error with 26052008
« on: May 26, 2008, 09:12:08 AM »

rm -f libmulecommon.a
ar cru libmulecommon.a libmulecommon_a-Format.o libmulecommon_a-MD5Sum.o libmulecommon_a-MuleDebug.o libmulecommon_a-StringFunctions.o libmulecommon_a-FileFunctions.o libmulecommon_a-TextFile.o libmulecommon_a-Path.o
ranlib libmulecommon.a
make[4]: Nothing to be done for `all-am'.
Making all in utils
Making all in xas
Making all in docs
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in cas
Making all in docs
make[5]: Nothing to be done for `all'.
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" -c -o cas-cas.o `test -f 'cas.c' || echo './'`cas.c; \
   then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; else rm -f ".deps/cas-cas.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" -c -o cas-configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
   then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; else rm -f ".deps/cas-configfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" -c -o cas-functions.o `test -f 'functions.c' || echo './'`functions.c; \
   then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; else rm -f ".deps/cas-functions.Tpo"; exit 1; fi
functions.c: In function 'get_path':
functions.c:84: warning: pointer targets in passing argument 3 of 'CFURLGetFileSystemRepresentation' differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
   then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; else rm -f ".deps/cas-graphics.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-html.o -MD -MP -MF ".deps/cas-html.Tpo" -c -o cas-html.o `test -f 'html.c' || echo './'`html.c; \
   then mv -f ".deps/cas-html.Tpo" ".deps/cas-html.Po"; else rm -f ".deps/cas-html.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/local/include -D__GD__ -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS -MT cas-lines.o -MD -MP -MF ".deps/cas-lines.Tpo" -c -o cas-lines.o `test -f 'lines.c' || echo './'`lines.c; \
   then mv -f ".deps/cas-lines.Tpo" ".deps/cas-lines.Po"; else rm -f ".deps/cas-lines.Tpo"; exit 1; fi
gcc  -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH  -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTENSIONS  -bind_at_load -L/usr/local/cryptopp/lib  -lpthread -o cas -framework CoreServices cas-cas.o cas-configfile.o cas-functions.o cas-graphics.o cas-html.o cas-lines.o  -L/usr/X11/lib -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11/lib -lgd -lXpm -lX11 -lfontconfig -lfreetype -lpng12 -lz -liconv  -lz
Undefined symbols:
  "_gdImageJpeg", referenced from:
      _createimage in cas-graphics.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[5]: *** [cas] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Logged