I am running into trouble because wxWidgets is based off carbon, not cocoa and the compiler natively wants to build 64-bit which carbon doesn't do. So one must use the -arch i386 switch.
Of course then when I build wxSpokePov it fails because it can't link the i386 formatted libs. So I make it with the correct architecture and predictably, libusb is no longer compatible. Trying to force libusb to i386 doesn't work because it relies on some other library that is already built and shipped with the source.
Any ideas? Optionally, anyone got a command-line interface? I don't really need a GUI.

