John Labenski ha scritto: > There's also a difference in the versions of the bakefile and autoconf > versions. > > BAKEFILE_BAKEFILE_M4_VERSION="0.2.0" > BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.2" > > Giving you this message. > > "Versions of Bakefile used to generate makefiles 0.2.2 and configure > 0.2.0 do not match." > > If you just edit the configure script and change them both to 0.2.2 it > works. I can't find where these get set, but they're in the generated > files "aclocal.m4" and "autoconf_inc.m4" after running aclocal.sh. yes, exactly. If you have just upgraded your bakefile version to 0.2.2 you should remove those auto-generated .m4 files (i.e. "aclocal.m4" and "autoconf_inc.m4") and also the "autom4te.cache" folder and then rerun the bakefile_gen and acregen.sh script.
If the mismatch persists, then you'll need to be sure that the directory returned by `aclocal --print-ac-dir` does contain the bakefile*.m4 files with the correct BAKEFILE_BAKEFILE_M4_VERSION string. HTH, Francesco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users