Hi, I am a beginner to GMSH and I am trying to build GMSH for 64bit. I downloaded and unzipped the stable source 2.10.1 from the website and did cmake (using cmake GUI). Upon building gmsh.sln file, I got errors as below. Please let me know if I have missed oout on anything??
1>Gmsh.y(6105) : error C2666: 'SPoint3::operator []' : 3 overloads have similar conversions 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(28): could be 'double SPoint3::operator [](int) const' 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(27): or 'double &SPoint3::operator [](int)' 1> or 'built-in C++ operator[(double *, size_t)' 1> while trying to match the argument list '(SPoint3, size_t)' 1>Gmsh.y(6105) : error C2666: 'SPoint3::operator []' : 3 overloads have similar conversions 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(28): could be 'double SPoint3::operator [](int) const' 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(27): or 'double &SPoint3::operator [](int)' 1> or 'built-in C++ operator[(double *, size_t)' 1> while trying to match the argument list '(SPoint3, size_t)' ..... .... 1>..\Plugin\PluginManager.cpp(75) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory .... ... 1>..\Geo\GFace.cpp(1568) : error C2666: 'SPoint3::operator []' : 3 overloads have similar conversions 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(28): could be 'double SPoint3::operator [](int) const' 1> c:\users\h129552\documents\project training\solver\libraries\alzip\gmsh-stable-source\gmsh-2.10.1-source\geo\SPoint3.h(27): or 'double &SPoint3::operator [](int)' 1> or 'built-in C++ operator[(double *, size_t)' 1> while trying to match the argument list '(SPoint3, size_t)' .... .... 1>..\Common\avl.cpp(30) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory ..... ... 1>..\Common\OS.cpp(625) : error C2065: 'ATTACH_PARENT_PROCESS' : undeclared identifier 1>..\Common\OS.cpp(625) : error C3861: 'AttachConsole': identifier not found ..... Thanks & Regards, Pavana
_______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
