Re: [sqlite] How to use tornado2.2 build SQLite on VxWorks5.5

2012-08-22 Thread Udon Shaun
gust 23, 2012 3:26 AM Subject: [sqlite] How to use tornado2.2 build SQLite on VxWorks5.5 *I use tornado2.2 to build SQLite3.7.13 on **VxWorks5.5**.* There is a message as follows: I ported sqlite to Vxworks. It was a straight forward port. File locking is not \ possible in VxWorks. So I do not use it. S

[sqlite] How to use tornado2.2 build SQLite on VxWorks5.5

2012-08-22 Thread 张鹤
*I use tornado2.2 to build SQLite3.7.13 on **VxWorks5.5**.* There is a message as follows: I ported sqlite to Vxworks. It was a straight forward port. File locking is not \ possible in VxWorks. So I do not use it. So I define the macro __DJGPP__ which takes \ care of fcntl call used for file loc