Fatal error after installation ARGoS 3
Posted: Tue Apr 26, 2016 7:34 pm
Hi,
My computer is running Fedora 23 64bits, I followed the following instructions from the GitHub installation because the download links for rpm packages are broken.
$ git clone https://github.com/ilpincy/argos3.git argos3
$ cd argos3
$ mkdir build_simulator
$ cd build_simulator
$ cmake ../src
$ sudo make
$ make doc # documentation is required!
$ sudo make install
Everything ran well, until I wanted to execute Argos3, the terminal printed me a red message saying
$ argos3
[FATAL] No --help, --version, --config-file or --query options specified.
Then I tried to do it using the source, but the same result. I installed linux to be able to use this software, so please do not have hope on me when it is about working or debugging linux files.
My questions are:
1. How can I fix this fatal error?
This was the answer from the terminal when I runned cmake ../src
-- The C compiler identification is GNU 5.3.1
-- The CXX compiler identification is GNU 5.3.1
-- Check for working C compiler: /usr/lib64/ccache/cc
-- Check for working C compiler: /usr/lib64/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib64/libdl.so
-- Found Pthreads: /usr/lib64/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Found GooglePerfTools: /usr/lib64/libtcmalloc.so
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.10")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.7")
-- Found OpenGL: /usr/lib64/libGL.so
-- Found GLUT: /usr/lib64/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jotasmall/argos3/build_sim
2. Am I missing those not found?
3. I installed all the packages, how could I uninstall ARGoS without sudo make uninstall? to try run it by sources (I read that both at the same time will have problems...) because when I tried, the terminal printed this:
$ cd core
$ ./argos3 -q all
...
terminate called after throwing an instance of 'argos::CARGoSException'
what(): [FATAL] Can't unload library "�2�
Aborted (core dumped)
Thanks for your time,
My computer is running Fedora 23 64bits, I followed the following instructions from the GitHub installation because the download links for rpm packages are broken.
$ git clone https://github.com/ilpincy/argos3.git argos3
$ cd argos3
$ mkdir build_simulator
$ cd build_simulator
$ cmake ../src
$ sudo make
$ make doc # documentation is required!
$ sudo make install
Everything ran well, until I wanted to execute Argos3, the terminal printed me a red message saying
$ argos3
[FATAL] No --help, --version, --config-file or --query options specified.
Then I tried to do it using the source, but the same result. I installed linux to be able to use this software, so please do not have hope on me when it is about working or debugging linux files.
My questions are:
1. How can I fix this fatal error?
This was the answer from the terminal when I runned cmake ../src
-- The C compiler identification is GNU 5.3.1
-- The CXX compiler identification is GNU 5.3.1
-- Check for working C compiler: /usr/lib64/ccache/cc
-- Check for working C compiler: /usr/lib64/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib64/libdl.so
-- Found Pthreads: /usr/lib64/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Found GooglePerfTools: /usr/lib64/libtcmalloc.so
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.10")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.7")
-- Found OpenGL: /usr/lib64/libGL.so
-- Found GLUT: /usr/lib64/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jotasmall/argos3/build_sim
2. Am I missing those not found?
3. I installed all the packages, how could I uninstall ARGoS without sudo make uninstall? to try run it by sources (I read that both at the same time will have problems...) because when I tried, the terminal printed this:
$ cd core
$ ./argos3 -q all
...
terminate called after throwing an instance of 'argos::CARGoSException'
what(): [FATAL] Can't unload library "�2�
Aborted (core dumped)
Thanks for your time,