On 10/12/13 10:02 AM, Roberta Rezende wrote: > hi sebastien, > > parlez vous français? > otherwise I'm new at this bioinformatics world > > I'm trying to install Ray 2.3.0 but there is an error > after the make command i have this: > > make[1]: entrant dans le répertoire « > /home/roberta/Documents/Course/Ray-2.3.0/RayPlatform » > CXX RayPlatform/actors/Actor.o > RayPlatform/actors/Actor.cpp: In member function ‘void Actor::send(int, > Message*)’: > RayPlatform/actors/Actor.cpp:54:52: erreur: ‘memcpy’ was not declared in this > scope > make[1]: *** [RayPlatform/actors/Actor.o] Erreur 1 > make[1]: quittant le répertoire « > /home/roberta/Documents/Course/Ray-2.3.0/RayPlatform » > make: *** [RayPlatform/libRayPlatform.a] Erreur 2 > > I found it by you > > 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>. > > > Could you help me? >
You can fix this error by adding #include <string.h> at the top of RayPlatform/actors/Actor.cpp ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Denovoassembler-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denovoassembler-users
