Hi Miguel,

> I just installed wxSQLite3 library

Which version of wxSQLite3? For which version of wxWidgets? On which platform? 

I guess you are using a Linux system. In that case a suitable version of SQLite 
needs to installed prior to building wxSQLite3. Which version is needed depends 
on the version wxSQLite3 you plan to use.

> (with some problems: the script to check aclocal version fails,

What error messages are shown?

> then I exclude the check), and when I try to use the lib, the following
> error occurs: 
>     undefined reference to `wxSQLite3Database::Open(wxString const&)'

Starting with version 1.7.0 of wxSQLite3 the signature of the Open method 
changed. There is now an additional optional parameter 'password'. Do you have 
an older version of wxSQLite3 installed on your system?

> I using the wxsqlite3u lib. The stranger is that on  'make' command the
> sample mininal is compiled and linked.

If that works without problems there has to be an installed version of 
wxSQLite3 somewhere.

> I try to use the not installed lib (wxsqlite3/lib/libwxsqlite3u.so)
> with no success. 

Maybe you have two different versions of wxSQLite3 on your system and the 
include paths are somehow mixed up.

> Someone have the same error??

It's the first time such an error is reported to me.

Regards,

Ulrich
-- 
E-Mail privat:  [EMAIL PROTECTED]
E-Mail Studium: [EMAIL PROTECTED]
World Wide Web: http://www.stud.fernuni-hagen.de/q1471341



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to