On May 22, 2005, at 8:06 PM, Jon A. Cruz wrote:


On May 21, 2005, at 11:51 PM, Peter Moulder wrote:
My guess is that gtkmm & atkmm on your system are compiled with a
different version of g++ from what you're using to compile inkscape.


Well... good guess, but not this time, at least I think not. I think I did a fink install from sources, and the lib does match my build times. The typeinfo is as a "s" symbol. Not sure if that matters or not.

At some point I guess I could just start over and then check what's going on when it builds 0.41.





Just to let people know... it was a problem with the version of g++

I wiped and reinstalled fink, capturing all output. It turns out that Tiger defaults to gcc 4.0, but has gcc 3.3 installed also, and fink explicitly uses the latter.

After getting things installed and built via fink for 0.41, I set the compiler to g++-3.3 to match fink's usage and everything was happy-happy.