Changeset: ecc5fdbf2fe6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ecc5fdbf2fe6
Modified Files:
        MonetDB5/src/mal/mal_linker.mx
Branch: default
Log Message:

Fix compilation on Windows

.\..\..\..\src\mal\mal_linker.mx(62): catastrophic error: could not open
source file "dirent.h"

Seems Sabaoth can use struct dirent without including dirent.h as well,
so I guess some gdk header takes care of this.  I just removed dirent.h
include.
(transplanted from db9f1c910dbb0632433805ef69b1b69ba8762e92)


diffs (11 lines):

diff -r d0e8c79678ab -r ecc5fdbf2fe6 MonetDB5/src/mal/mal_linker.mx
--- a/MonetDB5/src/mal/mal_linker.mx    Wed May 12 16:58:04 2010 +0200
+++ b/MonetDB5/src/mal/mal_linker.mx    Thu May 13 10:02:00 2010 +0200
@@ -60,7 +60,6 @@
 #endif
 
 #include <sys/types.h> /* opendir */
-#include <dirent.h> /* opendir */
 
 /* #define DEBUG_MAL_LINKER */
 #define MONET64 1
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to