-
Notifications
You must be signed in to change notification settings - Fork 18
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
need to configure input files for Windows #128
Comments
I have cloned and built SIRF-SuperBuild (using CMake 3.10.0) on Windows 7 with Visual Studio 2013. Had a problem with missing files debug.lib and optimized.lib. Figured out they are not actually needed - on the internet people suggest deleting them from the project, but it did not work for me as Build starts by running CMake, which creates them again – so tricked the Build by copying another .lib file and renaming the copy into debug.lib and another copy into optimized.lib. This worked, and I set $Env:PYTHONPATH to new path in powershell, and was able to run PET tests. Some progress then. By the way, CMake left Python and Matlab destinations empty after Configure, so I set them manually – was it actually needed? |
great. I belief that the could you try the matlab side as well? Should work... I'm also very interested in seeing if you can run the MR code (by usin gth eVM an dport forwarding of course). that's the bit that failed for me. |
python can run mr demos ok matlab works for both pet and mr demos when started from windows; from git shell (with -nodesktop) it works too if i do not set $Env:MATLABPATH as you suggested, otherwise i get "Undefined function or variable 'matlabrc'", and mutilities library fails to load |
Excellent news! From here it looks like we should add This should be doable from CMake as we'll know what |
it works now! |
i mean it works now that i added |
Largely a duplicate of #460. @evgueni-ovtchinnikov is there anything here that needs to be handled? |
@KrisThielemans nothing springs to mind at the moment |
closing as duplicate |
the Superbuild needs to create a powershell and bit file (when on Windows) like the current shell configuration files, based on following
The text was updated successfully, but these errors were encountered: