using sqlite3 with lua
Posted
by mr calendar
on Stack Overflow
See other posts from Stack Overflow
or by mr calendar
Published on 2010-05-18T14:46:15Z
Indexed on
2010/05/18
14:50 UTC
Read the original article
Hit count: 326
I'm trying to use sqlite3 with lua (am already using c++, but I'm a n00b with lua- I read this) but I'm getting the following when trying to build the library or whatever:
C:\lib\lsqlite3-7>mingw32-make
process_begin: CreateProcess(NULL, pkg-config --version, ...) failed.
makefile:53: *** windows32. Stop.
I'm not at all surprised at a makefile failing but I can't do them (is it spaces or tabs? where is it they have to go?), I would have thought there was a binary for windows?
Any simple answers appreciated. I haven't got the time to learn make or install cygwin or whatever.
© Stack Overflow or respective owner