User forums > Help

Compile error with SVN 3173

<< < (2/3) > >>

afb:
Code::Blocks requires wxGTK (well, or wxMSW or wxMac). GTK+ 2.x, even...
So it wouldn't work with wxX11/wxUniversal or wxMotif, without modifications.

scorpion007:
Ahh, i see.

Could you give me a brief explanation as to why wxX11 does not work with C::B? Is it because certain parts of code are written in non-portable ways which rely on certain GTK features?

afb:

--- Quote from: scorpion007 on November 03, 2006, 08:17:59 am ---Could you give me a brief explanation as to why wxX11 does not work with C::B? Is it because certain parts of code are written in non-portable ways which rely on certain GTK features?

--- End quote ---

Yup :-) (think #ifdef __WXGTK__ and so on)

Does wxX11 even have all the widgets ?
(and why not use wxGTK, for SUSE 10.1?)

scorpion007:
ah i see.

Well, i dont know -- it should have the majority of them shouldnt it? At least as much as win32 native widgets, though i could be mistaken. The reason i would like to try X11 is because it's probably going to run a hell of a lot faster than GTK, which is known to be sluggish.

I have wxGTK -- i just wanted to try X11 for the aforementioned reasons.

afb:

--- Quote from: scorpion007 on November 03, 2006, 08:57:32 am ---Well, i dont know -- it should have the majority of them shouldnt it?
--- End quote ---

It would also need all the advanced ones, like wxAUI and wxFNB and so on...
(I haven't even tried, I just don't know that GTK+ 1.x or Motif are not enough)


--- Quote ---I have wxGTK -- i just wanted to try X11 for the aforementioned reasons.

--- End quote ---

If you want to do a port to wxUniversal, I'm sure it could be considered later ?
But if it is just for "speed reasons", I'm not sure it would be worth the effort...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version