[haiku-development] x86_64 build issue. Any idea how to fix?

  • From: Matt Madia <mattmadia@xxxxxxxxx>
  • To: haiku-development <haiku-development@xxxxxxxxxxxxx>
  • Date: Sat, 23 Nov 2013 10:09:51 -0500

Hi.

It seems, the x86_64 profile on buildbot was only building the default
image (`jam -q`). That has been updated to also include
@alpha-anyboot.

Turns out, there's another compile issue on x86_64, which fails for
the @alpha-* and @nightly-* images.

Any ideas what needs to be changed?

--mmadia


C++ generated.x86_64/objects/haiku/x86_64/release/apps/webpositive/BrowserApp.o
In file included from haiku/headers/os/support/Archivable.h:10:0,
                 from haiku/headers/os/app/Handler.h:12,
                 from haiku/headers/os/app/Looper.h:13,
                 from haiku/headers/os/app/Application.h:11,
                 from haiku/src/apps/webpositive/BrowserApp.h:32,
                 from haiku/src/apps/webpositive/BrowserApp.cpp:29:
haiku/headers/os/app/Message.h: In constructor 'BrowserApp::BrowserApp()':
haiku/headers/os/app/Message.h:527:9: error:
'BMessage::BMessage(BMessage*)' is private
haiku/src/apps/webpositive/BrowserApp.cpp:88:57: error: within this context

Other related posts: