Fred Kiefer <fredkiefer <at> gmx.de> writes: > > Gregory John Casamento wrote: > > With a clean checkout and a clean install, I still get this: > > > > Compiling file set_show_service.m ... > > Linking tool set_show_service ... > > ../Source/./obj/libgnustep-gui.so: undefined reference to `nsanimation_progressMarkSorter' > > collect2: ld returned 1 exit status > > I had a look at the code and perhaps it helps to remove the "static > INLINE" declaration for this function. Marking it as inline does surely > not help, when it is only used as a function pointer.
I wrote that with the hope the compiler might do some optimization here, as the function pointer is used in an inline function... I think it might be a GCC 4.1.1 bug : i just tried with mingw-gcc3.4.2 and it compiles without error. regards Xavier _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
