The command "setlocal" #86
Unanswered
mamboSun-SSH
asked this question in
General
Replies: 1 comment
-
Disregard, I have located my issue. I was attempting to build DIPimage with the Viewsplice option enabled when I did not have the java files necessary for this feature. Also, I did not add the bioformats.jar file in CMake-gui as a FILEPATH. I kept adding it with the PATH option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have attempted to install DIPimage through the MatLab application manager and through source code compilation via Visual Studio 2019. Neither option seems to work. Installing DIPimage through the MatLab application manager results in the following:
`Warning: Call to DIPMENUS failed:
Execution of script measure as a function is not supported:
C:\Users\casas\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\DIPimage\dipimage\measure.m
I also have tried several times to compile DIPimage through Visual Studio following the provided instructions, but I receive the following error message:
The command "setlocal D:\Applications\cmake-3.21.3-windows-x86_64\bin\cmake.exe -DBUILD_TYPE=Debug -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd "cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd" exited with code 1.
I have ensured that I have all the necessary dependencies installed (except for d++ for the documentation) and linked appropriately within CMage-gui.
Any ideas why this is happening?
Thanks in advance,
Chris
Beta Was this translation helpful? Give feedback.
All reactions