Opened 7 months ago
Closed 7 months ago
#18894 closed bug (invalid)
Building Network Status Application - Wrong Generated Directory Path
Reported by: | mbrumbelow | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I am building Network Status application. when I build it using:
$ jam -q NetworkStatus
I get the following error:
No `BuildConfig' found in ../../../generated/build!
Run ./configure in the source tree's root directory first!
I have a "generated.x86_64" directory not "generated" as the error states. Is this a bug or is there a tweak that I can do to jam that will fix this so that the right directory is used/referenced?
Note:
See TracTickets
for help on using tickets.
You need to run "jam" from inside your generated directory.