[haiku-development] Re: lklhaikufs build log

  • From: Clemens <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 18 Apr 2011 09:51:48 +1200

On Mon, 18 Apr 2011 07:08:34 +1200, marius adrian popa <mapopa@xxxxxxxxx> wrote:


        {
-               result += $(1)/home/gringo/hack/haiku/haiku/$(i) ;
+               result += $(1)/home/mariuz/work/haiku/$(i) ;
        }
        return $(result) ;
 }

Should be possible to not hard code the path e.g. use the $(HAIKU_TOP) jam variable...

now i have another conflicting type , but i don't think we need
network related code from linux


In file included from /home/mariuz/work/haiku/headers/posix/sys/socket.h:11,
                 from
/home/mariuz/work/lkl-linux-2.6/arch/lkl/envs//lib/net.c:7:
/home/mariuz/work/haiku/headers/posix/sys/types.h:42: error:
conflicting types for 'umode_t'
/home/mariuz/work/lkl-linux-2.6/include/asm-generic/types.h:11: note:
previous declaration of 'umode_t' was here
In file included from /home/mariuz/work/haiku/headers/posix/size_t.h:9,
from /home/mariuz/work/haiku/headers/posix/sys/types.h:56, from /home/mariuz/work/haiku/headers/posix/sys/socket.h:11,
                 from
/home/mariuz/work/lkl-linux-2.6/arch/lkl/envs//lib/net.c:7:


Seems that you have the haiku src in the header path while building linux, is that necessary?

cheers,
        Clemens

Other related posts: