Multible installations of wxMac ? 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:

Multible installations of wxMac ?

Post by lollisoft »

Hi,

I have build an ansi version of wxMac 2.8.8 as a shared single library without specifying the prefix.

Now I have two wx-config instances and not one wich --list's both installations.

Could I simply change the installation by setting the correct prefix ?

The version that comes with Leopard is 2.8.4 unicode.

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 »

The system one will be in /usr/bin, the new one either in /usr/local/bin if you did make install, either in your build. So, if you want the new want, either change your PATH to point to the new one before the old one, either move the old one (sudo mv /usr/bin/wx-config /usr/bin/wx-config-old)
Post Reply