12 May
2014
12 May
'14
7:03 p.m.
Hi Johan,
There was a thing in the building-inkspace file about strtod.
// double dbl = Glib::Ascii::strtod(srgb.substr(numPos + 3)); std::stringstream( srgb.substr(numPos + 3) ) >> dbl;
That's basically all you have to do, except redeclare dbl outside its scope.
-- View this message in context: http://inkscape.13.x6.nabble.com/Re-Inkscape-0-48-5-tp4970405p4970480.html Sent from the Inkscape - Dev mailing list archive at Nabble.com.