[haiku-development] Re: my build environment problems
- From: "Michael Berg" <mike@xxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 14 Jun 2007 17:21:47 -0400
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
- Follow-Ups:
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus
- References:
- [haiku-development] my build environment problems
- From: Michael Berg
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus
- [haiku-development] Re: my build environment problems
- From: Michael Berg
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus
Other related posts:
- » [haiku-development] my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
- » [haiku-development] Re: my build environment problems
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
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus
- [haiku-development] my build environment problems
- From: Michael Berg
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus
- [haiku-development] Re: my build environment problems
- From: Michael Berg
- [haiku-development] Re: my build environment problems
- From: Stephan Assmus