Opened 11 years ago
Closed 11 years ago
#10022 closed bug (fixed)
Missing HAIKU_TOP causes build problems
Reported by: | axeld | Owned by: | bonefish |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Building Haiku no longer works when the build was not started from the generated directory. I usually configure the main build from haiku's top directory, which results in a generated/ directory -- I could then run the builds for this target from anywhere. In this case HAIKU_TOP would be .
.
This no longer works, as the current working directory is changed during the build, which results in an error when PackageWriterImpl.cpp tries to resolve HAIKU_BUILD_SYSTEM_DATA_DIRECTORY
, as the path is then relative.
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Status: | new → in-progress |
---|
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Error seen when this occurs: