Menu

#2 Make fails - SuSE 8.2

open
nobody
None
5
2004-03-07
2004-03-07
Anonymous
No

I am trying to install KPSK-1.0.1. ./configure completes
successfully but make fails. Any help would be appreciated.

Terry KJ7F

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include
-I/usr/lib/qt3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -O2 -fno-exceptions -fno-check-new -c -o
kpskmeter.o `test -f kpskmeter.cpp || echo './'`kpskmeter.cpp
In file included from qsoinfo.h:26,
from logbook.h:31,
from globals.h:20,
from kpskmeter.cpp:24:
logcore.h:27:16: db.h: No such file or directory
In file included from qsoinfo.h:26,
from logbook.h:31,
from globals.h:20,
from kpskmeter.cpp:24:
logcore.h:57: error: type specifier omitted for parameter `time_t'
logcore.h:57: error: parse error before `=' token
logcore.h:59: error: `name' was not declared in this scope
logcore.h:59: warning: ISO C++ forbids declaration of `_name' with
no type
logcore.h:59: warning: ISO C++ forbids initialization of member
`_name'
logcore.h:59: warning: making `_name' static
logcore.h:59: error: ISO C++ forbids in-class initialization of
non-const
static member `_name'
logcore.h:60: error: `qth' was not declared in this scope
logcore.h:60: warning: ISO C++ forbids declaration of `_qth' with
no type
logcore.h:60: warning: ISO C++ forbids initialization of member
`_qth'
logcore.h:60: warning: making `_qth' static
logcore.h:60: error: ISO C++ forbids in-class initialization of
non-const
static member `_qth'
logcore.h:61: error: `rstr' was not declared in this scope
logcore.h:61: warning: ISO C++ forbids declaration of `_rstr' with
no type
logcore.h:61: warning: ISO C++ forbids initialization of member
`_rstr'
logcore.h:61: warning: making `_rstr' static
logcore.h:61: error: ISO C++ forbids in-class initialization of
non-const
static member `_rstr'
logcore.h:62: error: `rsts' was not declared in this scope
logcore.h:62: warning: ISO C++ forbids declaration of `_rsts' with
no type
logcore.h:62: warning: ISO C++ forbids initialization of member
`_rsts'
logcore.h:62: warning: making `_rsts' static
logcore.h:62: error: ISO C++ forbids in-class initialization of
non-const
static member `_rsts'
logcore.h:63: error: `band' was not declared in this scope
logcore.h:63: warning: ISO C++ forbids declaration of `_band' with
no type
logcore.h:63: warning: ISO C++ forbids initialization of member
`_band'
logcore.h:63: warning: making `_band' static
logcore.h:63: error: ISO C++ forbids in-class initialization of
non-const
static member `_band'
logcore.h:64: error: `notes' was not declared in this scope
logcore.h:64: warning: ISO C++ forbids declaration of `_notes' with
no type
logcore.h:64: warning: ISO C++ forbids initialization of member
`_notes'
logcore.h:64: warning: making `_notes' static
logcore.h:64: error: ISO C++ forbids in-class initialization of
non-const
static member `_notes'
logcore.h:65: error: `time' was not declared in this scope
logcore.h:65: warning: ISO C++ forbids declaration of `_time' with
no type
logcore.h:65: warning: ISO C++ forbids initialization of member
`_time'
logcore.h:65: warning: making `_time' static
logcore.h:65: error: ISO C++ forbids in-class initialization of
non-const
static member `_time'
logcore.h:67: warning: ISO C++ forbids defining types within return
type
logcore.h:67: error: syntax error before `(' token
logcore.h: In function `void call(QString)':
logcore.h:68: error: `_call' undeclared (first use this function)
logcore.h:68: error: (Each undeclared identifier is reported only
once for each
function it appears in.)
logcore.h: In function `QString name()':
logcore.h:69: error: `_name' undeclared (first use this function)
logcore.h: In function `QString qth()':
logcore.h:71: error: `_qth' undeclared (first use this function)
logcore.h: In function `QString rstr()':
logcore.h:73: error: `_rstr' undeclared (first use this function)
logcore.h: In function `QString rsts()':
logcore.h:75: error: `_rsts' undeclared (first use this function)
logcore.h: In function `QString band()':
logcore.h:77: error: `_band' undeclared (first use this function)
logcore.h: In function `QString notes()':
logcore.h:79: error: `_notes' undeclared (first use this function)
logcore.h: At global scope:
logcore.h:81: error: parse error before `)' token
logcore.h:82: error: `time_t' was not declared in this scope
logcore.h:82: error: parse error before `)' token
logcore.h: In function `void time(...)':
logcore.h:82: error: `_time' undeclared (first use this function)
logcore.h: At global scope:
logcore.h:84: error: parse error before `private'
logcore.h:86: error: `QString _name' used prior to declaration
logcore.h:87: error: `QString _qth' used prior to declaration
logcore.h:88: error: `QString _rstr' used prior to declaration
logcore.h:89: error: `QString _rsts' used prior to declaration
logcore.h:90: error: `QString _band' used prior to declaration
logcore.h:91: error: `QString _notes' used prior to declaration
logcore.h:92: error: 'time_t' is used as a type, but is not defined as
a type.
logcore.h:93: error: parse error before `}' token
logcore.h: In function `bool operator==(qso&, qso&)':
logcore.h:98: error: `time' undeclared (first use this function)
logcore.h: In function `bool operator<(qso&, qso&)':
logcore.h:102: error: `time' undeclared (first use this function)
logcore.h: At global scope:
logcore.h:110: error: type specifier omitted for parameter `time_t'
logcore.h:110: error: parse error before `=' token
logcore.h:113: error: `time_t' was not declared in this scope
logcore.h:113: error: parse error before `)' token
logcore.h:115: error: syntax error before `*' token
logcore.h:116: error: syntax error before `*' token
logcore.h:117: error: `DBT' was not declared in this scope
logcore.h:117: error: `data' was not declared in this scope
logcore.h:117: error: `DBT' was not declared in this scope
logcore.h:117: error: `key' was not declared in this scope
logcore.h:117: error: variable declaration is not allowed here
make[3]: *** [kpskmeter.o] Error 1
make[3]: Leaving directory `/home/kj7f/kpsk-1.0.1/kpsk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kj7f/kpsk-1.0.1/kpsk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kj7f/kpsk-1.0.1'
make: *** [all] Error 2

Discussion


Log in to post a comment.

MongoDB Logo MongoDB