Thu 25 May 2017 09:12:33 AM UTC, original submission:
Hi all , is enough time that i try to install CERTI RTI on Ubuntu 16.04.
I followed some guides but i already encountered the same errors. The step that i do are those:
1: I download the CERTI-RTI-3.5.1.tar.gz from this site
2: I extract the folder CERTI-3.5.1-Source from the file tar.gz
3: I used CMake to compile this file and install the RTI.
4: I create a build_directory where i build CERTI RTI files
5: After i used the command :
cmake -DCMAKE_ISNTALL_PREFIX=/pathToInstall /pathToSource/CERTI-3.5.1-Source
It works and in the end of the message at the shell it say this :
"-- *** CERTI has been successfully configured ********
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_ISNTALL_PREFIX"
6: How illustrated in many guides after i do this command:
make -j4
And at the end of the process it stopped at 96% and say
"Makefile:162: set of istruction for target "all" failed
make: *** [all] Error 2"
7: I follow the last step to installation :
make install
And this instruction stopped at 65% saying :
[ 65%] Linking CXX executable TestFedTime
libFedTimed.so.1.0.0: undefined reference to `typeinfo for RTI::Exception`
Then the installation doesn't work and i cant used CERTI RTI and its library.
I don't now how to do, i need to used a CERTI RTI because i must do a Federated simulation and i will used python libraries to to the HLA-module of the federate .
I wish somebody help me...
Thanks to everyone
|