
Ronald, new source tarballs (and RPMs) for the daily builds of "Stable" release (4.12.1) are available at http://monetdb.cwi.nl/testing/projects/monetdb/Stable/.DailyBuilds./ With these, `make check` should work fine --- at least it does for me. Please let us know, in case you in case you still have problems or encounter new ones. Stefan
On Thu, Oct 05, 2006 at 11:12:52PM +0200, Stefan Manegold wrote:
On Thu, Oct 05, 2006 at 10:31:17AM +0200, Ronald Oussoren wrote:
On Tuesday, October 03, 2006, at 01:22PM, Stefan Manegold
wrote: >'make check' for MonetDB-4.12.1 (downloaded today) complains a lot >about: > >!ERROR: interpret: no matching MIL operator to 'quit()'. >quit();
[...]
What I'm doing (on a SuSE Enterprise Linux 9 system on x86):
$ tar zxf MonetDB-4.12.1.tar.gz $ mkdir build $ cd build $ ../MonetDB-4.12.1/configure '--with-php=no' '--with-perl=no' '--with-python=/opt/python2.4/bin/python' '--with-python-incdir=/opt/python2.4/include/python2.4' '-with-python-library=/opt/python2.4/lib' '--with-python-libdir=/opt/python2.4/lib/python2.4/site-packages' '--prefix=/opt/monet-4.12.1' '--enable-debug' '--disable-optimize' $ make $ make check # -> this results in the 'quit' error mentioned earlier $ make install $ Mtest.py -r # -> works correctly
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |