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 Sat, Jan 17, 2015 at 6:56 PM, Daniel Johnson <daniel.johnso...@gmail.com> wrote: > >> On Jan 17, 2015, at 1:48 PM, Alexander Hansen <alexanderk.han...@gmail.com> >> wrote: >> >>> >>> On Jan 17, 2015, at 8:18 AM, Daniel Macks <dma...@netspace.org> wrote: >>> >>> >>> On Sat, 17 Jan 2015 15:47:17 +0900, Akio Sakai <aki...@mac.com> 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 file. >>>> ------------------------- >>>> >>>> On 2015/01/15, at 16:33, Akio Sakai <aki...@mac.com> wrote: >>>> >>>> Dear Daniel, >>>> >>>> I tried to install inkscape, but it failed. Would you advise me >>> of it? I attach the whole run file for your reference. >>>> >>>> environment: MacOSX 10.10.1 >>> >>> I parsed out the error message, but I have no idea how to solve it. >>> I'm only on 10.7 and 10.8. >>> CXX selection-chemistry.o >>> In file included from selection-chemistry.cpp:97: >>> In file included from ./ui/tool/multi-path-manipulator.h:21: >>> ./ui/tool/node.h:23:10: fatal error: 'tr1/functional' file not found >>> #include <tr1/functional> >>> ^ >>> >>> >>> I'm pretty sure tr1 is one of the function collections that is >>> evolving in c++11 or boost, but I thought inkscape finally had a >>> portable solution. I don't have 10.10 to test. >>> >>> dan >>> >>> >>> -- >>> Daniel Macks >>> dma...@netspace.org >>> >>> >> >> I get the same thing on 10.10. Here’s what I’ve got for tr1/functional : >> >> Fiona-2:tmp hansen$ dlocate tr1/functional >> gcc49-compiler: /sw/lib/gcc4.9/include/c++/4.9.2/tr1/functional >> gcc49-compiler: /sw/lib/gcc4.9/include/c++/4.9.2/tr1/functional_hash.h >> boost1.55-systempython: >> /sw/opt/boost-1_55/include/boost/config/no_tr1/functional.hpp >> boost1.55-systempython: /sw/opt/boost-1_55/include/boost/tr1/functional.hpp >> boost1.55-systempython: /sw/opt/boost-1_55/include/boost/tr1/tr1/functional >> >> >> Is there an option to turn on verbosity in the build output so that I can >> see the flags? > > inkscape builds on 10.10 with --std=gnu++11 added to CXXFLAGS. It should also > build on 10.9 with it. Basically anywhere we use libc++ instead of libstdc++. > > Daniel > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Fink-devel mailing list > Fink-devel@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.apple.fink.devel > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-devel ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel