bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick


From: Sebastian Reitenbach
Subject: [bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick
Date: Tue, 11 Oct 2011 16:39:36 +0000
User-agent: Mozilla/5.0 (X11; OpenBSD i386; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #1, bug #34529 (project gnustep):

OK, looking a bit closer, I added this to the configure environment:

IMAGEMAGICK_LIBS="-L${X11BASE}/lib/ -lxcb -lfontconfig -lX11 -lICE -lSM -lXt
-lXext -lfreetype -lMagickCore"

this allowed me to build gnustep-gui.

However now I think even worse: all applications seem to link against those
libraries too:

i.e. linking addresses:

clang  -Wl,-E  -L../Frameworks/AddressView/AddressView.framework/.
-L../Frameworks/Addresses/Addresses.framework/. -lAddressView -lAddresses    
-shared-libgcc -fexceptions -fgnu-runtime -o
AddressManager.app/./AddressManager 
./obj/AddressManager.obj/Controller.m.o
./obj/AddressManager.obj/DragDropMatrix.m.o ./obj/AddressManager.obj/main.m.o 
     -L/addresses-0.4.7_writes_to_HOME/GNUstep/Library/Libraries
-L/usr/local/lib  -L/usr/local/lib    -lgnustep-gui     -lgnustep-base    
-lobjc2   -lm

/usr/bin/ld: warning: libfreetype.so.18.0, needed by
/usr/local/lib/libgnustep-gui.so.0.20, not found (try using -rpath or
-rpath-link)
/usr/local/lib/libungif.so.5.4: warning: vsprintf() is often misused, please
use vsnprintf()
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XFreePixmap'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XSetInputFocus'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XSetWMProtocols'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XSetWMIconName'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XShmDetach'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XAllocIconSize'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XCheckWindowEvent'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XCreateFontCursor'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XResourceManagerString'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XrmCombineDatabase'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`FcObjectSetBuild'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XSetTransientForHint'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XDrawString'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XCopyPlane'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XSync'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`FT_Init_FreeType'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XDrawLines'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XDrawImageString'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XDefineCursor'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XFreeCursor'
/usr/local/lib/libwmf.so.8.0: undefined reference to `XDrawPoint'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XMapWindow'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XrmPutFileDatabase'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to
`XSetClipRectangles'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `FT_Load_Glyph'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `FT_Done_Face'
/usr/local/lib/libMagickCore.so.2.0: undefined reference to `XGetVisualInfo'
...

Sebastian

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34529>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]