tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] tcc 0.9.26 on win32 cannot compile Sqlite3 successful


From: Stephan Beal
Subject: Re: [Tinycc-devel] tcc 0.9.26 on win32 cannot compile Sqlite3 successfully
Date: Tue, 27 Aug 2013 18:57:37 +0200

On Tue, Aug 27, 2013 at 6:43 PM, Tiago Rodrigues <address@hidden> wrote:
sqlite3.c:20250: warning: assignment makes pointer from integer without a cast
sqlite3.c:44872: warning: assignment makes pointer from integer without a cast
sqlite3.c:77174: warning: assignment makes pointer from integer without a cast

In my experience that's normally caused by a using an implicitly-declared function.

Just out of curiosity: what happens if you add: -D_WIN32 to the compile arguments?i know for a fact that sqlite3 builds just about anywhere, and _suspect_ that it uses config vars not set by tcc. i just peeked at sqlite3 and they use _WIN32 to figure out if they're on Windows.

--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

reply via email to

[Prev in Thread] Current Thread [Next in Thread]