ocl does not build if lua is not installed
Submitted by Sylvain Joyeux on Mon, 2010-12-13 14:24 |
If I build ocl in the toolchain, using autoproj, ocl fails to build if I
don't have lua installed
You should either add the necessary dependencies to manifest.xml /
osdeps files, or make sure it disables the Lua plugin altogether.
Sylvain
ocl does not build if lua is not installed
On Mon, Dec 13, 2010 at 03:23:13PM +0100, Sylvain Joyeux wrote:
> If I build ocl in the toolchain, using autoproj, ocl fails to build if I
> don't have lua installed
>
> You should either add the necessary dependencies to manifest.xml /
> osdeps files, or make sure it disables the Lua plugin altogether.
Yes, I'll look into it.
Markus
ocl does not build if lua is not installed
On Tue, Dec 14, 2010 at 10:15:54AM +0100, Markus Klotzbuecher wrote:
> On Mon, Dec 13, 2010 at 03:23:13PM +0100, Sylvain Joyeux wrote:
> > If I build ocl in the toolchain, using autoproj, ocl fails to build if I
> > don't have lua installed
> >
> > You should either add the necessary dependencies to manifest.xml /
> > osdeps files, or make sure it disables the Lua plugin altogether.
>
> Yes, I'll look into it.
I sent you a merge request for autoproj with two patches. One for the
readline change and for for adding the lua dep.
I'll send a patch to Ruben and Steven in a minute for adding lua deps
in orocos-toolchain-ros.
One merge request went to Peter which adds lua to ocls manifest (and
fixes some compile warnings among other stuff).
The ideal merge order would be that Peter merges after Sylvain and
Steven/Ruben, or deps will be unresolved.
Thanks
Markus
ocl does not build if lua is not installed
On Tuesday 14 December 2010 16:19:31 Markus Klotzbuecher wrote:
> On Tue, Dec 14, 2010 at 10:15:54AM +0100, Markus Klotzbuecher wrote:
> > On Mon, Dec 13, 2010 at 03:23:13PM +0100, Sylvain Joyeux wrote:
> > > If I build ocl in the toolchain, using autoproj, ocl fails to build if
> > > I don't have lua installed
> > >
> > > You should either add the necessary dependencies to manifest.xml /
> > > osdeps files, or make sure it disables the Lua plugin altogether.
> >
> > Yes, I'll look into it.
>
> I sent you a merge request for autoproj with two patches. One for the
> readline change and for for adding the lua dep.
>
> I'll send a patch to Ruben and Steven in a minute for adding lua deps
> in orocos-toolchain-ros.
>
> One merge request went to Peter which adds lua to ocls manifest (and
> fixes some compile warnings among other stuff).
>
> The ideal merge order would be that Peter merges after Sylvain and
> Steven/Ruben, or deps will be unresolved.
I merged mine on ocl/toolchain-2.2.
Peter
ocl does not build if lua is not installed
On 12/14/2010 04:19 PM, Markus Klotzbuecher wrote:
> On Tue, Dec 14, 2010 at 10:15:54AM +0100, Markus Klotzbuecher wrote:
>> On Mon, Dec 13, 2010 at 03:23:13PM +0100, Sylvain Joyeux wrote:
>>> If I build ocl in the toolchain, using autoproj, ocl fails to build if I
>>> don't have lua installed
>>>
>>> You should either add the necessary dependencies to manifest.xml /
>>> osdeps files, or make sure it disables the Lua plugin altogether.
>>
>> Yes, I'll look into it.
>
> I sent you a merge request for autoproj with two patches. One for the
> readline change and for for adding the lua dep.
Patch looks good to me. If it works on your machine, just push to the
repo directly.
Sylvain
ocl does not build if lua is not installed
On Tue, Dec 14, 2010 at 04:24:04PM +0100, Sylvain Joyeux wrote:
> On 12/14/2010 04:19 PM, Markus Klotzbuecher wrote:
> > On Tue, Dec 14, 2010 at 10:15:54AM +0100, Markus Klotzbuecher wrote:
> >> On Mon, Dec 13, 2010 at 03:23:13PM +0100, Sylvain Joyeux wrote:
> >>> If I build ocl in the toolchain, using autoproj, ocl fails to build if I
> >>> don't have lua installed
> >>>
> >>> You should either add the necessary dependencies to manifest.xml /
> >>> osdeps files, or make sure it disables the Lua plugin altogether.
> >>
> >> Yes, I'll look into it.
> >
> > I sent you a merge request for autoproj with two patches. One for the
> > readline change and for for adding the lua dep.
> Patch looks good to me. If it works on your machine, just push to the
> repo directly.
Ok, done. Thanks!
Markus
ocl does not build if lua is not installed
On Monday 13 December 2010 15:23:13 Sylvain Joyeux wrote:
> If I build ocl in the toolchain, using autoproj, ocl fails to build if I
> don't have lua installed
>
> You should either add the necessary dependencies to manifest.xml /
> osdeps files, or make sure it disables the Lua plugin altogether.
Sorry for this. If lua-dev is not detected, it shouldn't be built obviously.
Peter