-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compiling for Win other files needed. #4
Comments
bdbcat
added a commit
that referenced
this issue
Jul 4, 2021
bdbcat
added a commit
that referenced
this issue
Jul 4, 2021
bdbcat
added a commit
that referenced
this issue
Jun 16, 2022
bdbcat
added a commit
that referenced
this issue
Jan 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this do independent compile? - If not, please disregard.
[LATER- It does do independent compile with the changes noted below}
Trying as an independent compile - First try
After copy opencpn.lib from v4.0 into the /build directory.
Needed ../include/opncpn_plugin.h in the src directory due to link errors.
Then cmake .. and cmake --build . --config release
Error comes from CMakeLists.txt file Line 200
So, I un-commented line 199 and commented line 200
And it compiled for both cmake --build .
and cmake --build . --config release
When I did cpack the second time, after a failure, it compiled successfully.
Maybe the README under Windows should clarify this?
The text was updated successfully, but these errors were encountered: