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
Hello there,
I am having a problem to build it on windows there is no .sln file to build on Visual studio environment.
I installed scons, typed in cmd in the src directory and i get the following error:
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
cl /FoAbaqusMeshWriter.obj /c AbaqusMeshWriter.cpp /TP /nologo
AbaqusMeshWriter.cpp
C:\Users\Elias\Desktop\iGen\interface-generator\src\boost\typedefs.h(14): fatal error C1083: Cannot open include file: 'boost/shared_ptr.hpp': No such file or directory
scons: * [AbaqusMeshWriter.obj] Error 2
scons: building terminated because of errors.
(i added in path, i pasted the whole folder in the same directory with the boost library and still the same...)
The text was updated successfully, but these errors were encountered:
Hello there,
I am having a problem to build it on windows there is no .sln file to build on Visual studio environment.
I installed scons, typed in cmd in the src directory and i get the following error:
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
cl /FoAbaqusMeshWriter.obj /c AbaqusMeshWriter.cpp /TP /nologo
AbaqusMeshWriter.cpp
C:\Users\Elias\Desktop\iGen\interface-generator\src\boost\typedefs.h(14): fatal error C1083: Cannot open include file: 'boost/shared_ptr.hpp': No such file or directory
scons: * [AbaqusMeshWriter.obj] Error 2
scons: building terminated because of errors.
(i added in path, i pasted the whole folder in the same directory with the boost library and still the same...)
The text was updated successfully, but these errors were encountered: