Package: wx2.6-examples
Version: 2.6.3.2.1.1
Severity: normal
Tags: patch

Program fails to compile because the makefile does not enable debugging
and the program can't compile without it.

--- Makefile    2006-07-10 00:34:15.000000000 -0400
+++ Makefile.orig       2006-07-10 00:33:53.000000000 -0400
@@ -13,7 +13,7 @@
 # under Linux.
 #

-CXX = $(shell wx-config --debug --cxx)
+CXX = $(shell wx-config --cxx)

 PROGRAM = memcheck

@@ -24,12 +24,12 @@
 .SUFFIXES:     .o .cpp

 .cpp.o :
-       $(CXX) -c `wx-config --debug --cxxflags` -o $@ $<
+       $(CXX) -c `wx-config --cxxflags` -o $@ $<

 all:    $(PROGRAM)

 $(PROGRAM):    $(OBJECTS)
-       $(CXX) -o $(PROGRAM) $(OBJECTS) `wx-config --debug --libs`
+       $(CXX) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`

 clean:
        rm -f *.o $(PROGRAM)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to