Hello Chris,

It looks like you've been dealing with this
for a while now.

1. Try these extra gcc flags in your build...
  "-Wall -Wconversion -Wshadow".  Also try
   renaming your database handle to something
    more unique.

2. Have you tried 'strace' like someone else
    suggested?

3.  Strip all unnecessary includes. Check
     your include directory order.

4.  Try a 'ldd' on your binary and make sure
     you have the libraries you expected.

I'd guess that you're most likely dealing with
a path issue ( runtime or compile time, library
or maybe include )

I hope that helps.

Best regards,
Kervin





----- Original Message ----
> From: Chris Brown <[EMAIL PROTECTED]>
> To: General Discussion of SQLite Database <[email protected]>
> Sent: Monday, August 18, 2008 7:06:15 AM
> Subject: Re: [sqlite] System function with Sqlite
> 
> I have tried to trace the problem further through the Sqlite source by 
> checking at which point I could no-longer successfully call the system 
> function. I got as far as xOpen through sqlite3_open > opendatabase > 
> sqlite3Btreefactory > sqlite3Btreeopen > sqlite3PagerOpen > Sqlite3OsOpen > 
> xOpen. Immediately prior to the xOpen call I could successfully make System 
> calls but not after.
> 
> I'm not sure if this additional information may be of help.
> 
> Thanks
> Chris 
> 
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to