[MonetDB-users] FreeBSD compile patch
Hello, The following, very small, patch makes MonetDB compile without errors and warnings on a FreeBSD 5.4 system. I was able to succesfully compile and run MonetDB this way on FreeBSD. ----------------------------------------------------------------- +++ ./conf/monet.m4 Wed Oct 19 21:26:01 2005 @@ -236,6 +236,8 @@ yes-*-*) dnl defines that enable the features beyond C89 in the various dnl platforms. Here's what we found working so far... case "$gcc_ver-$host_os" in + *-freebsd*) + ;; *-cygwin*) dnl MonetDB/src/testing/Mtimeout.c fails to compile with dnl "--std=c99" as the compiler then refuses to recognize ------------------------------------------------------------------ Kind regards, Marcel Hamer
On Wed, Oct 19, 2005 at 10:19:11PM +0200, Marcel Hamer wrote:
Hello,
The following, very small, patch makes MonetDB compile without errors and warnings on a FreeBSD 5.4 system. I was able to succesfully compile and run MonetDB this way on FreeBSD.
Marcel Thanks for your patch. I applied it to the cvs main branch. Niels
-----------------------------------------------------------------
+++ ./conf/monet.m4 Wed Oct 19 21:26:01 2005 @@ -236,6 +236,8 @@ yes-*-*) dnl defines that enable the features beyond C89 in the various dnl platforms. Here's what we found working so far... case "$gcc_ver-$host_os" in + *-freebsd*) + ;; *-cygwin*) dnl MonetDB/src/testing/Mtimeout.c fails to compile with dnl "--std=c99" as the compiler then refuses to recognize
------------------------------------------------------------------
Kind regards,
Marcel Hamer
------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
Hello, The patch I sent in works for compiling MonetDB but did not work correctly for compiling pathfinder/XQuery. The following, again very small patch fixes this inconvenience. --------------- --- conf/monet.m4 Fri Oct 21 15:57:03 2005 *************** yes-*-*) *** 237,242 **** --- 237,243 ---- dnl platforms. Here's what we found working so far... case "$gcc_ver-$host_os" in *-freebsd*) + CFLAGS="$CFLAGS -std=c99" ;; *-cygwin*) dnl MonetDB/src/testing/Mtimeout.c fails to compile with ---------------- I succesfully compiled MonetDB, pathfinder and SQL this way for FreeBSD. I'm sorry for the fact that I did not test this with the previous patch. Kind regards, Marcel Hamer On Wed, 2005-10-19 at 22:30 +0200, Niels Nes wrote:
On Wed, Oct 19, 2005 at 10:19:11PM +0200, Marcel Hamer wrote:
Hello,
The following, very small, patch makes MonetDB compile without errors and warnings on a FreeBSD 5.4 system. I was able to succesfully compile and run MonetDB this way on FreeBSD.
Marcel
Thanks for your patch. I applied it to the cvs main branch.
Niels
-----------------------------------------------------------------
+++ ./conf/monet.m4 Wed Oct 19 21:26:01 2005 @@ -236,6 +236,8 @@ yes-*-*) dnl defines that enable the features beyond C89 in the various dnl platforms. Here's what we found working so far... case "$gcc_ver-$host_os" in + *-freebsd*) + ;; *-cygwin*) dnl MonetDB/src/testing/Mtimeout.c fails to compile with dnl "--std=c99" as the compiler then refuses to recognize
------------------------------------------------------------------
Kind regards,
Marcel Hamer
------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
Marcel Hamer
-
Niels Nes