From: William O. <gun...@gm...> - 2011-04-15 07:18:51
|
Salut Gérald, J'ai eu le même problème sous Windows. Pour que la compilation se passe bien, il faut compiler et installer gengetopt avant, puis refaire un ./configure. Lors du make, gengetopt génère des fichiers sources nécessaires à la compilation des outils en ligne de commande. gengetopt se trouve à cette adresse : http://www.gnu.org/software/gengetopt/gengetopt.html Will @Gérald : Désolé pour le spam, j'avais oublié de faire répondre à tous... Le 15 avril 2011 09:01, Gérald Niel <ger...@ge...> a écrit : > Bonjour, > > Le 14 avr. 2011 à 22:21, Benoit Grégoire a écrit : > >> C'est fait (Libofx will now look for DTDs in env variable OFX_DTD_PATH (if present). Pouvez-vous tester la dernière version de git? > > Pour l'instant ça ne compile pas (le répértoire /Users/gerald/gtk/inst sert ensuite à la construction du bundle) : > > Making all in ofx2qif > gcc -DHAVE_CONFIG_H -I. -I.. -I../inc -I/Users/gerald/gtk/inst/include -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -arch i386 -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -MT ofx2qif.o -MD -MP -MF .deps/ofx2qif.Tpo -c -o ofx2qif.o ofx2qif.c > mv -f .deps/ofx2qif.Tpo .deps/ofx2qif.Po > /bin/sh ../libtool --tag=CC --mode=link gcc -arch i386 -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -L/Users/gerald/gtk/inst/lib -L/Users/gerald/gtk/inst/lib -arch i386 -L/Developer/SDKs/MacOSX10.5.sdk/usr/lib -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -Wl,-headerpad_max_install_names -o ofx2qif ofx2qif.o ../lib/libofx.la > libtool: link: gcc -arch i386 -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -Wl,-headerpad_max_install_names -o .libs/ofx2qif ofx2qif.o -L/Users/gerald/gtk/inst/lib -L/Developer/SDKs/MacOSX10.5.sdk/usr/lib ../lib/.libs/libofx.dylib -L/Users/gerald/gtk/inst/include /Users/gerald/gtk/inst/lib/libosp.dylib -lpthread /Users/gerald/gtk/inst/lib/libiconv.dylib -lstdc++ > Making all in ofxdump > make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. Stop. > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > @+ > -- > Gérald Niel > ger...@ge... > > > > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > Libofx-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libofx-devel > |