Hello, On Wed, 2012-02-15 at 10:47 +0700, Habib Rijzaani wrote: > Hi Sebastien, > > I just downloaded the latest RayPlatform and tried to compile it in my > RHEL machine. But I got some errors when compiling. One of them is: > > communication/MessagesHandler.cpp: In member function ‘char > MessagesHandler::getName()’: > communication/MessagesHandler.cpp:463: error: ‘m_processorName’ was > not declared in this scope > make: *** [communication/MessagesHandler.o] Error 1 > > Is it the code or something wrong with my machine configuration. >
Which command did you enter to build it ? > I tried the RayPlatform compilation > because I want to install Ray on my machine. > To install Ray from the git repository: mkdir test-compilation-2012-02-15 cd test-compilation-2012-02-15 git clone git://github.com/sebhtml/RayPlatform.git git clone git://github.com/sebhtml/ray.git cd ray make PREFIX=build make install mpiexec -n 1 ./build/Ray -version > There are also several missing directory links in the downloadable > archive of Ray such as: data-for-unit-tests, novaEngine, > CoverageDistribution, Libraries. All of them are under the unit-tests > directory. These are codes that test the Ray codes and are not necessary to build Ray. libRayPlatform.a > > Hope you can give me some enlightment on this issue... > You should make sure that mpicxx is in your path. I could help more knowing which commands you used. > Best regards, > > -- > Habib Rijzaani > > BB-Biogen, Badan Litbang Pertanian, Kementerian Pertanian > Jl. Tentara Pelajar 3A > Bogor 16111 > +62 251 8337975 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Denovoassembler-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denovoassembler-users
