From: <ti...@da...> - 2007-11-05 15:01:24
|
After a chat with treellama I figured out that ~6Mb are really too much for the MacOS X binary. Such size is not due to the ShapeFusion binary itself (which should be around ~900k), it's due to including wxWidgets built in the Development configuration, which is around 20Mb. The Deployment build is WAY smaller; however, linking ShapeFusion against it leads me to some undefined symbols (typeinfo errors), which is similar to what tiennou is getting, I think. I can't find info about this error on the web. I assume this is due to a broken wxWidgets xcode project, and I'm investigating this. Tito |