Porting to MacIntosh Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Tony0945
Earned some good credits
Earned some good credits
Posts: 105
Joined: Wed Oct 21, 2009 4:02 pm

Porting to MacIntosh

Post by Tony0945 »

Do any guides exist for porting a wx-devcpp project to Macintosh? Something like flags to change, cross-compiler to specify? I mean specifically for wx-devcpp?
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

I'm not 100% sure, but I think that the wxWidgets Mac port can be compiled with the Gnu gcc compiler. So assuming you have the wxWidgets Mac port, you should be able to follow the Linux port directions found http://forums.wxwidgets.org/viewtopic.p ... ight=linux

Once you modified the Makefile correctly, you should just be able to type 'make -f Makefile.win' from a Mac command line shell.

-Tony
Everybody's got something to hide except for me and my monkey.
Tony0945
Earned some good credits
Earned some good credits
Posts: 105
Joined: Wed Oct 21, 2009 4:02 pm

Post by Tony0945 »

I don't have a Mac available for development, just for testing, but your mention of Linux sparked an idea. I may be able to use crossdev to build on Linux for Mac.
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

I've never had to develop for the Mac, but perhaps Wine might be another option if you don't have a way to do a native build on the Mac.

-Tony
Everybody's got something to hide except for me and my monkey.