Your message dated Wed, 27 Jan 2010 00:09:24 -0800
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #439974,
regarding wx2.6-examples: Demo breakage
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
439974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439974
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wx2.6-examples
Version: 2.6.3.2.1.5
Severity: important
Problem one:
In the grid demo, the PROGRAM variable should be set to "griddemo", not
"grid". Alternatively, the main source file should be called "grid.cpp",
not "griddemo.cpp". Pick one.
Problem two:
None of the opengl demos work:
one:
p...@satan$ make
g++ `wx-config --cxxflags` -I../../gtk -c penguin.cpp
gcc `wx-config --cflags` -I../../gtk -c trackball.c
g++ `wx-config --cxxflags` -I../../gtk -c lw.cpp
g++ -o Penguin \
penguin.o trackball.o lw.o \
`wx-config --libs` -lwx_gtk_gl -lGL -lGLU
/usr/bin/ld: cannot find -lwx_gtk_gl
collect2: ld returned 1 exit status
make: *** [Penguin] Error 1
two:
p...@satan$ make
g++ -c `wx-config --cxxflags` -o isosurf.o isosurf.cpp
g++ -o isosurf isosurf.o `wx-config --libs` -lwx_gtk_gl -lGL -lGLU
/usr/bin/ld: cannot find -lwx_gtk_gl
collect2: ld returned 1 exit status
make: *** [isosurf] Error 1
three:
p...@satan$ make
g++ -o cube cube.o `wx-config --libs` -lwx_gtk_gl -lGL -lGLU
/usr/bin/ld: cannot find -lwx_gtk_gl
I noticed there's a bug report of a newer version? Maybe it's fixed there.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.21 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
-- no debconf information
--- End Message ---
--- Begin Message ---
compiling this demo works fine for me on current sid, with both wx2.6
and wx2.8.
--
_________________________
Ryan Niebur
[email protected]
signature.asc
Description: Digital signature
--- End Message ---