What can I do if I get conflicts between different installed versions of wxWidgets?
For most development work, this is not an issue. You can have many versions of wxWidgets on your computer at the same time without conflict. You will only encounter this problem if you try to install wxWidgets into /usr/local/bin. Some versions of Mac OS X install an older version of wxMac than the one you may be using for development. This can cause conflicts, such as link errors when building your applications. A user reports: I got it to work. I removed the original wxMac build-release folder and recompiled wxMac following instructions in your book. I then ran “sudo make install” which I didn’t do the first time. I figured I could now run wx-config –cxxflags from my home directory because /usr/local/bin/wx-config was in my $PATH. However, OSX 10.4 installed a version of wxWidgets. When I ran wx-config I was getting wx 2.5 libs instead of the 2.6.1 libs I just compiled. When I ran “/usr/local/bin/wx-config –cxxflags” and “/usr/local/bin/wx-config –libs” and pasted that output into