osx 10.6 liblinmath compile error

Bug #731265 reported by Christopher Denter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panda3D
Invalid
Undecided
Unassigned

Bug Description

As requested, please find attached the traceback:

[ 12%] Building Interrogate database built/pandac/input/liblinmath.in
built/bin/interrogate -srcdir panda/src/linmath -Ipanda/src/linmath -Dvolatile -Dmutable -DCPPPARSER -D__STDC__=1 -D__cplusplus -D__inline -D__const=const -D_LP64 -oc built/tmp/liblinmath_igate.cxx -od built/pandac/input/liblinmath.in -fnames -string -refcount -assert -python-native -Sbuilt/include/parser-inc -Ipanda/src/linmath -S/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -Sbuilt/tmp -Sbuilt/include -DMAKEPANDA= -DBUILDING_PANDA -module panda -library liblinmath aa_luse.h compose_matrix.h compose_matrix_src.h config_linmath.h coordinateSystem.h dbl2fltnames.h dblnames.h deg_2_rad.h flt2dblnames.h fltnames.h lcast_to.h lcast_to_src.h linmath_composite.cxx lmatrix.h lmatrix3_src.h lmatrix4_src.h lorientation.h lorientation_src.h lpoint2.h lpoint2_src.h lpoint3.h lpoint3_src.h lpoint4.h lpoint4_src.h lquaternion.h lquaternion_src.h lrotation.h lrotation_src.h luse.h lvec2_ops.h lvec2_ops_src.h lvec3_ops.h lvec3_ops_src.h lvec4_ops.h lvec4_ops_src.h lvecBase2.h lvecBase2_src.h lvecBase3.h lvecBase3_src.h lvecBase4.h lvecBase4_src.h lvector2.h lvector2_src.h lvector3.h lvector3_src.h lvector4.h lvector4_src.h mathNumbers.h vector_Colorf.h vector_LPoint2f.h vector_LVecBase3f.h vector_Normalf.h vector_TexCoordf.h vector_Vertexf.h
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/liblinmath_igate.o -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -Ibuilt/tmp -Ibuilt/include -DMAKEPANDA= -Ipanda/src/linmath -Wno-deprecated-declarations -arch x86_64 -pthread -O2 -DBUILDING_PANDA built/tmp/liblinmath_igate.cxx
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2f_reduce_15(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:6299: error: ‘_ext_LVecBase2f___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2f_getattr_16(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:6359: error: ‘_ext_LVecBase2f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2f_setattr_17(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:6415: error: ‘_ext_LVecBase2f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2f_setitem_19(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:6555: error: ‘_ext_LVecBase2f___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2f_python_repr_59(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:9818: error: ‘_ext_LVecBase2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2d_reduce_71(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:10517: error: ‘_ext_LVecBase2d___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2d_getattr_72(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:10577: error: ‘_ext_LVecBase2d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2d_setattr_73(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:10633: error: ‘_ext_LVecBase2d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2d_setitem_75(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:10785: error: ‘_ext_LVecBase2d___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase2d_python_repr_115(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:14320: error: ‘_ext_LVecBase2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2f_getattr_120(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:14816: error: ‘_ext_LVector2f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2f_setattr_121(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:14872: error: ‘_ext_LVector2f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2f_python_repr_133(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:15890: error: ‘_ext_LVector2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2d_getattr_139(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:16405: error: ‘_ext_LVector2d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2d_setattr_140(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:16461: error: ‘_ext_LVector2d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector2d_python_repr_152(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:17561: error: ‘_ext_LVector2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2f_getattr_158(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:18064: error: ‘_ext_LPoint2f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2f_setattr_159(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:18120: error: ‘_ext_LPoint2f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2f_python_repr_169(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:19013: error: ‘_ext_LPoint2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2d_getattr_175(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:19528: error: ‘_ext_LPoint2d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2d_setattr_176(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:19584: error: ‘_ext_LPoint2d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint2d_python_repr_186(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:20551: error: ‘_ext_LPoint2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3f_reduce_200(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:21285: error: ‘_ext_LVecBase3f___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3f_getattr_201(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:21345: error: ‘_ext_LVecBase3f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3f_setattr_202(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:21401: error: ‘_ext_LVecBase3f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3f_setitem_204(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:21541: error: ‘_ext_LVecBase3f___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3f_python_repr_253(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:25490: error: ‘_ext_LVecBase3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3d_reduce_266(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:26254: error: ‘_ext_LVecBase3d___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3d_getattr_267(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:26314: error: ‘_ext_LVecBase3d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3d_setattr_268(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:26370: error: ‘_ext_LVecBase3d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3d_setitem_270(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:26522: error: ‘_ext_LVecBase3d___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase3d_python_repr_319(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:30814: error: ‘_ext_LVecBase3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3f_getattr_326(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:31311: error: ‘_ext_LVector3f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3f_setattr_327(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:31367: error: ‘_ext_LVector3f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3f_python_repr_355(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:33985: error: ‘_ext_LVector3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3d_getattr_361(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:34501: error: ‘_ext_LVector3d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3d_setattr_362(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:34557: error: ‘_ext_LVector3d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector3d_python_repr_390(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:37379: error: ‘_ext_LVector3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3f_getattr_396(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:37883: error: ‘_ext_LPoint3f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3f_setattr_397(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:37939: error: ‘_ext_LPoint3f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3f_python_repr_414(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:39451: error: ‘_ext_LPoint3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3d_getattr_420(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:39967: error: ‘_ext_LPoint3d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3d_setattr_421(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:40023: error: ‘_ext_LPoint3d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint3d_python_repr_438(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:41659: error: ‘_ext_LPoint3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4f_reduce_453(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:42452: error: ‘_ext_LVecBase4f___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4f_getattr_454(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:42512: error: ‘_ext_LVecBase4f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4f_setattr_455(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:42568: error: ‘_ext_LVecBase4f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4f_setitem_457(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:42708: error: ‘_ext_LVecBase4f___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4f_python_repr_503(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:46377: error: ‘_ext_LVecBase4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4d_reduce_517(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:47206: error: ‘_ext_LVecBase4d___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4d_getattr_518(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:47266: error: ‘_ext_LVecBase4d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4d_setattr_519(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:47322: error: ‘_ext_LVecBase4d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4d_setitem_521(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:47474: error: ‘_ext_LVecBase4d___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVecBase4d_python_repr_567(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:51451: error: ‘_ext_LVecBase4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4f_getattr_572(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:51949: error: ‘_ext_LVector4f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4f_setattr_573(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:52005: error: ‘_ext_LVector4f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4f_python_repr_585(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:52961: error: ‘_ext_LVector4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4d_getattr_591(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:53478: error: ‘_ext_LVector4d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4d_setattr_592(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:53534: error: ‘_ext_LVector4d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LVector4d_python_repr_604(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:54570: error: ‘_ext_LVector4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4f_getattr_610(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:55075: error: ‘_ext_LPoint4f___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4f_setattr_611(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:55131: error: ‘_ext_LPoint4f___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4f_python_repr_623(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:56140: error: ‘_ext_LPoint4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4d_getattr_629(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:56657: error: ‘_ext_LPoint4d___getattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4d_setattr_630(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:56713: error: ‘_ext_LPoint4d___setattr__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LPoint4d_python_repr_642(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:57808: error: ‘_ext_LPoint4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3f_reduce_660(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:58312: error: ‘_ext_LMatrix3f___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3f_python_repr_717(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:64883: error: ‘_ext_LMatrix3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3f_Row_setitem_648(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:65304: error: ‘_ext_LMatrix3f__Row___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4f_reduce_737(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:65745: error: ‘_ext_LMatrix4f___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4f_python_repr_801(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:72445: error: ‘_ext_LMatrix4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4f_Row_setitem_725(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:72971: error: ‘_ext_LMatrix4f__Row___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3d_reduce_819(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:73424: error: ‘_ext_LMatrix3d___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3d_python_repr_876(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:80455: error: ‘_ext_LMatrix3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix3d_Row_setitem_807(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:80888: error: ‘_ext_LMatrix3d__Row___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4d_reduce_894(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:81371: error: ‘_ext_LMatrix4d___reduce__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4d_python_repr_958(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:89021: error: ‘_ext_LMatrix4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_LMatrix4d_Row_setitem_882(PyObject*, PyObject*, PyObject*)’:
built/tmp/liblinmath_igate.cxx:89571: error: ‘_ext_LMatrix4d__Row___setitem__’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase2f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:102336: error: ‘_ext_LVecBase2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase2d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:102712: error: ‘_ext_LVecBase2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector2f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:102944: error: ‘_ext_LVector2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector2d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:103155: error: ‘_ext_LVector2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint2f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:103364: error: ‘_ext_LPoint2f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint2d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:103573: error: ‘_ext_LPoint2d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase3f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:103938: error: ‘_ext_LVecBase3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase3d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:104325: error: ‘_ext_LVecBase3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector3f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:104574: error: ‘_ext_LVector3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector3d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:104823: error: ‘_ext_LVector3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint3f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:105061: error: ‘_ext_LPoint3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint3d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:105289: error: ‘_ext_LPoint3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase4f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:105664: error: ‘_ext_LVecBase4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVecBase4d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:106038: error: ‘_ext_LVecBase4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector4f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:106260: error: ‘_ext_LVector4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LVector4d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:106475: error: ‘_ext_LVector4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint4f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:106690: error: ‘_ext_LPoint4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LPoint4d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:106905: error: ‘_ext_LPoint4d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LMatrix3f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:107356: error: ‘_ext_LMatrix3f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LMatrix4f(PyObject*)’:
built/tmp/liblinmath_igate.cxx:107841: error: ‘_ext_LMatrix4f_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LMatrix3d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:108339: error: ‘_ext_LMatrix3d_python_repr’ was not declared in this scope
built/tmp/liblinmath_igate.cxx: In function ‘PyObject* Dtool_Repr_LMatrix4d(PyObject*)’:
built/tmp/liblinmath_igate.cxx:108824: error: ‘_ext_LMatrix4d_python_repr’ was not declared in this scope
Process exited with exit status 1 and signal code 0
Storing dependency cache.
Elapsed Time: 36 sec

Build terminated.

Revision history for this message
rdb (rdb) wrote :

This seems like an unclean checkout or unclean build environment to me. Please make sure that your source tree is consistent (cvs up -AdP or cvs up -AdPr panda3d_1_7_branch), and clean your build tree (rm -rf built).

rdb (rdb)
Changed in panda3d:
status: New → Incomplete
rdb (rdb)
Changed in panda3d:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.