level7druid
07-19-2004, 10:18 AM
I am using a fresh DL from CVS on a fresh install of mandrake 10 with the following compile errors. my forum searches did not turn up an answer. I have been using seq for about 2 years now and this is the first time i have been unable to compile or at least find a work around in the forums.
Thanks in advance for your help.
Making all in src
make[2]: Entering directory `/home/user/showeq/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include - DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/
pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREA D_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons
/\" -c main.cpp
In file included from spawn.h:33,
from spawnlistcommon.h:26,
from spawnlist.h:47,
from interface.h:33,
from main.cpp:39:
point.h:143: error: non-template `Point3D' used as template
point.h:143: error: (use `Point3D<_T>::template Point3D' to indicate that it is a template)
point.h:329: error: expected class-name before ';' token
point.h:329: error: variable or field `Point3D' declared void
point.h:329: error: `Point3D<_T>::Point3D' declared as an `inline' variable
point.h:329: error: `int Point3D<_T>::Point3D' is not a static member of `class Point3D<_T>'
point.h:329: error: template definition of non-template `int Point3D<_T>::Point3 D'
point.h:332: error: expected init-declarator before '<' token
point.h:332: error: expected `;' before '<' token
point.h:338: error: expected init-declarator before '<' token
point.h:338: error: expected `;' before '<' token
point.h:368: error: expected init-declarator before '<' token
point.h:368: error: expected `;' before '<' token
point.h:377: error: expected init-declarator before '<' token
point.h:377: error: expected `;' before '<' token
point.h:383: error: expected init-declarator before '<' token
point.h:383: error: expected `;' before '<' token
point.h:389: error: expected init-declarator before '<' token
point.h:389: error: expected `;' before '<' token
point.h:395: error: expected init-declarator before '<' token
point.h:395: error: expected `;' before '<' token
point.h:409: error: expected init-declarator before '<' token
point.h:409: error: expected `;' before '<' token
point.h:440: error: expected init-declarator before '<' token
point.h:440: error: expected `;' before '<' token
point.h:455: error: expected init-declarator before '<' token
point.h:455: error: expected `;' before '<' token
point.h:487: error: expected init-declarator before '<' token
point.h:487: error: expected `;' before '<' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/user/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/showeq'
make: *** [all-recursive-am] Error 2
[user@localhost showeq]$
%
Thanks in advance for your help.
Making all in src
make[2]: Entering directory `/home/user/showeq/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include - DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/
pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREA D_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons
/\" -c main.cpp
In file included from spawn.h:33,
from spawnlistcommon.h:26,
from spawnlist.h:47,
from interface.h:33,
from main.cpp:39:
point.h:143: error: non-template `Point3D' used as template
point.h:143: error: (use `Point3D<_T>::template Point3D' to indicate that it is a template)
point.h:329: error: expected class-name before ';' token
point.h:329: error: variable or field `Point3D' declared void
point.h:329: error: `Point3D<_T>::Point3D' declared as an `inline' variable
point.h:329: error: `int Point3D<_T>::Point3D' is not a static member of `class Point3D<_T>'
point.h:329: error: template definition of non-template `int Point3D<_T>::Point3 D'
point.h:332: error: expected init-declarator before '<' token
point.h:332: error: expected `;' before '<' token
point.h:338: error: expected init-declarator before '<' token
point.h:338: error: expected `;' before '<' token
point.h:368: error: expected init-declarator before '<' token
point.h:368: error: expected `;' before '<' token
point.h:377: error: expected init-declarator before '<' token
point.h:377: error: expected `;' before '<' token
point.h:383: error: expected init-declarator before '<' token
point.h:383: error: expected `;' before '<' token
point.h:389: error: expected init-declarator before '<' token
point.h:389: error: expected `;' before '<' token
point.h:395: error: expected init-declarator before '<' token
point.h:395: error: expected `;' before '<' token
point.h:409: error: expected init-declarator before '<' token
point.h:409: error: expected `;' before '<' token
point.h:440: error: expected init-declarator before '<' token
point.h:440: error: expected `;' before '<' token
point.h:455: error: expected init-declarator before '<' token
point.h:455: error: expected `;' before '<' token
point.h:487: error: expected init-declarator before '<' token
point.h:487: error: expected `;' before '<' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/user/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/showeq'
make: *** [all-recursive-am] Error 2
[user@localhost showeq]$
%