I’ve trying to build 1.9 from git on Windows 7.1 SDK as describe in readme, but get the following error:
[ 18%] Building C++ object built/tmp/p3pgraphnodes_composite2.obj
p3pgraphnodes_composite2.cxx
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(870) : error C27
19: '_Val': formal parameter with __declspec(align('16')) won't be aligned
g:\panda3d-master\built\include\pvector.h(39) : see reference to class t
emplate instantiation 'std::vector<_Ty,_Ax>' being compiled
with
[
_Ty=TextureAttrib::StageNode,
_Ax=pallocator_array<TextureAttrib::StageNode>
]
g:\panda3d-master\built\include\ordered_vector.h(125) : see reference to
class template instantiation 'pvector<Type>' being compiled
with
[
Type=TextureAttrib::StageNode
]
g:\panda3d-master\built\include\ordered_vector.h(277) : see reference to
class template instantiation 'ordered_vector<Key,Compare>' being compiled
with
[
Key=TextureAttrib::StageNode,
Compare=TextureAttrib::CompareTextureStagePointer
]
G:\panda3d-master\built\include\textureAttrib.h(137) : see reference to
class template instantiation 'ov_set<Key,Compare>' being compiled
with
[
Key=TextureAttrib::StageNode,
Compare=TextureAttrib::CompareTextureStagePointer
]
g:\panda3d-master\built\include\shader.I(685) : warning C4018: '<' : signed/unsi
gned mismatch
g:\panda3d-master\built\include\shader.I(691) : warning C4018: '<' : signed/unsi
gned mismatch
g:\panda3d-master\built\include\shader.I(696) : warning C4018: '<' : signed/unsi
gned mismatch
g:\panda3d-master\built\include\shader.I(714) : warning C4018: '<' : signed/unsi
gned mismatch
g:\panda3d-master\built\include\shader.I(722) : warning C4018: '<' : signed/unsi
gned mismatch
g:\panda3d-master\built\include\shader.I(730) : warning C4018: '<' : signed/unsi
gned mismatch
Storing dependency cache.
Elapsed Time: 35 min 25 sec
The following command returned a non-zero value: cl /wd4996 /wd4275 /wd4267 /wd4
101 /wd4273 /DWINVER=0x601 /Fobuilt/tmp/p3pgraphnodes_composite2.obj /nologo /c
/arch:SSE2 /Ipanda/src/pgraphnodes /Ibuilt/tmp /Ibuilt/include /Ithirdparty/win-
python/include /Ithirdparty/win-libs-vc10/eigen\include /Ithirdparty/win-libs-vc
10/extras/include /MD /Zi /O2 /Ob2 /Oi /Ot /fp:fast /DFORCE_INLINING /Fdbuilt/tm
p/p3pgraphnodes_composite2.pdb /DBUILDING_PANDA /bigobj /Zm300 /DWIN32_VC /DWIN3
2 -D_HAS_EXCEPTIONS=0 /W3 panda/src/pgraphnodes/p3pgraphnodes_composite2.cxx
Build terminated.
p.s. on Win7 x64 with the same instrumentary P3D 1.9 builds successfully