alex.theis...@me.com has reassigned Bugzilla Automation
<bugzi...@freebsd.org>'s request for maintainer-feedback to m...@freebsd.org:
Bug 213973: x11-toolkits/libgdiplus Building fails because of tests
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213973



--- Description ---
When I try to install the port I get the following linker error:
-------------------------------------------------------------------------------
------
gmake[3]: Entering directory
'/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-4.2/tests'
/bin/sh ../libtool  --tag=CC   --mode=link cc  -D_THREAD_SAFE -O2 -pipe
-march=native  -fstack-protector -fno-strict-aliasing -pthread 
-L/usr/local/lib -fstack-protector -o testgdi testgdi.o ../src/libgdiplus.la
-lm -L/usr/local/lib -lglib-2.0 -lintl   -L/usr/local/lib -lcairo -lpthread   
-L/usr/local/lib -lfontconfig -lfreetype   -L/usr/local/lib -lfreetype  
-L/usr/local/lib -lXrender -lX11   -L/lib -ljpeg -ltiff -lgif -lpng -lz
libtool: link: cc -D_THREAD_SAFE -O2 -pipe -march=native -fstack-protector
-fno-strict-aliasing -pthread -fstack-protector -o .libs/testgdi testgdi.o 
-L/usr/local/lib ../src/.libs/libgdiplus.so -lm -lglib-2.0 -lintl -lcairo
-lpthread -lfontconfig -lfreetype -lXrender -lX11 -L/lib -ljpeg -ltiff -lgif
-lpng -lz -pthread -Wl,-rpath -Wl,/usr/local/lib
testgdi.o: In function `win_draw':
testgdi.c:(.text+0x1e6): undefined reference to `GdipCreateFromXDrawable_linux'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
-------------------------------------------------------------------------------
------

I do not know why this reference can't be found by the linker but the "_linux"
suffix suggests that it is linux specific and shouldn't be compiled on freebsd.
_______________________________________________
freebsd-mono@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"

Reply via email to