Changeset: 3f4944403432 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3f4944403432 Modified Files: clients/perl/Cimpl/Makefile.ag Branch: Apr2011 Log Message:
fix compilation when not using any flag trickery I still opt for backing out all flags-related commits from Apr2011 so we have more time to hash out all little details to get it working for all configurations again. diffs (12 lines): diff --git a/clients/perl/Cimpl/Makefile.ag b/clients/perl/Cimpl/Makefile.ag --- a/clients/perl/Cimpl/Makefile.ag +++ b/clients/perl/Cimpl/Makefile.ag @@ -31,7 +31,7 @@ # MapiLib.pm.c: In function 'boot_MapiLib': # MapiLib.pm.c:6157: warning: passing argument 2 of '_swig_create_magic' discards qualifiers from pointer target type # Hence, we have to disable (override) our X_CFLAGS completely: -#X_CFLAGS = -D_GNU_SOURCE +X_CFLAGS = # Likewise, we need to disable W_CFLAGS=-WX (i.e., treating warnings # as errors) for swig-generated code on Windows _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
