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

Missing file KExport.hpp #45

Closed
chasbryant opened this issue Jan 17, 2025 · 5 comments
Closed

Missing file KExport.hpp #45

chasbryant opened this issue Jan 17, 2025 · 5 comments

Comments

@chasbryant
Copy link

I cannot compile the master branch due to this file:

#include "KDIS/KExport.hpp"

missing....

@carlocorradini
Copy link
Collaborator

@chasbryant KExport.hpp is automatically generated by CMake (see

generate_export_header(
) using GenerateExportHeader.
The file is saved under ${CMAKE_CURRENT_BINARY_DIR}/include/KDIS (visible thanks to target_include_directories).
The generation procedure is the same as previously except for the location (old was ${CMAKE_CURRENT_SOURCE_DIR}/include/KDIS). The latter allowed removing an entry in .gitignore.
Therefore, it should compile without any problem as before.

@chasbryant
Copy link
Author

chasbryant commented Jan 17, 2025 via email

@carlocorradini
Copy link
Collaborator

@chasbryant What?

@chasbryant
Copy link
Author

chasbryant commented Jan 18, 2025 via email

@carlocorradini
Copy link
Collaborator

@chasbryant Always pull from a specified tag since it's safer 👍

@carlocorradini carlocorradini closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2025
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

2 participants