Problem compiling my application on Mac OS X 10.3.9 Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Problem compiling my application on Mac OS X 10.3.9

Post by lollisoft »

Hi,

I am trying to compile my code on my old Mac OS X 10.3.9 installation with XCode 1.5 and Nov 2004 GCC 3.3 Updater.

Compiling seems to work properly until my main module gets
prepared with Rez. There I have an endless running Rez.

On this Mac OS X 10.3.9 I have wxMac 2.6.2 compiled as debug,
shared monolithic library.

Is there anything known with the Rez tool ?

Thanks

Lothar
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Don't use Rez, it's long deprecated (unless you want mac OS 9 support, but who does at this point?). Make app bundles instead, no need for Rez there
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Post by lollisoft »

I make application bundles, but anyhow I got information to use Rez while creating bundles. But now I understand the obsoledeness, because there is a resource directory for that :-)
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Post Reply