Jump to content

ninten

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by ninten

  1. Thanks for you reply hdlbq! I tried what you said, but it's still erroring out on me. Now this time there is an additional error before the ones I got before: ../../../../src/shared/vmap/AABSPTree.h:1551: error: expected unqualified-id before string constant Then the rest of the orginal error that I posted follows. Maybe I did it wrong? here is a copy of how I edited the AABSPTree.h file: class Iterator { private: friend class AABSPTree<T>; typename Table<Member, Node*>::Iterator it; EDIT: I removed the quotes and it seems to be moving on! Thanks again!
  2. Unfortunately I have not yet I get the same result when starting from scratch and using this guide as well: http://github.com/mangos/mangos/wikis/how-to-compile-mangos-on-linux Not sure what other info is needed to help troubleshoot. I'm going through the steps as root and my kernel is 2.6.18-6-686. It looks like I have the correct versions of the required utilities and programs: apt-get install gcc g++ automake autoconf make libmysql++-dev libtool libssl-dev subversion patch zlibc libc6 git git-core cogito Reading package lists... Done Building dependency tree... Done gcc is already the newest version. g++ is already the newest version. automake is already the newest version. autoconf is already the newest version. make is already the newest version. libmysql++-dev is already the newest version. libtool is already the newest version. libssl-dev is already the newest version. subversion is already the newest version. patch is already the newest version. zlibc is already the newest version. libc6 is already the newest version. git is already the newest version. git-core is already the newest version. cogito is already the newest version.
  3. Hello, I followed the steps in this tutorial, but compiling fails with the error below. I'm running Debian Etch. I tried searching for this error in the forums but couldn't find anything. Thanks for any help with this. _AABSPTree::Handle<T> >, G3D::AABSPTree<T>::Node*, GHashCode<G3D::_internal::Indirector<G3D::_AABSPTree::Handle<T> > > >::Iterator&)â: ../../../../src/shared/vmap/AABSPTree.h:1552: error: class âG3D::AABSPTree<T>::Iteratorâ does not have any field named âitâ ../../../../src/shared/vmap/AABSPTree.h: In member function âbool G3D::AABSPTree<T>::Iterator::operator==(const G3D::AABSPTree<T>::Iterator&) constâ: ../../../../src/shared/vmap/AABSPTree.h:1561: error: âitâ was not declared in this scope ../../../../src/shared/vmap/AABSPTree.h: In member function âG3D::AABSPTree<T>::Iterator& G3D::AABSPTree<T>::Iterator::operator++()â: ../../../../src/shared/vmap/AABSPTree.h:1568: error: âitâ was not declared in this scope ../../../../src/shared/vmap/AABSPTree.h: In member function âconst T& G3D::AABSPTree<T>::Iterator::operator*() constâ: ../../../../src/shared/vmap/AABSPTree.h:1584: error: âitâ was not declared in this scope ../../../../src/shared/vmap/AABSPTree.h: In member function âT* G3D::AABSPTree<T>::Iterator::operator->() constâ: ../../../../src/shared/vmap/AABSPTree.h:1588: error: âitâ was not declared in this scope ../../../../src/shared/vmap/AABSPTree.h: In member function âG3D::AABSPTree<T>::Iterator::operator T*() constâ: ../../../../src/shared/vmap/AABSPTree.h:1592: error: âitâ was not declared in this scope make[5]: *** [ManagedModelContainer.o] Error 1 make[5]: Leaving directory `/home/ded/mangos/objdir/src/shared/vmap' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/ded/mangos/objdir/src/shared' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/ded/mangos/objdir/src/shared' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ded/mangos/objdir/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ded/mangos/objdir' make: *** [all] Error 2
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use