Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDE tools does not install files under the BdeBuildSystem directory that are necessary at run-time #44

Open
mattrm456 opened this issue Dec 16, 2022 · 0 comments

Comments

@mattrm456
Copy link

Perhaps mistakenly, I operated under the assumption that BDE tools may be installed by running cmake --install. However, this installation does not contain any files under the BdeBuildSystem directory that seem required at run-time.

To Reproduce:

  1. Run `cmake -B <path/to/build/dir> -S <path/to/bde/tools> --install-prefix
  2. Run `cmake --install <path/to/build/dir>
  3. Notice a bunch of the bbs_build is installed to <prefix> but not any files in the BdeBuildSystem directory
  4. Set <prefix/libexec/bde-tools/bin> to the PATH
  5. Run bbs_build configure
  6. Error: Cannot find BdeBuildSystem cmake modules

I expect to be able to use the result of installing this repository. This error does not occur when I run bbs_build from the directory into which I clone the repository.

Environment:

  • Darwin G7WH7WFVKV 21.6.0 Darwin Kernel Version 21.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant