Hello Dr. Hipp:
I have previously reported compiler warnings to you issued
by the Pelles C MS-Windows compiler and you have repaired
them in the following release. This is the first time I have tried
to compile the single file sqlite3.c using the compiler version 3.50
and it reported some mismatches between prototypes and
subsequent declarations for the following functions. In all
cases, the prototype used a void parameter list and the
declaration used a K&R style empty parameter list.
line 9820: ThreadData *sqlite3ThreadData(void){
line 9833: const ThreadData *sqlite3ThreadDataReadOnly(void){
line 9844: void sqlite3ReleaseThreadData(void){
line 9876: int sqlite3MallocFailed(void){
line 16620: void sqlite3WinEnterMutex(void){
line 16637: void sqlite3WinLeaveMutex(void){
line 64683: int sqlite3_global_recover(void){
Changing the declarations as shown above eliminated
the warnings.
After clearing these warnings, I discovered that the Pelles C
compiler was unable to complete the compilation of sqlite3.c
and timed out after 300 seconds. So it appears that I need
to revert to separate source files that were available with
earlier versions of sqlite3.
Regards,
Chris Peachment
On Mon, 30 Apr 2007 21:50:44 -0400, Teg wrote:
>Hello drh,
>I'm happy with the new source release method. I was fine with the old
>way too. The new method is slightly more convenient for me when I
>upgrade.
>C
>Monday, April 30, 2007, 5:46:19 PM, you wrote:
>dhc> Martin Jenkins <[EMAIL PROTECTED]> wrote:
>>>
>>> As fas as I know, the dev team is Dr Hipp and Dan Kennedy (apologies if
>>> there's someone else and I missed you) and I agree, it is slightly odd
>>> for neither of them to reply.
>>>
>dhc> Why is it odd? The issue is not something that needs replying
>dhc> to. This is not a bug. There has been a request for a different
>dhc> kind of partially-compiled code distribution for the convenience
>dhc> of some users. We have observed the request. What more needs to
>dhc> be said?
>dhc> --
>dhc> D. Richard Hipp <[EMAIL PROTECTED]>
>dhc>
>-----------------------------------------------------------------------------
>dhc> To unsubscribe, send email to [EMAIL PROTECTED]
>dhc>
>-----------------------------------------------------------------------------
>--
>Best regards,
> Teg mailto:[EMAIL PROTECTED]
>-----------------------------------------------------------------------------
>To unsubscribe, send email to [EMAIL PROTECTED]
>-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------