From: <ti...@da...> - 2007-11-06 13:03:32
|
> 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. It _was_ a broken wxWidgets project. The ppc build was being compiled with gcc 3.3, while shapefusion uses 4.0 both for i386 and ppc. That's why you were getting errors on ppc, tiennou. Corrected this and a few other bugs, I managed to build and run everything correctly. However, while ShapeFusion is slightly faster now, it's not really smaller than before! It's around 17Mb rather than 22Mb (~5Mb zipped). I don't understand, everything is stripped, the ShapeFusion binary is ~600Kb but the wx lib is about 17Mb. Tito |