[Monetdb-developers] autogen.py

2009-05-25 Thread RichardGUO Fei
Hi, I am new to MonetDB development. I add some source files to MonetDB/MonetDB/src/gdk, which rely on the external libraries. When I try to modify Makefile.am in order to add the relevant link information. It says that it was generated by autogen.py. To be honest, I do not know autogen.py

[Monetdb-developers] mclient mem-usage during --dump

2009-05-25 Thread Wouter Alink
Hello, Question: is there any reason for mclient to use (large) amounts of memory during a dump of a sql database? syntax used: $ mclient -lsql -D -dsomedatabase > dump.sql I observe >12 GB of resident memory use when dumping a 2GB (in dump text format) database (it steadily grows), using the Ma

Re: [Monetdb-developers] Installing MonetDB5 (Stable) failed on Int.32.32.d.1-Windows5.1 Mic.32.32.d.1-Windows5.1 Int.64.32.d.1-Windows5.2 Mic.64.32.d.1-Windows5.2 Mic.64.64.d.1-Windows5.2

2009-05-25 Thread Stefan Manegold
On Mon, May 25, 2009 at 10:37:10AM +0200, Sjoerd Mullender wrote: > Stefan Manegold wrote: > > I see --- thanks! --- apparently, my clean-up attempt was a bit too eager > > ... > > > > Also my attemt of just re-adding the *export definitions in .h header files > > does not seem to work; I still ge

Re: [Monetdb-developers] Installing MonetDB5 (Stable) failed on Int.32.32.d.1-Windows5.1 Mic.32.32.d.1-Windows5.1 Int.64.32.d.1-Windows5.2 Mic.64.32.d.1-Windows5.2 Mic.64.64.d.1-Windows5.2

2009-05-25 Thread Sjoerd Mullender
Stefan Manegold wrote: > I see --- thanks! --- apparently, my clean-up attempt was a bit too eager > ... > > Also my attemt of just re-adding the *export definitions in .h header files > does not seem to work; I still get the missing lib_streams.lib (ate laste > with icc --- vs seems to work fine

Re: [Monetdb-developers] Installing MonetDB5 (Stable) failed on Int.32.32.d.1-Windows5.1 Mic.32.32.d.1-Windows5.1 Int.64.32.d.1-Windows5.2 Mic.64.32.d.1-Windows5.2 Mic.64.64.d.1-Windows5.2

2009-05-25 Thread Sjoerd Mullender
Functions that are referred to from outside the DLL they are defined in *must* be declared with __declspec(dllexport) in the DLL they are defined in, and with __declspec(dllimport) in the DLL they are used in. If they are looked up dynamically, then they still *must* be declared with __declspec(dl

Re: [Monetdb-developers] Installing MonetDB5 (Stable) failed on Int.32.32.d.1-Windows5.1 Mic.32.32.d.1-Windows5.1 Int.64.32.d.1-Windows5.2 Mic.64.32.d.1-Windows5.2 Mic.64.64.d.1-Windows5.2

2009-05-25 Thread Stefan Manegold
I see --- thanks! --- apparently, my clean-up attempt was a bit too eager ... Also my attemt of just re-adding the *export definitions in .h header files does not seem to work; I still get the missing lib_streams.lib (ate laste with icc --- vs seems to work fine in my settings, and did so when tes

Re: [Monetdb-developers] Installing MonetDB5 (Stable) failed on Int.32.32.d.1-Windows5.1 Mic.32.32.d.1-Windows5.1 Int.64.32.d.1-Windows5.2 Mic.64.32.d.1-Windows5.2 Mic.64.64.d.1-Windows5.2

2009-05-25 Thread Stefan Manegold
Dear all, removing the *_export macro definitions from .c source files seems to have broken M5 compilation on Windows --- I'm busy fixing it by re-adding these definitions in .h header files... Stefan On Mon, May 25, 2009 at 05:06:19AM +0200, Testweb Compilation wrote: > copy "lib_streams.