************* WARNING ************* * Your operation system is not * * supported. * * The installation may fail! * *********************************** Preparing PAB3::DB::Driver::Sqlite3 Looking for libsqlite3 ... not found ************* WARNING ************* * Some required libraries has not * * been found. * * The installation may fail! * *********************************** Checking if your kit is complete... Looks good Writing Makefile for PAB3::DB::Driver::Sqlite3 cp Sqlite3.pm blib/lib/PAB3/DB/Driver/Sqlite3.pm cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1.0.1\" -DXS_VERSION=\"1.0.1\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" -DUSE_THREADS my_sqlite3.c Error 112: "my_sqlite3.h", line 10 # Include file not found. #include ^^^^^^^^^^^ Error 419: "my_sqlite3.h", line 51 # 'sqlite3_stmt' is used as a type, but has not been defined as a type. sqlite3_stmt *stmt; ^^^^^^^^^^^^ Error 419: "my_sqlite3.h", line 61 # 'sqlite3' is used as a type, but has not been defined as a type. sqlite3 *con; ^^^^^^^ Error 419: "my_sqlite3.h", line 100 # 'sqlite3' is used as a type, but has not been defined as a type. MY_CON *my_con_add( sqlite3 *con, DWORD tid ); ^^^^^^^ Error 419: "my_sqlite3.h", line 115 # 'sqlite3_stmt' is used as a type, but has not been defined as a type. MY_STMT *my_stmt_add( MY_CON *con, sqlite3_stmt *pStmt ); ^^^^^^^^^^^^ Error 419: "my_sqlite3.c", line 89 # 'sqlite3' is used as a type, but has not been defined as a type. MY_CON *my_con_add( sqlite3 *con, DWORD tid ) { ^^^^^^^ Error 172: "my_sqlite3.c", line 199 # Undeclared variable 'SQLITE_TEXT'. row->types[i] = SQLITE_TEXT; ^^^^^^^^^^^ Error 172: "my_sqlite3.c", line 204 # Undeclared variable 'SQLITE_NULL'. row->types[i] = SQLITE_NULL; ^^^^^^^^^^^ Error 419: "my_sqlite3.c", line 268 # 'sqlite3_stmt' is used as a type, but has not been defined as a type. MY_STMT *my_stmt_add( MY_CON *con, sqlite3_stmt *pStmt ) { ^^^^^^^^^^^^ Error 172: "my_sqlite3.c", line 359 # Undeclared variable 'SQLITE_RANGE'. return SQLITE_RANGE; ^^^^^^^^^^^^ Error 172: "my_sqlite3.c", line 374 # Undeclared variable 'SQLITE_TRANSIENT'. stmt->stmt, p_num, SvPVx( val, svlen ), svlen, SQLITE_TRANSIENT ^^^^^^^^^^^^^^^^ Error 172: "my_sqlite3.c", line 379 # Undeclared variable 'SQLITE_TRANSIENT'. stmt->stmt, p_num, SvPVbytex( val, svlen ), svlen, SQLITE_TRANSIENT ^^^^^^^^^^^^^^^^ Error 699: "my_sqlite3.c", line 379 # Error limit reached; halting compilation. stmt->stmt, p_num, SvPVbytex( val, svlen ), svlen, SQLITE_TRANSIENT ^^^^^^^^^^^^^^^^ make: *** [my_sqlite3.o] Error 2