Alexander Hansen <[email protected]> said: > Hugo Gagnon wrote: >> >> I am unable to compile the gcin package > > The important part is below: > > ... > cd ..; make > > gcc -bind_at_load -o gcin gcin.o eve.o util.o gcin-conf.o > gcin-settings.o locale.o gcin-icon.o gcin-switch.o gcin-exec-script.o > intcode.o win-int.o win-message.o phrase.o win-sym.o win-inmd-switch.o > pinyin.o win-pho-near.o tsin.o tsin-util.o win0.o win1.o tsin-parse.o > win-pho.o pho.o pho-util.o pho-sym.o table-update.o pho-dbg.o gtab.o > win-gtab.o gtab-util.o gtab-list.o IC.o tray.o eggtrayicon.o > IMdkit/lib/libXimd.a im-srv/im-srv.a -lXtst -L/sw/lib/pango-ft219/lib > -L/sw/lib/fontconfig2/lib -L/sw/lib/freetype219/lib -L/sw/lib > -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices > -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 > -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lz > -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/usr/X11R6/lib > > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: > _XFilterEvent [etc] > This could potentially be related to changes in symbols that are > exported by newer versions of gtk+2, but I'm not sure about that.
Yup, needs explicit -lX11 that gtk+2-dev used to export for no reason. > I'll cc the maintainer of the package. I talked to gcin maintainer earlier this week about updating the package (it's got a new upstream available, and wondering about upstream's total lack of understanding of darwin shared libs). Maintainer is no longer working on the package for now, so if someone wants/needs it, feel free to take it. I looked at it for a few hours...then looked away. jack and I looked at gcin a few days ago, found that it's almost certainly not really needed by galeon (more likely an optional runtime plugin), so could rip it out there and avoid forcing everyone to build it unless you decide you want asian charsets. dan -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
