Hi Folks:
I just downloaded the latest amalgamated source and got the following error.  
Do I need to change or set someting in the environment?
$ cd sqlite/sqlite-amalgamation-3080900


$ gcc -DSQLITE_THREADSAFE=0 shell.c sqlite3.c -ldl

sqlite3.c: In function `winGetTempname':
sqlite3.c:37577: error: `CCP_POSIX_TO_WIN_W' undeclared (first use in this 
function)
sqlite3.c:37577: error: (Each undeclared identifier is reported only once
sqlite3.c:37577: error: for each function it appears in.)
sqlite3.c:37577: error: `CCP_POSIX_TO_WIN_A' undeclared (first use in this 
function)
sqlite3.c: In function `winFullPathname':
sqlite3.c:38286: error: `CCP_POSIX_TO_WIN_W' undeclared (first use in this 
function)
sqlite3.c:38286: error: `CCP_POSIX_TO_WIN_A' undeclared (first use in this 
function)
sqlite3.c:38287: error: `CCP_RELATIVE' undeclared (first use in this function)

$ gcc -v
Reading specs from /usr/lib/gcc/i686-pc-msys/3.4.4/specs
Configured with: /home/cstrauss/build/gcc3/gcc-3.4.4/configure --prefix=/usr 
--sysconfdir=/etc --localstatedir=/var --infodir=/share/info 
--mandir=/share/man --libexecdir=/lib --en
able-languages=c,c++ --disable-nls --enable-threads=posix 
--enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug 
--with-newlib
Thread model: posix
gcc version 3.4.4 (msys special)
$




Reply via email to