Compiling the MySql library on Win32
Gordon Weakliem <[email protected]>
| Newsgroups | gmane.lisp.scheme.plt.schematics |
|---|---|
| Message-ID | <14542609.1088023921016.JavaMail.www-data@c007> |
I was messing around with the MySQL library on Win32. First of all, I had to create an alternate makefile to deal with the paralell universe that is NMAKE (everything looks vaguely familiar, but nothing works like you expect), I'll check that in to CVS. The second thing is that the functions int mysql_create_db(MYSQL *mysql, const char *DB); int mysql_drop_db(MYSQL *mysql, const char *DB); That are exported through SWIG are listed as deprecated in the docs (they recommend using CREATE DATABASE / DROP DATABASE statements). Actually, I think they're gone in MySQL 4.0, since I can't link to them, but it links fine once I remove them from the .i file. Would there be objections to removing these from the .i file, or is there a better, backwards compatible approach? -- Gordon Weakliem http://www.eighty-twenty.net ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com