Me again...

Here is what I've read:
=============================================
FYI, Compiling for Pocket PC 2003 stopped to work since version 3.7.1
and 3.7.2. So using 3.6.23.1 for now until it gets fixed.
=============================================
(http://comments.gmane.org/gmane.comp.db.sqlite.general/59021)

My SQlite version is 3.7.6.3.

An answer was:
=============================================
There have been several posts on this issue just this week, and suggested
workarounds.
=============================================
but I couldn't find what workarounds the author was talking about.

So, I was wondering if the problem mentionned above was fixed or not... and
what I have to do.

Thank you and all the best,
--
hmas


hmas wrote:
> 
> Hi,
> 
> Thank you for reading my post.
> 
> I have downloaded the following archive:
> http://www.sqlite.org/sqlite-amalgamation-3070603.zip
> It contains:
> - shell.c
> - sqlite3.c
> - sqlite3.h
> - sqlite3ext.h
> 
> My OS is "Windows Vista".
> With "Microsoft Visual Studio 2005 Version 8.0", I created a new
> "Project":
> "File -> New -> Project"
> I chose:
> "Visual C++", "Smart Device"
>     "Win32 Smart Device Project"
> 
> I gave it a name: "sqlite6".
> I selected the SDK: "Pocket PC 2003".
> I chose "Application type": "Static Library".
> I unchecked the additional option (which was checked): "Precompiled
> header".
> 
> In the "Header Files" section of the project, I added the existing items:
> - sqlite3.h
> - sqlite3ext.h
> 
> In the "Source files" section of the project, I added the existing item:
> - sqlite3.c
> 
> When I choose "Build sqlite6", I get the following error:
> 
> =============================================================
> Error 1       error C2065: 'LOCKFILE_EXCLUSIVE_LOCK' : undeclared identifier
> c:\sqlite\sqlite-amalgamation-3070603\sqlite3.c       32390   
> =============================================================
> 
> Can you tell me what to do to solve that issue?
> 
> Best regards,
> --
> hmas
> 

-- 
View this message in context: 
http://old.nabble.com/Error-%28LOCKFILE_EXCLUSIVE_LOCK%29-at-building-sqlite-project-for-pocket-pc-tp31750353p31750888.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to