Hello and welcome to the mailing-list :-).

2013/11/12 <[email protected]>

> I'm the way of porting Lua to HelenOS however I've encountered some build
> problems im not able to solve, anyone has any idea of how to solve them?
>
> make[2]: Entering directory
> `/mnt/elementary/home/sergio/Development/helenos-
> build/uspace/app/lua'
> make[2]: *** No rule to make target `do.o', needed by `lua'.  Stop.
>
It seems that there is rule to build do.o object file but there is no do.c
source file.

Maybe you just need to remove the reference to do.c from LD_O variable in
your Makefile. Assuming you are using branch [1].

Hope that helps.

- Vojta

[1] https://code.launchpad.net/~sheosi/helenos/lua



> make[2]: Leaving directory
> `/mnt/elementary/home/sergio/Development/helenos-
> build/uspace/app/lua'
> make[1]: *** [app/lua.build] Error 2
> make[1]: Leaving directory
> `/mnt/elementary/home/sergio/Development/helenos-
> build/uspace'
> make: *** [all] Error 2
>
> _______________________________________________
> HelenOS-devel mailing list
> [email protected]
> http://lists.modry.cz/listinfo/helenos-devel
>
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to