<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
So I'm attempting to wrap Ogre3D for Python Ogre.  Part of that uses GCCXML (version 0.9.0), currently its hitting errors mentioning builtin types not being declared.  I found next to nothing about these online so I'm not sure where to look next.<rte_text></rte_text><div><br></div><div>I'm making the following call (Not sure if this will be helpful, but anyway):</div><div><div>/Users/team23/development/root/usr/bin/gccxml   --gccxml-cxxflags "-DCF_OPEN_SOURCE -D_POSIX_C_SOURCE -isysroot /Developer/SDKs/MacOSX10.5.sdk"   -I"/Users/team23/development/python-ogre" -I"/Users/team23/development/python-ogre/code_generators/ogre" -I"/Users/team23/development/root/usr/include/boost-1_36" -I"/Users/team23/development/ogre/OgreMain/include" -I"/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5" -I"/Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon"  -D"OGRE_NONCLIENT_BUILD" -D"OGRE_GCC_VISIBILITY" -D"__PYTHONOGRE_BUILD_CODE" -D"BOOST_HAS_THREADS" -D"BOOST_HAS_WINTHREADS" -D"OGRE_VERSION_1.6.0RC1"  "/Users/team23/development/python-ogre/code_generators/ogre/python_ogre.h" -fxml="/Users/team23/development/python-ogre/code_generators/cache/ogre_1.6.0RC1_cache.xml"</div><div><br></div></div><div><br></div><div>And a small excerpt of the errors:</div><div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'void _mm_empty()':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:68: error: '__builtin_ia32_emms' was not declared in this scope</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'long long int __vector__ _mm_cvtsi32_si64(int)':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:85: error: '__builtin_ia32_vec_init_v2si' was not declared in this scope</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'int _mm_cvtsi64_si32(long long int __vector__)':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:140: error: '__builtin_ia32_vec_ext_v2si' was not declared in this scope</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'long long int __vector__ _mm_packs_pi16(long long int __vector__, long long int __vector__)':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:189: error: '__builtin_ia32_packsswb' was not declared in this scope</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'long long int __vector__ _mm_packs_pi32(long long int __vector__, long long int __vector__)':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:208: error: '__builtin_ia32_packssdw' was not declared in this scope</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h: In function 'long long int __vector__ _mm_packs_pu16(long long int __vector__, long long int __vector__)':</div><div>/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.2.1/include/mmintrin.h:227: error: '__builtin_ia32_packuswb' was not declared in this scope</div><div><br></div><div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Jeff L.</div><div><br></div></div></body>
</html>