| TheProf wrote: |
| make[2]: Entering directory `/root/develop/intern/decimation/intern' |
| TheProf wrote: |
| make[2]: Entering directory `/root/develop/intern/decimation/intern'
g++ -c -pipe -fPIC -DNDEBUG -O3 -I/root/develop/lib/linux-glibc2.2.93-i386/mot o/include -I/root/develop/lib/linux-glibc2.2.93-i386/memutil/include -I/root/dev elop/lib/linux-glibc2.2.93-i386/container/include LOD_QSDecimator.cpp -o /root/o bj/linux-glibc2.2.93-i386/intern/decimation/LOD_QSDecimator.o In file included from LOD_QSDecimator.h:37, from LOD_QSDecimator.cpp:32: LOD_ManMesh2.h:264:7: warning: no newline at end of file LOD_QSDecimator.cpp: In member function `bool LOD_QSDecimator::CollapseEdge()': LOD_QSDecimator.cpp:186: no matching function for call to `CTR_UHeap<LOD_Edge> ::Remove(__gnu_cxx::__normal_iterator<LOD_Edge*, std::vector<LOD_Edge, std::allocator<LOD_Edge> > >, int)' /root/develop/lib/linux-glibc2.2.93-i386/container/include/CTR_UHeap.h:149: cand idates are: void CTR_UHeap<HeapType>::Remove(HeapType*, int) [with HeapType = LOD_Edge] LOD_QSDecimator.cpp:188: no matching function for call to `CTR_UHeap<LOD_Edge> ::Insert(__gnu_cxx::__normal_iterator<LOD_Edge*, std::vector<LOD_Edge, std::allocator<LOD_Edge> > >, const int&)' /root/develop/lib/linux-glibc2.2.93-i386/container/include/CTR_UHeap.h:127: cand idates are: void CTR_UHeap<HeapType>::Insert(HeapType*, int) [with HeapType = LOD_Edge] LOD_QSDecimator.cpp: In member function `bool LOD_QSDecimator::BuildHeap()': LOD_QSDecimator.cpp:277: no matching function for call to `CTR_UHeap<LOD_Edge> ::MakeHeap(__gnu_cxx::__normal_iterator<LOD_Edge*, std::vector<LOD_Edge, std::allocator<LOD_Edge> > >)' /root/develop/lib/linux-glibc2.2.93-i386/container/include/CTR_UHeap.h:115: cand idates are: void CTR_UHeap<HeapType>::MakeHeap(HeapType*) [with HeapType = LOD_Edge] LOD_QSDecimator.cpp: In member function `void LOD_QSDecimator::UpdateHeap(std::vector<LOD_EdgeInd, std::allocator<LOD_EdgeInd> >&, std::vector<LOD_EdgeInd, std::allocator<LOD_EdgeInd> >&)': LOD_QSDecimator.cpp:307: no matching function for call to `CTR_UHeap<LOD_Edge> ::Insert(__gnu_cxx::__normal_iterator<LOD_Edge*, std::vector<LOD_Edge, std::allocator<LOD_Edge> > >, const CTR_TaggedIndex<24, 16777215>&)' /root/develop/lib/linux-glibc2.2.93-i386/container/include/CTR_UHeap.h:127: cand idates are: void CTR_UHeap<HeapType>::Insert(HeapType*, int) [with HeapType = LOD_Edge] LOD_QSDecimator.cpp:318: no matching function for call to `CTR_UHeap<LOD_Edge> ::Remove(__gnu_cxx::__normal_iterator<LOD_Edge*, std::vector<LOD_Edge, std::allocator<LOD_Edge> > >, int&)' /root/develop/lib/linux-glibc2.2.93-i386/container/include/CTR_UHeap.h:149: cand idates are: void CTR_UHeap<HeapType>::Remove(HeapType*, int) [with HeapType = LOD_Edge] make[2]: *** [/root/obj/linux-glibc2.2.93-i386/intern/decimation/LOD_QSDecimator .o] Error 1 make[2]: Leaving directory `/root/develop/intern/decimation/intern' make[1]: *** [all] Error 1 make[1]: Leaving directory `/root/develop/intern/decimation' make: *** [all] Error 1 |
| SirDude wrote: |
| Grab the autoconf'd version at:
http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html It compiles great with gcc-3.2 |