From: Matěj C. <mc...@re...> - 2012-05-15 21:21:22
|
On 15.5.2012 22:45, Benoit Grégoire wrote: > On May 15, 2012 09:00:10 AM Matej Cepl wrote: >> On 2.11.2007 00:55, Benoit Grégoire wrote: >>> You need gengetopt to build from CVS (it's not needed when building from >>> the tarball). >> >> The same here on Fedora 17. How come both ./autogen.sh and ./configure >> succeeded without any problem? IMHO, they shouldn't. > > Ok, fixed in git. Better, but apparently not there yet (or is it too new gcc?): make[2]: Entering directory `/home/matej/archiv/knihovna/repos/tmp/libofx/ofxconnect' gengetopt --unamed-opts < cmdline.ggo gcc -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -g -O2 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c mv -f .deps/cmdline.Tpo .deps/cmdline.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -fvisibility-inlines-hidden -fvisibility=hidden -g -O2 -MT nodeparser.o -MD -MP -MF .deps/nodeparser.Tpo -c -o nodeparser.o nodeparser.cpp mv -f .deps/nodeparser.Tpo .deps/nodeparser.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -fvisibility-inlines-hidden -fvisibility=hidden -g -O2 -MT ofxpartner.o -MD -MP -MF .deps/ofxpartner.Tpo -c -o ofxpartner.o ofxpartner.cpp ofxpartner.cpp: In function ‘bool OfxPartner::post(const string&, const string&, const string&)’: ofxpartner.cpp:198:26: error: ‘unlink’ was not declared in this scope make[2]: *** [ofxpartner.o] Error 1 make[2]: Leaving directory `/home/matej/archiv/knihovna/repos/tmp/libofx/ofxconnect' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matej/archiv/knihovna/repos/tmp/libofx' make: *** [all] Error 2 wycliff:libofx (master) $ gcc --version gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5) Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. wycliff:libofx (master) $ Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC - Do you think of yourself as a Christian artist? - I'm an artist who is a Christian. I'm not a Christian artist. -- Johny Cash in his last interview |