You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to compile Mitsuba on Windows11: following the suggestions given in #61 and running C:\Python27\scons.bat from VS2017's Developer Command Prompt and in the Mitsuba root directory, I get the following results:
scons: Reading SConscript files ...
Using configuation file "D:\Code\mitsuba\mitsuba-master\config.py"
scons: warning: VC version 15.0 not installed. C/C++ compilers are most likely not set correctly.
Installed versions are: ['14.0']
File "D:\Code\mitsuba\mitsuba-master\build\SConscript.configure", line 96, in <module>
scons: warning: VC version 15.0 not installed. C/C++ compilers are most likely not set correctly.
Installed versions are: ['14.0']
File "D:\Code\mitsuba\mitsuba-master\build\SConscript.configure", line 96, in <module>
Checking for Qt 5.x... yes
Checking for cl ...no
Could not compile a simple C++ fragment, verify that cl is installed! This could also mean that the Boost libraries are missing. The file "config.log" should contain more information.
First of all, why does scons keep telling me that "VC version 15.0 not installed"? I downloaded the last version available of Visual Studio 2017, i.e. the 15.9.44.
Second of all, I used scons-2.5.1 from dependencies_win64.git and config-win64-msvc2017.py from the build folder as config.py, and my pc is 64 bit, so why do I have problems with the machine type?
The text was updated successfully, but these errors were encountered:
I am not able to compile Mitsuba on Windows11: following the suggestions given in #61 and running
C:\Python27\scons.bat
from VS2017's Developer Command Prompt and in the Mitsuba root directory, I get the following results:The
config.log
contains the following:First of all, why does
scons
keep telling me that "VC version 15.0 not installed"? I downloaded the last version available of Visual Studio 2017, i.e. the 15.9.44.Second of all, I used scons-2.5.1 from
dependencies_win64.git
andconfig-win64-msvc2017.py
from the build folder asconfig.py
, and my pc is 64 bit, so why do I have problems with the machine type?The text was updated successfully, but these errors were encountered: