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] 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] pathfinder __func___ not declared

2008-02-25 Thread Stefan Manegold
Hi, 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++ compiler. See http://monetdb.cwi.nl/projects/monetdb//MonetDB/Documentation/Windows-Installation.html#Windows-Installation for details. S

[Monetdb-developers] pathfinder __func___ not declared

2008-02-25 Thread mobigital-nbl
does anyone know what may be the issue causing this compilation error: this is when buildng "pathfinder" on win64. other components have built successfully - buildtoold, MonetDB, clients, MonetDB4, MonetDB5, sql. C:\monetdb\pathfinder\NT>nmake /nologo BITS64=1 NEED_MX=1 DEBUG=1 HAVE_ICONV=1 HA