[haiku-development] Re: Change of kernel args struct size...

  • From: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 18 Sep 2016 07:36:21 +0000

On Sun, 18 Sep 2016 7:30 pm Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
wrote:

On Sun, Sep 18, 2016 at 05:59:57PM +1200, Jessica Hamilton wrote:
Getting much closer now; I can invoke the script, pass a few variables
along, but I'm stuck at how do I pass on all the include paths and
defines needed to compile correctly?

I've attached a patch of my current work, as well as some output from
`jam -dx '<src!system!kernel>kernel_arg_sizes.o'`

kernel_args.h is a target header (it is meant for use on the compiled
haiku), but you are building a host application. So, I don't think there
is much support in Jam for doing that.


Yes, but these structs all use the FixedWidthPointer template class to
avoid differences in pointer sizes, so it shouldn't matter too much. But
I'll have a look at those other examples...


Other related posts: