| Summary: | games-action/armagetron-0.2.6.0 works on amd64 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Staehlin <me> |
| Component: | New packages | Assignee: | AMD64 Project <amd64> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Patrick Staehlin
2005-02-17 09:27:19 UTC
i got tons of errors, it finally bails out at:
make[2]: *** [tDirectories.o] Error 1
In file included from tArray.h:34,
from tToDo.cpp:29:
tSafePTR.h: In member function `const T* tCheckedPTRConst<T>::operator->() const':
tSafePTR.h:108: error: `operator->' is not a member of `tCheckedPTRBase'
tSafePTR.h: In destructor `tStackObject<T>::~tStackObject()':
tSafePTR.h:414: error: `refCtr_' undeclared (first use this function)
tSafePTR.h:414: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[2]: *** [tToDo.o] Error 1
In file included from tArray.h:34,
from tList.h:31,
from tMemManager.cpp:91:
tSafePTR.h: In member function `const T* tCheckedPTRConst<T>::operator->() const':
tSafePTR.h:108: error: `operator->' is not a member of `tCheckedPTRBase'
tSafePTR.h: In destructor `tStackObject<T>::~tStackObject()':
tSafePTR.h:414: error: `refCtr_' undeclared (first use this function)
tSafePTR.h:414: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from tMemManager.cpp:91:
tList.h: In destructor `tList<T, MALLOC, REFERENCE>::~tList()':
tList.h:100: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:100: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
tList.h:101: error: there are no arguments to `operator()' that depend on a template parameter, so a declaration of `operator()' must be available
tList.h: In member function `void tList<T, MALLOC, REFERENCE>::Add(T*, int&)':
tList.h:110: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:111: error: there are no arguments to `operator[]' that depend on a template parameter, so a declaration of `operator[]' must be available
tList.h: In member function `void tList<T, MALLOC, REFERENCE>::Remove(T*, int&)':
tList.h:141: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:143: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:145: error: there are no arguments to `operator()' that depend on a template parameter, so a declaration of `operator()' must be available
tList.h:150: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:152: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
make[2]: *** [tMemManager.o] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/var/tmp/portage/armagetron-0.2.6.0/work/armagetron-0.2.6.0/src/tools'
make[1]: *** [../tools/tools.a] Error 2
make[1]: Target `all' not remade because of errors.
make[1]: Leaving directory `/var/tmp/portage/armagetron-0.2.6.0/work/armagetron-0.2.6.0/src/tron'
make: *** [all] Error 2
!!! ERROR: games-action/armagetron-0.2.6.0 failed.
!!! Function games_src_compile, Line 150, Exitcode 2
!!! emake failed
|