[opendbx] Building errors opendbx 1.4.5

2011-03-18 Thread Miguel Sanchez
Hi All, I'm trying to make opendbx-1.4.5 under MingW on Win XP SP3. I get the following error on make . (Despite this error I can see it has built ./backends/mssql/.libs/libmssqlbackend-1.dll). I presume what is not being built is libopendbx? . . . libtool: compile: gcc -std=gnu99

Re: [opendbx] Building errors opendbx 1.4.5

2011-03-18 Thread Mariano Martinez Peck
Hi Miguel, what happens if you try with 1.5.0 ?? As far as I can see in 1.4.5, odbxlib.cat the end there is a big if: #ifdef HAVE_WINDOWS_H #include windows.h #endif static int _odbx_lib_register( struct odbx_t* handle, const char* library ) -.. #else #error Building shared

Re: [opendbx] Building errors opendbx 1.4.5

2011-03-18 Thread Norbert Sendetzky
Hi Miguel I'm trying to make opendbx-1.4.5 under MingW on Win XP SP3. I get the following error on make . (Despite this error I can see it has built ./backends/mssql/.libs/libmssqlbackend-1.dll). I presume what is not being built is libopendbx? . odbxlib.c:259:2: error: #error Building