Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: afb on November 06, 2006, 11:02:10 pm

Title: --with-platform=PLATFORM ?
Post by: afb on November 06, 2006, 11:02:10 pm
What is this configure setting supposed to do ? (just noticed it, and I've been fine without it :-) )

I do need to know the wxWidgets platform, just wondered what the Code::Blocks platform does.
(and the wxWidgets platform can be automatically detected using wx-config, so that is cool...)

Code
checking for wxWindows version >= 2.6.0... yes (version 2.6.3)
checking for wxWidgets platform... wxMac

I can add a "macosx" platform, no problem. (and change/fix the current Darwin definitions, too)
But should I ? I mean, if I have been running the "gtk" C::B platform on Mac OS X all this time ?
Title: Re: --with-platform=PLATFORM ?
Post by: afb on November 13, 2006, 08:38:40 pm
Maybe I should just commit the macosx/darwin patches for completeness.

Even if they're not actually used ?