I am getting a compile error when trying to update bononbo-activation2, which I gather provides an essential set of interfaces for the various components of Gnome.
From what I can make of the rror message below, there appear to be several undeclared identifiers, hence the inability to compile.
Anyone have any idea on how to get a compilable version of this through Fink?
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DSERVER_LIBEXECDIR=\"/sw/lib/bonobo-activation2\" -DBONOBO_ACTIVATION_LOCALEDIR=\"/sw/share/locale\" -DORBIT2=1 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/orbit-2.0 -I/sw/include/linc-1.0 -DVERSION=\"1.0.3\" -DG_DISABLE_DEPRECATED -no-cpp-precomp -I/sw/include -O3 -funroll-loops -fstrict-aliasing -c bonobo-activation-fork-server.c -fno-common -DPIC -o bonobo-activation-fork-server.lo
bonobo-activation-fork-server.c: In function `bonobo_activation_server_by_forking':
bonobo-activation-fork-server.c:289: error: `LincWatch' undeclared (first use in this function)
bonobo-activation-fork-server.c:289: error: (Each undeclared identifier is reported only once
bonobo-activation-fork-server.c:289: error: for each function it appears in.)
bonobo-activation-fork-server.c:289: error: `watch' undeclared (first use in this function)
make[2]: *** [bonobo-activation-fork-server.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling bonobo-activation2-1.0.3-22 failed
Warren Gallin
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
