> On 27 janvier 2014 13:01, Bede Constantinides > [[email protected]] wrote: >> À : [email protected] >> Cc : [email protected] >> Objet : [Denovoassembler-users] Mavericks build failure: 'make: *** >> [code/SeedingData/PathHandle.o] Error 1' >> >> Hi, >> I’m trying to install Ray on Mac OS 10.9. I get an error after a minute or >> so of running 'make PREFIX=ray-build' > > > Hi, > > I pushed a fix for the issue to git. > > Can you try it out on Mavericks ? > > > git clone https://github.com/sebhtml/ray.git > git clone https://github.com/sebhtml/RayPlatform.git > cd ray > make >
It worked with me ! Thanks so much for your help. Cheers, FO >> >> The last few lines of console output are as follows: >> ——————————————————————————————————————————— >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned long long, __int128) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned long long, unsigned >> int) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned long long, unsigned >> long) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(long, long) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned long long, unsigned >> __int128) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, int) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, long) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, long long) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, __int128) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, unsigned >> int) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, unsigned >> long) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(long, int) >> code/SeedingData/PathHandle.cpp:66:9: note: built-in candidate >> operator>>(unsigned __int128, unsigned >> __int128) >> 1 error generated. >> make: *** [code/SeedingData/PathHandle.o] Error 1 >> mobddlc2:Ray-2.3.0 Bede$ ls >> AUTHORS Documentation LICENSE.txt Makefile RayPlatform >> gpl-3.0.txt >> CMakeLists.txt INSTALL.txt MANUAL_PAGE.txt README.md code >> scripts >> mobddlc2:Ray-2.3.0 Bede$ make install >> cat: PREFIX: No such file or directory >> usage: mkdir [-pv] [-m mode] directory ... >> make: *** [install] Error 64 >> mobddlc2:Ray-2.3.0 Bede$ >> ——————————————————————————————————————————— >> >> I installed open-mpi via Homebrew. >> >> Full make log here: >> https://gist.github.com/bede/8652851 >> >> I noticed Shaun Jackman posted a log of a similar error, but seemingly >> without evidence of a resolution: >> https://gist.github.com/sjackman/8106970/raw/8836337f9e88b201b33e27154733eac3e81611f5/ray.make.log >> >> Shall I give up and boot into my Ubuntu VM to use Ray, or is it something >> silly I’ve missed? >> >> Many thanks >> Bede Constantinides >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> Denovoassembler-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/denovoassembler-users ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ Denovoassembler-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denovoassembler-users
