Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime Makefile.ag, , 1.91, 1.92
On Fri, Jul 18, 2008 at 01:25:23PM +0000, Sjoerd Mullender wrote:
Update of /cvsroot/monetdb/pathfinder/runtime In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28620
Modified Files: Makefile.ag Log Message: XRPC server needs TYPE_logger. Now it compiles on Windows (64 bit).
Thanks Sjoerd!
U Makefile.ag Index: Makefile.ag =================================================================== RCS file: /cvsroot/monetdb/pathfinder/runtime/Makefile.ag,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- Makefile.ag 17 Jul 2008 21:28:28 -0000 1.91 +++ Makefile.ag 18 Jul 2008 13:25:21 -0000 1.92 @@ -124,7 +124,7 @@ ./lib_pf_support ./lib_pathfinder \ $(PF_LIBS) $(SOCKET_LIBS) \ $(MONETDB_LIBS) -lbat -lstream $(MONETDB4_LIBS) -lmonet $(PTHREAD_LIBS) \ - $(MONETDB4_MODS) -l_mapi -l_streams -l_builtin -l_ascii_io + $(MONETDB4_MODS) -l_logger -l_mapi -l_streams -l_builtin -l_ascii_io }
headers_mil = {
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
participants (1)
-
Ying Zhang