Hi, Ulrich Telle ha scritto: >>>> (with some problems: the script to check aclocal version fails, >> My aclocal version: aclocal (GNU automake) 1.9.6 > > I don't know why you get errors, he get them because in Ubuntu recently /bin/sh does not point anymore to BASH but to a more light-weight shell which does not understand some of the syntax used by acregen.sh.
The fix is to replaced /bin/sh with /bin/bash at the top of the script. >but in the first place there should be no need > to run aclocal at all. The wxSQLite3 distribution contains a configure > script. > It should be sufficient to run "configure" and then "make". Right. aclocal.sh is useless to the end user. Only the maintainer should use it. >> Second (with fixed script): >> configure.ac:22: file `../../../build/autoconf/wxcode.m4' does not exist > > If you need to rerun aclocal, that is, to rebuild the configure script you > need > to download several files from the wxCode build directory. There are several > bakefile presets and autoconf configuration files. Additionally you would > need > bakefile. right >> g++ -o samples/minimal minimal_minimal.o -L./lib -L./lib >> -L./sqlite3/lib -pthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 >> -lwxsqlite3u -lsqlite3 > > wxsqlite3 should be placed before the wxWidgets libraries. this should happen if the <sys-lib> and <library> tags are in correct order (and I see in wxsqlite3.bkl they are not and that the bakefile is using the "old" version of wxCode bakefiles)... > Probably you should use the makefile generated by configure. right HTH, Francesco ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users