Problem with clsql-mysql.dll

Michael Zuhause <[email protected]> Wed, 25 Jul 2012 20:52:56 +0200
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
Hi,

I tried today to install clsql via quicklisp for my mysql system with 
SBCL on W7. SBCL and Mysql were just installed in the last two weeks and 
supposed to be the most recent stable versions. However, compilation of 
clsql-mysql failed.

(require 'clsql)
...
; compiling (DEFUN MYSQL-DATA-SEEK ...)

; C:/.../db-mysql/ASDF-TMP-mysql-api.fasl written
; compilation finished in 0:00:00.723
ASDF could not load clsql-mysql because
Undefined alien: "clsql_mysql_field_flags".

I searched in the net, apparently two users solved the issue by 
recompiling the clsql_mysql.dll for windows.

I don't have any C development environment and did my last C programming 
a decade ago, so this would be quite adventures for me. OTOH the most 
recent version of the dll I could find is dated 2007. I tried so far to 
do it with Microsofts Visual C++  but failed miserably.

Can someone help? Maybe it's worthwhile to update the dll on Sourceforge 
as well?

Michael

_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql