-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build ... #2
Comments
Hi asimay You will have to install the package remake from my launchpad ppa to build this port of CARMEN. Please not that remake is available for Ubuntu lucid, precise, and trusty. Just do: sudo add-apt-repository ppa:kralf/asl ... and try again to run cmake. |
Hi asimay ReMake is a collection of CMake modules. The error still indicates that these modules were not installed in your system. I forgot to mention the apt-get update command in my previous instruction. So please carry on doing: sudo apt-get update ... and try once more. |
ok. I'm trying it. |
Thanks. Just to let you know, if you want to install the CARMEN packages instead of building them from source, have a look at the very same PPA: https://launchpad.net/~kralf/+archive/asl Cheers! |
my cmake log is above, just rename it to " *.txt " is ok. |
Hi dear Kralf, |
hi Kralf, |
hi Kralf, I've got exactly the same issue, but I am trying to build on Windows 7 using Visual Studio. |
I am sorry, but this build system port of CARMEN has specifically been designed for Debian Linux and was never tested on Windows. Concerning Qt3, it is only some of the GUI components which depend on it. So any other modules should still build without. |
hi again, thanks for your fast response. I've installed Linux Ubuntu Precise and got a lot further this time. Any idea on what could go wrong and how to fix it? |
Hi MFreidank This problem is related to the remake_distribute_deb() macros at the end of the top-level CMakeLists.txt, and for helping you across that problem, I would have to see the full CMake output. Nevermind though, if you just want to build, simply uncomment the calls to remake_distribute_deb(). Btw.: Are you aware that the entire CARMEN suite is available as binary packages for Ubuntu lucid/precise/trusty on my ppa? See https://launchpad.net/~kralf/+archive/asl for the details. Cheers! |
when i build it , meetting this erro: yhzhao@yhzhao:~/projects_ByMe/carmen/build$ cmake ..-- Project: CARMEN version 0.7.4-86, release beta No installation candidates. -- Configuring incomplete, errors occurred! yhzhao@yhzhao:~/projects_ByMe/carmen/build$ locate libart/usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2 |
hi Dear Kralf,
I download your code, but cannot build it through...
why it happens like this?
The text was updated successfully, but these errors were encountered: