Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Jack Howarth
The test used in the current info file... if [[ $(sw_vers -productVersion | cut -d. -f2) > 8 ]]; then doesn't work on here on darwin14. The alternative... if [[ `sw_vers -productVersion | cut -d. -f2` -gt 8 ]]; then does and -std=c++11 gets passed to CXXFLAGS as expected. Jack On S

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Daniel Johnson
> On Jan 17, 2015, at 1:48 PM, Alexander Hansen > wrote: > >> >> On Jan 17, 2015, at 8:18 AM, Daniel Macks wrote: >> >> >> On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: >> Dear Daniel, >>> >>> I have successfully installed inkscape on MacOSX10.8.5. >>> >>> i inkscape 0

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Alexander Hansen
> On Jan 17, 2015, at 8:18 AM, Daniel Macks wrote: > > > On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: > Dear Daniel, >> >> I have successfully installed inkscape on MacOSX10.8.5. >> >> i inkscape 0.48.5-4 SVG editor >> >> For your reference in unsuccessful Yosemite

Re: [Fink-devel] Fink install inkscape failure

2015-01-17 Thread Daniel Macks
On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai wrote: Dear Daniel, > > I have successfully installed inkscape on MacOSX10.8.5. > > i   inkscape         0.48.5-4     SVG editor > > For your reference in unsuccessful Yosemite case (I tried 2 times before I sent), I attach full log f