[wxGTK] OpenGL samples removed in 2.8
Paulo Abreu
paulotex at ist.utl.pt
Mon Apr 16 14:29:22 PDT 2007
> From: Vadim Zeitlin <vadim at wxwindows.org>
> Date: 15 de abril de 2007 11:38:39 GMT+01:00
>
> PA> This week I took the plunge from 2.6 to 2.8 with wxGTK, and I
> can't
> PA> find the OpenGL samples (cube, isosurf and penguin). My app
> needs an
> PA> OpenGL window, and it seems to be working with 2.8 (I only had
> time
> PA> to do some quick tests, and they all worked fine). Any reason for
> PA> removing the samples?
>
> They were not removed.
>
> Regards,
> VZ
> From: chris elliott <biol75 at york.ac.uk>
> Date: 15 de abril de 2007 16:53:06 GMT+01:00
>
> I see them in http://biolpc22.york.ac.uk/pub/2.8.3/wxMSW-2.8.3.zip
> chris
Thanks, Vadim and Chris. I double checked and actually I was not
completely correct: the opengl samples are on the source tree, but
they are _not_ on the build tree. I usually build wxWidgets in its
own folder instead of the source folder, and doing a "make" on the
samples' build folder doesn't build the opengl samples. Here is what
I have:
The source folder:
[paulo at golp-wn01 samples]$ pwd
/home/paulo/GoLP/Sources/wx/wxGTK-2.8.3/samples
[paulo at golp-wn01 samples]$ ls
access dataview erase joytest mdi opengl
samples.bkl text
animate db event keyboard mediaplayer ownerdrw
sample.xpm thread
artprov debugrpt except layout memcheck png
sashtest toolbar
aui dialogs exec listbox menu popup
scroll treectrl
calendar dialup font listctrl mfc power
scrollsub typetest
caret display grid makefile.bcc minifram printing
shaped validate
checklst dnd help makefile.dmc minimal propsize
sockets vscroll
collpane docview htlbox makefile.dms mobile regtest
sound widgets
combo docvwmdi html makefile.gcc multimon render
splash wizard
config dragimag image Makefile.in nativdlg richtext
splitter xrc
console drawing internat makefile.vc notebook rotate
statbar
controls dynamic ipc makefile.wat oleauto sample.r
taskbar
opengl is there.
But in the build folder:
[paulo at golp-wn01 samples]$ pwd
/home/paulo/GoLP/Sources/wx/build/2.8.3/unicode/samples
[paulo at golp-wn01 samples]$ ls
animate console dragimag help listbox notebook
scroll text xrc
artprov controls drawing htlbox listctrl png
scrollsub thread
aui debugrpt dynamic html Makefile popup
shaped toolbar
calendar dialogs erase image mdi printing
sockets treectrl
caret dialup event internat menu propsize
sound typetest
checklst display except ipc minifram render
splash validate
collpane dnd exec joytest minimal richtext
splitter vscroll
combo docview font keyboard mobile rotate
statbar widgets
config docvwmdi grid layout multimon sashtest
taskbar wizard
No opengl (and some others are missing too).
So something changed on the ./configure process that leaves out some
build folders from the sample folder. Is this a feature (a change
documented somewhere that I overlooked) or a bug?
Thanks,
Paulo
More information about the wx-users
mailing list