-
Notifications
You must be signed in to change notification settings - Fork 28
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
Extension package not working on Windows #42
Comments
FYI: when I add a print out at the top of CMake/SlicerBlockInstallVP9.cmake it looks like the check at the top isn't passed so the whole file is ignored:
|
Hi Nicole, |
which visual studio version are you using? |
Visual Studio Community 2015 |
VP9 being static makes sense for it not being installed, not sure what's missing from the extension dlls then, will try to dig in after launching a terminal with the Slicer environment set. |
en, unfortunately i don't have windows machine now, so i can not help you. |
Just tried packaging it now. The same thing happened, but I managed to fix it by copying the OpenIGTLink and OpenIGTLinkIO dlls The python wrapped libraries are also in an odd location ( |
@Sunderlandkyl |
Verified that I can get my built version working by copying over those files. |
Slicer Preview windows build here: Checking the linux package from here: |
On Windows10 against the Slicer trunk built with vtk9 and qt5, I can build SlicerOpenIGTLink (master) and package it into a .zip file and use the extension manager to load the extension from file, but when I restart Slicer, it can't load the modules:
The dependent library VP9 that was built didn't get installed with CPack, that might be part of the problem. From a build directory, I can start up Slicer with the additional launcher settings file that SlicerOpenIGTLink configures and it will load the modules correctly:
The text was updated successfully, but these errors were encountered: