Re: [Monetdb-developers] load runtime incorrectly

2008-02-26 Thread mobigital-nbl
additional info: it seems even after DEBUG build, my executable is looking for non-DEBUG version of MSVCR90.dll --- mserver5.exe - Unable To Locate Component --- This application has failed to start because MSVCR90.dll was not found. Re-installing

[Monetdb-developers] load runtime incorrectly

2008-02-26 Thread mobigital-nbl
Does anyone know why i may be getting this error: Runtime Error! Program: C:\monetdb\build\bin\mserver5.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information. --- also is there a 'clea

Re: [Monetdb-developers] iconv.dll DEBUG version

2008-02-26 Thread mobigital-nbl
you're right the iconvd.lib and iconvd.dll were actually created, i just didn't see them. many thanks > >> Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and > >> compile using > >> > >> nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1 > >> PREFIX=C:\iconv-1.11.win6

Re: [Monetdb-developers] pathfinder __func___ not declared

2008-02-26 Thread Stefan Manegold
On Tue, Feb 26, 2008 at 01:31:22PM +0100, Sjoerd Mullender wrote: > [EMAIL PROTECTED] wrote: > > Is there a free version of intel compiler that will work? > > it looked to me that Intel compiler must be purchased? > > I believe you can get a time-limited test version. Under http://www.intel.com/

Re: [Monetdb-developers] pathfinder __func___ not declared

2008-02-26 Thread Sjoerd Mullender
[EMAIL PROTECTED] wrote: > Is there a free version of intel compiler that will work? > it looked to me that Intel compiler must be purchased? I believe you can get a time-limited test version. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature --

Re: [Monetdb-developers] iconv.dll DEBUG version

2008-02-26 Thread Sjoerd Mullender
[EMAIL PROTECTED] wrote: > it ran for a while, but couldn't make iconv.lib, do I need to change that > target to > iconvd.lib somewhere in the makefile as well? > > > NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files (x8

Re: [Monetdb-developers] pathfinder __func___ not declared

2008-02-26 Thread mobigital-nbl
Is there a free version of intel compiler that will work? it looked to me that Intel compiler must be purchased? Stefan Manegold wrote: > Pathfinder requires C99 features that are not supported by the Microsoft > Visual C/C++ compiler; hence, on Windows, Pathfinder can only with the Intel > C/C

Re: [Monetdb-developers] iconv.dll DEBUG version

2008-02-26 Thread mobigital-nbl
it ran for a while, but couldn't make iconv.lib, do I need to change that target to iconvd.lib somewhere in the makefile as well? NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\am

Re: [Monetdb-developers] iconv.dll DEBUG version

2008-02-26 Thread Sjoerd Mullender
[EMAIL PROTECTED] wrote: > can someone advise how to build the iconvd.dll (debug version) of iconv. > on windows 64 bit platform. Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and compile using nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1 PREFIX=C:\iconv-1.11.win