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

No such "gnsstk_export.h" #1

Closed
zhehuayang opened this issue Jul 5, 2022 · 3 comments
Closed

No such "gnsstk_export.h" #1

zhehuayang opened this issue Jul 5, 2022 · 3 comments

Comments

@zhehuayang
Copy link

No description provided.

@ajkuck
Copy link

ajkuck commented Jul 5, 2022

The file in question is automatically generated but how it's done depends on whether you're building under windows or something else. Without more detail there's nothing we can do.

@ajkuck ajkuck closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2022
@zhehuayang
Copy link
Author

Thank you! I‘m building under windows. My IDE is Microsoft Visual Studio 2015

@jmk0
Copy link
Contributor

jmk0 commented Jul 6, 2022

Try using cmake to do the build instead of building inside the IDE. The way we build for VS2015 is:

  • mkdir build
  • cd build
  • cmake -DCMAKE_INSTALL_PREFIX=install -DDEBUGTRACE=off -DCMAKE_BUILD_TYPE=release -DBUILD_EXT=ON -DBUILD_PYTHON=OFF -DTEST_SWITCH=ON -G "Visual Studio 14 2015 Win64" ../
  • cmake --build . --config Release -- /m

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

3 participants