On 20/1/10 20:33, Krzysztof Kosiński wrote:
W dniu 17 stycznia 2010 13:39 użytkownik ~suv <suv-sf@...58...> napisał:
Proposal: "instructions on how to fix the hashtable header"
The instructions look OK. Please add them to the compiling page.
I will add the instructions to the wiki page about compiling Inkscape on OS X after testing the new build:
I reverted to using std::tr1::unordered_set in the node tool and in libnrtype. I added some configure code that checks whether the header is usable. On error, a link to the CompilingMacOsX page on the wiki is displayed. This should be sufficient to prevent confusion.
revision 9006 built ok on Mac OS X 10.5.8 with the replaced TR1 'hashtable' header file:
checking build system type... i386-apple-darwin9.8.0 checking host system type... i386-apple-darwin9.8.0
(...)
checking GNU compiler version... 4.0.1
(...)
checking for Mac OS X Carbon support... yes checking boost/concept_check.hpp usability... yes checking boost/concept_check.hpp presence... yes checking for boost/concept_check.hpp... yes checking for overzealous strict aliasing warnings... yes checking TR1 unordered_set usability... ok checking for CAIRO_PDF... yes
~suv