Opened 11 days ago

Closed 11 days 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?

Change History (1)

comment:1 by waddlesplash, 11 days ago

Resolution: invalid
Status: newclosed

You need to run "jam" from inside your generated directory.

Note: See TracTickets for help on using tickets.