View Single Post
Old 01-20-2009, 04:21 PM   #33
thomega
Connoisseur
thomega began at the beginning.
 
Posts: 56
Karma: 22
Join Date: Oct 2008
Location: Würzburg, Germany
Device: iRex DR1000S
Quote:
Originally Posted by tjdean256 View Post
Trying to compile irextools 0.3 in Windows XP, but am receiving errors in the configure step. Configure first complains about an undefined reference to 'sqlite3_open'
That means that it doesn't find SQLite3 for a C test program, O'Caml isn't involved yet. Have you tried to set the LDFLAGS environment variable?

Quote:
Originally Posted by tjdean256 View Post
I dont' know if the next error is related to sqlite but the log indicates a failure to compile CamlPDF.
That's separate. CamlPDF doesn't need SQLite3. Have you installed zlib? AFIAK, that's the only library CamlPDF uses.
thomega is offline   Reply With Quote