[EMAIL PROTECTED] schrieb: > I'm having trouble running make test when I don't have tcl-devel rpm > installed (which contains tcl.h). I've tried both with and without > --disable-tcl but it seems like the tests don't care that I've disabled > tcl. >I can't easily change my build machines (ie installing tcl-devel) so > I'm wondering how I might get this working.
As i understand the setup the Tests are actually Tcl scripts... and for make test the sqlite functions are wrapped as Tcl commands to be excercised (which is a usually trivial excercise with the Tcl C-API). So no 'make test' without Tcl headers. You could rewrite all the Tests in a language that has a foreign function call interface so you could use the sqlite lib without wrapping for doing those tests, e.g. Python+ctype or Tcl+ffidl or any other part of it. But guess thats just a waste of time, those Tcl tests work, are far more portable than any FFI interface you'll find and putting a Tcl on a box (unless your on really small embedded hardware) should not be a problem anywhere. Actually even GCC is tested with Tcl, via DejaGnu/Expect... Michael -- Michael Schlenker Software Engineer CONTACT Software GmbH Tel.: +49 (421) 20153-80 Wiener Straße 1-3 Fax: +49 (421) 20153-41 28359 Bremen http://www.contact.de/ E-Mail: [EMAIL PROTECTED] Sitz der Gesellschaft: Bremen Geschäftsführer: Karl Heinz Zachries, Ralf Holtgrefe Eingetragen im Handelsregister des Amtsgerichts Bremen unter HRB 13215 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users