Really strange error :-( After more thinking, you might just remove the calls to gnome_authentication_manager_init and things should compile, anyway I'm about to remove in svn trunk.
Le samedi 15 mars 2008 à 15:10 +0100, Jack Malmostoso a écrit : > On Tue, 2008-03-11 at 14:15 +0100, Daniel Leidert wrote: > > The problem is, that it doesn't link against libgnomeui. You can edit > > configure.ac. There search for REQUIREMENTS=. Put the following line > > into this "listing: > > > > libgnomeui-2.0 >= 2.6.0 \ > > > > (note the ending backslash!). Then save your change and run autoreconf. > > Now configure and compile. > > Dear Daniel, > > thank you for your help. > I have done what you suggested, but the compilation does not even start. > ./configure runs just fine (after running autoreconf, obviously) but > when I invoke "make" I get: > > [EMAIL PROTECTED]:~/Desktop/gnome-chemistry-utils-0.9.2$ make > make all-recursive > make[1]: Entering directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2' > Making all in po > make[2]: Entering directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2/po' > file=`echo de | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file de.po > file=`echo es | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file es.po > file=`echo fr | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file fr.po > file=`echo it | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file it.po > file=`echo pl | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file pl.po > file=`echo ru | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -o $file ru.po > make[2]: Leaving directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2/po' > Making all in database > make[2]: Entering directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2/database' > LC_ALL=C ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po > elements.xml.in elements.xml > Possible unintended interpolation of @INTLTOOL_ICONV in string > at ../intltool-merge line 96. > Global symbol "@INTLTOOL_ICONV" requires explicit package name > at ../intltool-merge line 96. > BEGIN not safe after errors--compilation aborted at ../intltool-merge > line 263. > make[2]: *** [elements.xml] Error 9 > make[2]: Leaving directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2/database' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/jack/Desktop/gnome-chemistry-utils-0.9.2' > make: *** [all] Error 2 > > Any more ideas? Thank you again! > _______________________________________________ Gchemutils-main mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gchemutils-main
