On 09.02.2013 22:48, carl wrote:
The Problem in core/back make ...... Making all for tool gpbs... .... Compiling file xpbs.m ... Linking tool gpbs ... /opt/GNUstep/Local/Library/Libraries/x86_64/linux-gnu/gnu-gnu-gnu/libgnustep-gui.so: undefined reference to `png_set_longjmp_fn' collect2: error: ld returned 1 exit status make[4]: *** [obj/x86_64/linux-gnu/gnu-gnu-gnu/gpbs] Error 1 make[3]: *** [internal-tool-all_] Error 2 make[2]: *** [gpbs.all.tool.variables] Error 2 .... A Solution adjust core/back/config.make.in thusly: GRAPHIC_LIBS=@LIBS@ -lpng15 GRAPHIC_CFLAGS=@CPPFLAGS@ -I/usr/local/include/libpng15
Your solution may work for your specific case, but it isn't something that should be applied in the general case.
Did you try to compile back as a library? When it gets compiled as a bundle the gui dependencies should be added automatically.
This may again be a problem of the non-flattened structure you are using, but this time I am not sure.
_______________________________________________ Bug-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnustep
