On 21/11/13 04:01 AM, Hornung, Bastian wrote: > Sorry, I must be doing lots of stuff wrong in the last time ^^. > I'm trying to install ray on one of our servers, and somehow it doesn't > compile. > > The error message: > > RayPlatform/actors/Actor.cpp: In member function ‘void Actor::send(int, > Message*)’: > RayPlatform/actors/Actor.cpp:54:52: error: ‘memcpy’ was not declared in this > scope > make[1]: *** [RayPlatform/actors/Actor.o] Error 1 > make[1]: Leaving directory `/home/bastian/programs/Ray-2.3.0/RayPlatform' > make: *** [RayPlatform/libRayPlatform.a] Error 2 > > I'm not sure what's going on. > Should be the same system like my local computer, where it installed fine. > Although that system is less good set up, so it could totally be that some > dependency or library is missing, but apparently that function is in > string.h, which is a standard C library *puzzled*. > > Any ideas?
Yes, this is a known problem with 2.3.0. Rob Egan fixed this and I merged his patch. Basically, Actor.cpp needed to include <string.h>. > > Best regards, > > Bastian > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Denovoassembler-users mailing list > Denovoassembler-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/denovoassembler-users > ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Denovoassembler-users mailing list Denovoassembler-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/denovoassembler-users