[haiku-development] Re: my build environment problems

On 6/14/07, Stephan Assmus <superstippi@xxxxxx> wrote:

Hi Michael,

> On R5 I try for R5 and Dano for Dano.  I can't build Haiku I've only got
256
> RAM right now.

You can use the VirtualMemory preflet on R5 and raise the swap file size.
This will actually help, I have 256 MB of RAM on one of my machines as
well,
and with the bigger swapfile, I can build Haiku.

> I have seperate trees at the moment.  I did install the complete gcc
> package, replaced the headers and library.

Ok.

> I'm also wondering about the class references.  I find it strange that I
> need to modify the code like this.

I commited DeskCalc, and I'm building/testing for R5 or Haiku. So it might
happen, that because Dano headers are cleaner (don't include as much stuff
as
R5 headers), that a missing include is suddenly exposed when you are
building
on Dano for the Dano target. So these missing includes need to be commited
in
the tree.

Best regards,
-Stephan


I know from when I build on R5 a lot of the new constants, for colors and
such, are missing. I think it's because the R5 and dano targets uses their
original headers and new values such as B_TOOLTIP_* from dano is not
available in R5, therefore B_WINDOW_INACTIVE_* from haiku is not in R5 or
Dano which leads to undeclared identifiers. Maybe there needs to be a
Compatibility header that adds new constants from Haiku back into R5 and
Dano so when those targets are used they can compile fully. just a thought.

-- mike

Other related posts: