Hello , i'm new to gaffer . I'm trying to build gaffer on window 10 using scons . But I encountered such an error :
D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1>scons D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1 build\
scons: Reading SConscript files ...
Checking for Inkscape... (cached) yes
Checking for Sphinx...(cached) no
WARNING : Sphinx not found - not building docs. Check SPHINX build variable.
scons: done reading SConscript files.
scons: Building targets ...
g++ /Fosrc\Gaffer\Action.obj /c src\Gaffer\Action.cpp -pipe -Wall -Werror -std=c++98 -DNDEBUG -DBOOST_DISABLE_ASSERTS -O3 -isystem D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1\build\gaffer-0.32.0.0-/include -isystem D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1\build\gaffer-0.32.0.0-/include/pythonv2.7 -isystem D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1\build\gaffer-0.32.0.0-/include/OpenEXR -isystem D:\Dev_project\Gaffer_Compile_1\gaffer-0.32.0.1\build\gaffer-0.32.0.0-/include/GL /nologo -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_SIGNALS_NO_DEPRECATION_WARNING /DGAFFER_MILESTONE_VERSION=0 /DGAFFER_MAJOR_VERSION=32 /DGAFFER_MINOR_VERSION=0 /DGAFFER_PATCH_VERSION=0 /Iinclude
g++: error: /Fosrc\Gaffer\Action.obj: No such file or directory
g++: error: /c: No such file or directory
g++: error: /nologo: No such file or directory
g++: error: /DGAFFER_MILESTONE_VERSION=0: No such file or directory
g++: error: /DGAFFER_MAJOR_VERSION=32: No such file or directory
g++: error: /DGAFFER_MINOR_VERSION=0: No such file or directory
g++: error: /DGAFFER_PATCH_VERSION=0: No such file or directory
g++: error: /Iinclude: No such file or directory
scons: *** [src\Gaffer\Action.obj] Error 1
scons: building terminated because of errors.
Can someone help me? Thank you so much ...