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:
[EMAIL PROTECTED] 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:
[EMAIL PROTECTED] 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:
[EMAIL PROTECTED] 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


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

Reply via email to