From: brunet e. <eri...@la...> - 2005-09-09 15:17:04
|
hello, I have a compilation error (make step) with gcc 3.4.2 (or 3.3.2 too)= : =3D=3D=3D=3D=3Ddump=3D=3D=3D=3D=3D creating mdb-sql if gcc -DHAVE_CONFIG_H=20 -DLOCALEDIR=3D\"/usr/local/mdbtools-0.6pre1/share/locale\" -I. -I. -I../../include -I../../include=20 -I/usr/local/glib-2.0.7/include/glib-2. 0 -I/usr/local/glib-2.0.7/lib/glib-2.0/include =20 -I/usr/local/unixODBC/include - I/usr/local/glib/lib/glib-2.0/include=20 -I/usr/local/glib/include/glib-2.0/ -I/usr /local/include/readline -I/usr/local/include/ncurses -g -O2 -DSQL= =20 -DUNIXODBC -M T mdb-ver.o -MD -MP -MF ".deps/mdb-ver.Tpo" \ -c -o mdb-ver.o `test -f 'mdb-ver.c' || echo './'`mdb-ver.c; \ then mv -f ".deps/mdb-ver.Tpo" ".deps/mdb-ver.Po"; \ else rm -f ".deps/mdb-ver.Tpo"; exit 1; \ fi In file included from /usr/include/locale.h:51, from mdb-ver.c:23: /usr/local/include/libintl.h:234: error: parse error before "asm" /usr/local/include/libintl.h:252: error: parse error before "asm" make[2]: *** [mdb-ver.o] Error 1 make[2]: Leaving directory=20 `/QS/PACKAGES/pkg_source/mdbtools-0.6pre1/src/util' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/QS/PACKAGES/pkg_source/mdbtools-0.6pre1/= src' make: *** [all-recursive] Error 1 =3D=3D=3D=3D=3Ddump=3D=3D=3D=3D=3D any idea? notice : -I haven't installed libglade or other package for gui (except glib 2= .0.7) -I tried mdtools 0.5 but I notice a date problem (I obtained a=20 'mm/dd/yy' intead of 'mm/dd/yyYY') swhen I export mdb files. Moreover I noticed an error in header of the csv when I re-exported t= he=20 mdb with modification in a date field (data order don't change, but= =20 header field modified is positioned to the end!) So I decided to try the last version. --=20 Eric BRUNET |