On 3/19/06, Patrick Bangert <[EMAIL PROTECTED]> wrote: > This tar-ball is missing the following files: sqlite3.h, parse.h and > opcodes.h Those files should be auto generated during build process on UNIX based system. If you're on windows you can either download preprocessed source archive that contains all files needed to compile SQLite or build it your self with MINGW/MSYS.
See http://www.sqlite.org/cvstrac/wiki?p=HowToCompile for more details. Preprocessed source: http://www.sqlite.org/sqlite-source-3_3_4.zip -- Nemanja Corlija <[EMAIL PROTECTED]>

