[haiku-bugs] Re: [Haiku] #12162: Hybrid build failure on Haiku

  • From: "bonefish" <trac@xxxxxxxxxxxx>
  • Date: Sun, 05 Jul 2015 07:59:45 -0000

#12162: Hybrid build failure on Haiku
----------------------------+----------------------------
Reporter: haiqu | Owner: bonefish
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Build System | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Has a Patch: 0 | Platform: All
----------------------------+----------------------------

Comment (by bonefish):

hrev49368 should fix the issue from your build log.

As for the `STATIC_ASSERT` issue: The macro is defined in
headers/private/kernel/debug.h. The header should be included indirectly
by src/system/boot/platform/bios_ia32/mmu.cpp via the chain
* headers/private/kernel/boot/platform.h
* headers/private/kernel/boot/vfs.h
* headers/private/kernel/util/DoublyLinkedList.h
* headers/private/kernel/debug.h
I could imagine that for some reason
src/system/boot/platform/bios_ia32/debug.h is favored over
headers/private/kernel/debug.h. The build log and the pre-processed output
(i.e. run the failing command line manually, but replace `-c` with `-E`
and adjust the name of the output file) would be helpful.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12162#comment:7>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: