On Wed, Nov 9, 2016 at 1:55 PM, Jaime Martín de Nicolás < [email protected]> wrote:
> Thank you so much for your help, Rashad. I really appreciate it! > > The first thing I had to do is modify the running command to: > dashboard.bat x64 0 BUILD develop master > > After that, I got an error due to the path to dashboard.make, since at > first I saved it in C:\Dev-Utils\...., so I changed it to > C:\dashboard\devutils\... > > Now, this is how dashboard.bat and dashboard.make look like: > > > - dashboard.bat > > > ::see also next set PATH > :: fix the path. we don't need to care for everything existing in system > path. > :: actually we shouldn't care for other things in system path. > set TOOLS_DIR=C:\Tools > set SYSPATH=C:\Windows\system32;C:\Windows > set PATH=%SYSPATH% > set PATH=%PATH%;C:\Program Files\CMake\bin > you have cmake install path with white spaces. can you check if the final PATH variable is formed properly add echo "PATH=%PATH%" before calling dashboard.cmake ::set PATH=%PATH%;%TOOLS_DIR%\patch-2.5.9-7\bin > ::set PATH=%PATH%;%TOOLS_DIR%\wget-1.11.4-1\bin > set PATH=%PATH%;C:\Program Files\Git\bin > same comment > set PATH=%PATH%;C:\Ninja > ::set PATH=%PATH%;%TOOLS_DIR%\jom\bin > set PATH=%PATH%;C:\Program Files\7-Zip > same comment > set PATH=%PATH%;C:\Tools\swigwin-3.0.10 > ::set PATH=%PATH%;C:\Python27_%COMPILER_ARCH%;C:\Python27_% > COMPILER_ARCH%\Scripts > ::set PATH=%PATH%;%TOOLS_DIR%\coreutils-5.3.0\bin > > call "C:\Program Files (x86)\Microsoft Visual Studio > 14.0\VC\vcvarsall.bat" %COMPILER_ARCH% > > > is this the complete file dashboard.bat ? can you put it gist or pastebin? > > - dashboard.make > > # set(dashboard_no_clean 1) > # set(dashboard_no_update 1) > # set(dashboard_no_configure 1) > # set(dashboard_no_submit 1) > # set(dashboard_model Experimental) > # set(dashboard_build_target OTBWavelet-all) > # set(CTEST_BUILD_CONFIGURATION RelWithDebInfo) > # set(CTEST_CMAKE_GENERATOR "Visual Studio 14 2015") > set(CTEST_CMAKE_GENERATOR "Visual Studio 14 2015 Win64") > > set(otb_data_use_largeinput ON) > set(otb_data_use_largeinput OFF) > > set(dashboard_cache > " > OTB_USE_OPENGL:BOOL=ON > OTB_USE_GLEW:BOOL=ON > OTB_USE_GLFW:BOOL=ON > OTB_USE_GLUT:BOOL=ON > OTB_USE_QT4:BOOL=ON > OTB_USE_QWT:BOOL=ON > OTB_USE_6S:BOOL=ON > OTB_USE_CURL:BOOL=ON > OTB_USE_OPENCV:BOOL=ON > OTB_USE_LIBSVM:BOOL=ON > OTB_USE_MUPARSER:BOOL=ON > OTB_USE_MUPARSERX:BOOL=ON > #OTB_WRAP_PYTHON:BOOL=ON > OTB_USE_SHARK:BOOL=ON > dashboard.cmake looks fine. > > Right now I'm running it, but it is kind of frozen here: > > Running ctest_configure() on C:/dashboard/otb/build_x64 > SetCTestConfiguration:BuildDirectory:C:/dashboard/otb/build_x64 > SetCTestConfiguration:SourceDirectory:C:/dashboard/otb/src > SetCTestConfiguration:ConfigureCommand:"C:/Program > Files/CMake/bin/cmake.exe" "-GVisual Studio 14 2015 Win64" > "C:/dashboard/otb/src" > Configure project > Configure with command: "C:/Program Files/CMake/bin/cmake.exe" "-GVisual > Studio14 2015 Win64" "C:/dashboard/otb/src" > Run command: "C:/Program Files/CMake/bin/cmake.exe" "-GVisual Studio 14 > 2015 Win64" "C:/dashboard/otb/src" > -- The C compiler identification is MSVC 19.0.24215.1 > -- The CXX compiler identification is MSVC 19.0.24215.1 > -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual > Studio14.0/VC/bin/x86_amd64/cl.exe > do you have vc++ installed. it is not enabled by default with vs_community. you have to do a customize install. > > Thank you again for your help. > > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "otb-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/otb-users/3yWmTFBZxts/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Rashad -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
