On Thu, 20 Apr 2006, Andrew Wilson wrote:
I installed fink from scratch on Mac OS X 10.4.6 a couple of days ago. The default gcc used was gcc-4.0 (gcc version 4.0.0 20041026 compiled by Apple), which had problems compiling the inkscape source.
If you have a fink tree compiled with gcc-4.0 you likely want to use gcc-4.0 to compile Inkscape too. Infact, anyone with a new Intel Mac only has this option since only gcc-4.0 produce code for the Intels (gcc-3.3 can be installed on these machines but only as a cross-compiler that can produce PPC code.)
I was just able to compile Inkscape from scratch on 10.4.6 with a fresh fink 10.4 install, so the only difference in the fact I'm using gcc 4.0.1 from Xcode 2.2.1, which is "(GCC) 4.0.1 (Apple Computer, Inc. build 5250)" I'd try updating to Xcode 2.2.1 and see if this fixes the compiler error you saw.
Cheers, Michael