Win10 vtk6#15
Open
bmcage wants to merge 17 commits into
Open
Conversation
Avoid warning during build Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found
This reverts commit e079e67.
Owner
|
Hi, firstly many apologies for taking so long to get around to looking at this. As you will see I was half way through updating to VTK6 and wxWidgets3 (as well as Windows 10 and VS2017) when you posted this. There are now some conflicts but I think most are easily resolved. In CustomWidget and wxVTKRenderWindowInteractor you've added #include "vtkAutoInit.h" and a couple of VTK_MODULE_INIT statements. Are these required? My Windows build works fine without them but I haven't tested it on the Linux build yet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Branch with changes to compile on Windows 10 (Win 7 soon no longer supported by Microsoft, so no reason for new releases to support) with VS2017 Community, using VTK 6.3.
This due to #12
I'll make an install instruction for Win10 to allow others to test based on the install on the wiki site