Open AlexanderFabisch opened 10 years ago
It seems that your problem is related to OCL handling. You probably enabled it during configuration.
Is it something you actually need ? I do apologize for the bug, orocos-toolchain compatibility is seldom used in Rock and is therefore probably buggy (as you noticed).
I don't know how I activated OCL handling and I most likely did not need it. I just followed the tutorials and it seems like the manifest that is given there seems to be outdated. I just wanted someone to check if that is correct.
You can activate/deactivate ocl during the autoproj configure phase.
Even this PR is a bug, you can deactivate ocl by running autoproj reconfigure
you should got asked for OCL, type false there and try to use you rock-installation as normal.
Unfortunately I cannot check if it works any more. I have deleted the rock installation that I used for the tutorials already. However, you can see this line in the post:
Do you need compatibility with OCL ? (yes or no): false
It seems like I actually deactivated OCL!? It seems like the repositories will be cloned anyway with the outdated manifest?
package_sets:
- gitorious: rock-toolchain/package_set
# Layout. Note that the rock.base, rock.toolchain
# and orocos.toolchain sets are imported
# by other rock sets.
layout:
- rock.base
- rock.toolchain
- tutorials/message_driver
Maybe its a false/yes/no problem. Did you tried no insead of false?
On 24.11.2014 14:21, Alexander Fabisch wrote:
Unfortunately I cannot check if it works any more. I have deleted the rock installation that I used for the tutorials already. However, you can see this line in the post:
Do you need compatibility with OCL ? (yes or no): false It seems like I actually deactivated OCL!? It seems like the repositories will be cloned anyway with the outdated manifest?
— Reply to this email directly or view it on GitHub https://github.com/rock-core/base-doc/issues/11#issuecomment-64192591.
In my current rock project it works with false. I don't know what happened there.
I tried doing the first tutorial from a plain rock installation (following these instructions)
I get an error when I try to use this
autoproj/manifest
:See ocl-build.log for details.
However, the
autoproj/manifest
that has been provided by the rock installation works for me (at least in this tutorial):