Re: Win32 Make
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4eL0EV67h9U35UeVOGW=DtviGmmbA=DW_DE9TGJVfHPXQ@mail.gmail.com> |
Il 30/Lug/2015 00:58, "Ramiro Morales" <[email protected]> ha scritto: > > Oops. Please ignore this part of my previous message, it's from an > unrelated build: > > On Wed, Jul 29, 2015 at 6:29 PM, Ramiro Morales <[email protected]> wrote: > > Console excerpt: > > > > Using MSVC 2008 build environment for 32 bit architecture > > Setting environment for using Microsoft Visual Studio 2008 x86 tools. > > Executing: cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .. > > -- The C compiler identification is MSVC 15.0.30729.1 > > -- The CXX compiler identification is MSVC 15.0.30729.1 > > -- Check for working C compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe > > -- Check for working C compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe -- works > > -- Detecting C compiler ABI info > > There are different possibilities. Function is inline (I suspect it is). Function is non __cdecl. Function is declared as C++ (I don't think so). Can you find function declaration into the headers? Frediano