On Wednesday, November 9, 2016 at 2:43:30 PM UTC+1, Jaime Martín de Nicolás wrote: > > > Ok, this is the complete dashboard.bat: pastebin.com/embed_js/1EQgM9hE > > I've already changed set(otb_data_use_largeinput OFF). > > This is the echo of the path: > > "PATH=C:\Program Files (x86)\Microsoft Visual Studio > 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files > (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio > 14.0\VC\BIN\amd64;C:\Windows\Microsoft. > NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio > 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio > 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio > 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program > Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance > Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team > Tools\Performance Tools;C:\Program Files (x86)\Windows > Kits\8.1\bin\x64;C:\Program Files (x86)\Windows Kits\8.1\bin\x86;C:\Program > Files (x86)\MicrosoftSDKs\Windows\v10.0A\bin\NETFX 4.6.1 > Tools\x64\;C:\Windows\system32;C:\Windows;C:\Program > Files\CMake\bin;C:\Program Files\Git\bin;C:\Ninja;C:\Program > Files\7-Zip;C:\Tools\swigwin-3.0.10;C\dashboard\otb\xdk\install_sb_x64\bin;C:\dashboard\otb\xdk\install_sb_x64\lib;C:\dashboard\otb\build_x64\bin" > > that all looks fine for me.
> Yesterday, I re-downloaded Visual Studio and selected c++. However, since > I'm not sure I did it properly, I have downloaded the "Visual C++ > Redistributable for Visual Studio 2015" from the microsoft support site. > redistributable is not needed if you install vstudio. but that doesn't actually breaks build. you can drop t a cmd.exe with dashboard.bat x64 CMD BUILD develop master and check if the compiler is working fine create a test.cpp with a small c++ code and run cl.exe test.cpp But I am not that convinced that you have a working vs installation and cmake checking for c compiler and failing emphasize on that issue. > > I'm running dashboard again and right now it is stopped here: > > 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" > > which is right before the point it stopped before. > > Something's clearly messed up in my computer... > Even if you uninstall vs2015 make sure it is properly "uninstalled". With the isntaller it always leaves behind files for some reason > > Thanks once more. > -- -- 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.
