Hi Jaroslav, thanks for your report. Sorry it didn't work. I looked at your configure output and I'm a bit confused (eg, if you disabled jni, why is it looking for the jni headers ?). I wonder if maybe you have edited the configure script to get it working ?
I suggest the following: * download SQLClient again. Do not edit anything. * Use the following configure: ./configure --enable-mysql-bundle --with-additional-include=/usr/local/include --with-additional-lib=/usr/local/lib then check the results (you're obviously looking for the MySQL bundle being built; ignore anything else). If it couldn't find the MySQL headers/libs, please try again changing the '--with-additional-include / --with-additional-lib' to match the location of your MySQL libs ... until they're found and used :-) * I hope that works. :-) If it still doesn't work, please send us as much information as you can -- - the version of SQLClient you're using - where your mysql headers/libs are located - what ./configure command you're using - the output of ./configure - your config.log file and we'll look at it Thanks (and best luck with your ObjC/MySQL experiments!) :-) _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
