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

Can't get it to work with modules #650

Open
dsecrieru opened this issue Dec 22, 2024 · 0 comments
Open

Can't get it to work with modules #650

dsecrieru opened this issue Dec 22, 2024 · 0 comments

Comments

@dsecrieru
Copy link

Expected Behavior

import boost.ut; works

Actual Behavior

boost.ut: error: failed to read compiled module: No such file or directory
boost.ut: note: compiled module file is 'gcm.cache/boost.ut.gcm'
boost.ut: note: imports must be built before being imported
boost.ut: fatal error: returning to the gate for a mechanical issue
compilation terminated.

Steps to Reproduce the Problem

  1. installed successfully with make install
  2. used find_package(ut REQUIRED) in my CMakeLists.txt
  3. linked Boost::ut into my binary using target_link_libraries, all as per instructions

Specifications

  • Version: latest main
  • Platform: Windows x64
  • Subsystem: msys2, latest, gcc 14.2
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