wxMac 2.6.0 + Tiger 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
Micha
Knows some wx things
Knows some wx things
Posts: 25
Joined: Tue Aug 02, 2005 7:07 pm

wxMac 2.6.0 + Tiger

Post by Micha »

Hello,

I hope you can help me.
I need to work (at the moment) with wxMac 2.6.0. Is it possible to get this running on Tiger 10.4.6?

I compiled the target of 2.6.0 with gcc3.3

But when I am compiling the application, I get into link errors...
_sprintf, _fprintf and _vfprintf are unknown.

Does anybody have an idea?


Thanx,
Micha.
Detrius
Knows some wx things
Knows some wx things
Posts: 42
Joined: Tue Mar 07, 2006 9:00 pm
Location: San Pedro, CA

Post by Detrius »

Are you compiling on an Intel Mac? Are you attempting to cross-compile? gcc3.3 only compiles PowerPC code--not Intel code. Also, you need to use the 10.4u SDK if you are trying to cross compile.
Post Reply