bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small fixes for CVS gui/Tools


From: Leigh Smith
Subject: Small fixes for CVS gui/Tools
Date: Thu, 10 Feb 2005 18:33:40 -0500

Both gui/Tools/GNUmakefile.preamble & gui/Tools/gsnd/GNUmakefile.preamble need libxml2 linked against them to compile against the latest CVS:

golem ~/SysDev/gnustep/core/gui/Tools[15]> cvs diff GNUmakefile.preamble
Index: GNUmakefile.preamble
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Tools/GNUmakefile.preamble,v
retrieving revision 1.6
diff -u -d -b -w -r1.6 GNUmakefile.preamble
--- GNUmakefile.preamble        2 Sep 2004 03:27:54 -0000       1.6
+++ GNUmakefile.preamble        10 Feb 2005 23:30:20 -0000
@@ -25,7 +25,7 @@
        -I../Source/$(GNUSTEP_TARGET_DIR)

 # Additional LDFLAGS to pass to the linker
-# ADDITIONAL_LDFLAGS +=
+ADDITIONAL_LDFLAGS += -lxml2

 # Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR) -L../Model/$(GNUSTEP_OBJ_DIR)


golem ~/SysDev/gnustep/core/gui/Tools/gsnd[17]> cvs diff GNUmakefile.preamble
Index: GNUmakefile.preamble
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Tools/gsnd/GNUmakefile.preamble,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 GNUmakefile.preamble
--- GNUmakefile.preamble        30 Jul 2002 21:19:05 -0000      1.1
+++ GNUmakefile.preamble        10 Feb 2005 23:31:17 -0000
@@ -24,7 +24,7 @@
 ADDITIONAL_INCLUDE_DIRS += -Iportaudio/pa_common

 # Additional LDFLAGS to pass to the linker
-#ADDITIONAL_LDFLAGS +=
+ADDITIONAL_LDFLAGS += -lxml2

 # Additional library directories the linker should search
 # ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)

--
Leigh M. Smith
mailto:leigh@leighsmith.com
http://www.leighsmith.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]