Hello --- Michael Goffioul <[EMAIL PROTECTED]> wrote: > You need to compile SQLite3 with the following flag: > -DSQLITE_ENABLE_COLUMN_METADATA > Michael.
Thanks!! It went well. Hi Xavier This time I have builded postgres 8.3.0 and it was also successful after little modificaltion postgres 8.3.0 installation. For non-standard directry install postgres 8.3.0, put libpq-fe.h in (install directry)/include/ not in (install directry)/include/postgresql/ so I copied libpq-fe.h to postgresql/ . If you have a chance, please add the configure script to search libpq-fe.h in (install directry)/include/ in addition to include/postgresql/. octave-forge is configured with octave: octave (version 3.0.1) mkoctfile: mkoctfile for Octave 1 swig: pre-generated postgres: yes mysql: mysql/mysql.h not found sqlite3: yes odbc: yes find . -name NOINSTALL -print # shows which toolboxes won't be installed BTW g++ -c -I/mingw/include -I/usr/local/octave-3.0.1/include -I/GnuWin32/include -I/usr/local/octave-3.0.1/include/octave-3.0.1 -I/usr/local/octave-3.0.1/include/octave-3.0.1/octave -I/usr/local/octave-3.0.1/include -mieee-fp -DSQLITE_ENABLE_COLUMN_METADATA -DHAVE_OCTAVE_30 odbc_wrap.cpp -o odbc_wrap.o odbc_wrap.cpp: In function `octave_value_list _wrap_SQLExtendedFetch(const octave_value_list&, int)': odbc_wrap.cpp:5227: error: `SQLROWSETSIZE' was not declared in this scope odbc_wrap.cpp:5227: error: `arg4' was not declared in this scope odbc_wrap.cpp:5227: error: expected primary-expression before ')' token odbc_wrap.cpp:5227: error: expected `;' before numeric constant odbc_wrap.cpp:5264: error: expected primary-expression before ')' token make: *** [odbc.oct] Error 1 I have quick looked at sql.h, sqlext.h, sqltypes.h and sqlucode.h in win32api inculde files of mingw, there defined no SQLROWSETSIZE. It seems that I have to modify the code of odbc_wrap.cpp for mingw odbc set, however I do not enough time and power to do it now. Anyway postgres: success sqlite3: success are grateful reults for me. I would like to express sincere appreciation to Michael and Xavier. Perhaps on cygwin, with Michaes' advise, sqlite3 can be supported. I will try it later. Regards Tatsuro -------------------------------------- GANBARE! NIPPON! Win your ticket to Olympic Games 2008. http://pr.mail.yahoo.co.jp/ganbare-nippon/ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
