Re: [opendbx] Problems compiling opendbx on windows with latest MinGW and msys
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2011-07-07 07:42:36
|
Hi Guille > I'm having problems to setup an opendbx-windows environment with mssql, > using latest MinGW and MSys. I've been already be able to compile and put > freetds to work, and I'm now having problems compiling opendbx :). If you want to connect to an MS SQL server in an windows environment, please prefer the OpenDBX odbc backend :-) > I run the configure this way: > > *CPPFLAGS="-I/c/MinGW/msys/1.0/local/freetds/include" > LDFLAGS="-L/c/MinGW/msys/1.0/local/freetds/lib" ./configure --disable-utils > --with-backends="mssql"* > > When I run the make, I have some errors like the following: > > *undefined reference to `libintl_snprintf'* > > And in the config.log file I see the next lines: > > *configure:18866: gcc -std=gnu99 -o conftest.exe -g -O2 > -I/c/MinGW/msys/1.0/local/freetds/include > -L/c/MinGW/msys/1.0/local/freetds/lib conftest.c>&5 > conftest.c:72:6: warning: conflicting types for built-in function 'snprintf' > * Can you send me the make output including the output of STDERR? Based on your sent make.log I would assume everthing is OK. Norbert |