Author Topic: --with-platform=PLATFORM ?  (Read 4285 times)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
--with-platform=PLATFORM ?
« 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 ?

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: --with-platform=PLATFORM ?
« Reply #1 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 ?