Thanks a lot for the fast response, even more since I was missing the obvious

I fixed it for the moment with some if else in the .spec, nevertheless some version checks & bitching during configure would be great and probably would spare you some questions.
JFYI, we build against the original distro versions which are:
Fedora_9 wxGTK-2.8.7-2.fc9
Fedora_10 wxGTK-2.8.9-1.fc10
Fedora_11 wxGTK-2.8.10-1.fc11
Mandriva_2008 wxgtk2.8-2.8.4-3mdv2008.0
Mandriva_2009 wxgtk2.8-2.8.8-1mdv2009.0
SLE_11 wxGTK-2.8.8.1-1.36
openSUSE_10.3 wxGTK-2.8.4.0-53
openSUSE_11.0 wxGTK-2.8.7.1-23.1
openSUSE_11.1 wxGTK-2.8.8.1-1.48
openSUSE_Factory wxGTK-2.8.9.1-3.1
So this will only work on Fedora 10 & 11 without updated wxGTK / wxWidgets.
One more thing since I'm posting anyways: The automated code checks warned about the following:
I: Program is likely to break with new gcc. Try -fno-strict-aliasing.
W: codeblocks strict-aliasing-punning ../../../../src/include/scripting/sqplus/sqplus.h:420, 1801
W: codeblocks strict-aliasing-punning sqcompiler.cpp:652
W: codeblocks strict-aliasing-punning sqstdblob.cpp:160, 168
W: codeblocks strict-aliasing-punning sqstdsystem.cpp:55
W: codeblocks strict-aliasing-punning sqvm.cpp:712
Dunno if those are false positives or not but perhaps you might want to have a look at them.
Thanks once again for your help
