Re: [sqlite] Building for vxWorks

2014-07-08 Thread Andy Ling
-Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Jan Nijtmans Sent: 07 July 2014 20:14 2014-07-07 14:44 GMT+02:00 Andy Ling andy.l...@quantel.com: Removing the SQLITE_ENABLE_LOCKING_STYLE I get ...

Re: [sqlite] Building for vxWorks

2014-07-08 Thread Eduardo Morras
On Mon, 7 Jul 2014 12:44:54 + Andy Ling andy.l...@quantel.com wrote: Building the original file with the flags. -DHAVE_UTIME -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_ENABLE_LOCKING_STYLE I get the following errors. sqlite3.c: In function 'posixFchown': sqlite3.c:24249:

Re: [sqlite] Building for vxWorks

2014-07-08 Thread Andy Ling
-Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Eduardo Morras Sent: 08 July 2014 10:19 On Mon, 7 Jul 2014 12:44:54 + Andy Ling andy.l...@quantel.com wrote: Building the original file with the flags.

Re: [sqlite] Building for vxWorks

2014-07-07 Thread Jan Nijtmans
2014-07-04 11:52 GMT+02:00 Andy Ling andy.l...@quantel.com: I now have sqlite running under vxWorks. As nobody offered any suggestions, I thought I would share my experience in the hope it will help others and maybe feed some changes back into the main code. semaphone.h is included if

Re: [sqlite] Building for vxWorks

2014-07-07 Thread Andy Ling
-Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Jan Nijtmans Sent: 07 July 2014 12:24 To: General Discussion of SQLite Database Subject: Re: [sqlite] Building for vxWorks 2014-07-04 11:52 GMT+02:00 Andy Ling andy.l

Re: [sqlite] Building for vxWorks

2014-07-07 Thread Jan Nijtmans
2014-07-07 14:44 GMT+02:00 Andy Ling andy.l...@quantel.com: Removing the SQLITE_ENABLE_LOCKING_STYLE I get ... sqlite3.c: In function 'fileHasMoved': sqlite3.c:25236: error: 'struct unixFileId' has no member named 'ino' sqlite3.c: In function 'semCheckReservedLock': ...

Re: [sqlite] Building for vxWorks

2014-07-04 Thread Andy Ling
-Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Andy Ling Sent: 27 June 2014 10:27 To: 'sqlite-users@sqlite.org' Subject: [sqlite] Building for vxWorks I now have sqlite running under vxWorks. As nobody offered any

Re: [sqlite] Building for vxWorks

2014-07-04 Thread James K. Lowden
On Fri, 4 Jul 2014 09:52:00 + Andy Ling andy.l...@quantel.com wrote: #if OS_VXWORKS USING_DOSFS if ( errno == S_dosFsLib_FILE_NOT_FOUND ) #else if( errno==ENOENT ) #endif If I might suggest, unless ENOENT is defined: #if OS_VXWORKS USING_DOSFS # define ENOENT

[sqlite] Building for vxWorks

2014-06-30 Thread Andy Ling
Hi, I am trying to build sqlite 3.8.5 for vxWorks 6.9 and I'm after a bit of help. To be more precise, I'm building an RTP for 64bit NEHALEM on vxWorks 6.9.3 Straight out of the box it won't build, I get the following errors sqlite3.c:24997: error: expected specifier-qualifier-list before