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

vcpkg install infoware doesn't get the detail includes #45

Closed
Dreamykass opened this issue Aug 19, 2020 · 5 comments
Closed

vcpkg install infoware doesn't get the detail includes #45

Dreamykass opened this issue Aug 19, 2020 · 5 comments
Labels

Comments

@Dreamykass
Copy link

Got infoware through vcpkg, installed fine. Added to my cmake lists, also ok. Tried to include - compile time errors: Cannot open include file: 'infoware/detail/linkage.hpp': No such file or directory (...).

Looked into vcpkg/packages/infoware_x64-windows/include/infoware, and yeah, there's no detail folder in there.

@nabijaczleweli
Copy link
Collaborator

Thanks for the report, fix released in v0.5.5

@Dreamykass
Copy link
Author

Thanks for the fix, and for the work on the lib and stuff!

@Dreamykass
Copy link
Author

Wait, it looks like there's no infoware.dll I think?

vcpkg installs fine, cmake builds fine, the project builds fine, but there's no output when ran from the terminal, and when ran by clicking the exe there's a system dialog box "inforware.dll not found".

Earlier (as in like half an hour ago) I did vcpkg upgrade infoware --no-dry-run... and it somehow deleted vcpkg/packages/infoware...? So I had to remove it and install again, and the folder came back. But now there's no infoware.dll apparently.

@Dreamykass
Copy link
Author

Sorry for the spam I guess, but after doing some digging, it looks like the debug configuration is looking for infoware.dll, while it should be infowared.dll (which is in vcpkg\installed\x64-windows\debug\bin). The release config works fine.

@ThePhD
Copy link
Owner

ThePhD commented Aug 20, 2020

That's configured in the CMake so vcpkg should've picked it up automatically...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants