* FW: KPSK install problem
@ 2005-10-29 19:40 Henk Oegema
2005-10-29 20:15 ` Ralf Baechle DL5RB
0 siblings, 1 reply; 3+ messages in thread
From: Henk Oegema @ 2005-10-29 19:40 UTC (permalink / raw)
To: linux-hams
-----Oorspronkelijk bericht-----
Van: Henk Oegema [mailto:henk@oegema.com]
Verzonden: zaterdag 29 oktober 2005 21:37
Aan: Joe Veldhuis
CC: linnux-hams@vger.kernel.org
Onderwerp: RE: KPSK install problem
I have now installed Berkeley DB lib version 4.0
However, I still get the same errors as before:
(./configure was ok)
logcore.h::::27:16 db.h: No such file or directory
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
make[3]: ***[kpskmeter.o] Error 1
make[3]: ***[all-recursive] Error 1
make: *** [all] Error 2
henkoegema@linux:~/kpsk-1.0.1>
Any other clue ??
73, Henk
ON4HSO / PA2HO
-----Oorspronkelijk bericht-----
Van: linux-hams-owner@vger.kernel.org
[mailto:linux-hams-owner@vger.kernel.org]Namens Joe Veldhuis
Verzonden: zaterdag 29 oktober 2005 17:08
Aan: henk@oegema.com
CC: linux-hams@vger.kernel.org
Onderwerp: Re: KPSK install problem
Sounds like you might have an incompatible version of the Berkeley DB
lib installed. Make sure you're using the 4.0 series, not something
older or newer.
Just an idea, might work, might not.
-Joe, KD8ATU
Henk Oegema wrote:
> stuff
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: FW: KPSK install problem
2005-10-29 19:40 FW: KPSK install problem Henk Oegema
@ 2005-10-29 20:15 ` Ralf Baechle DL5RB
2005-10-30 13:29 ` Henk Oegema
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle DL5RB @ 2005-10-29 20:15 UTC (permalink / raw)
To: Henk Oegema; +Cc: linux-hams
On Sat, Oct 29, 2005 at 09:40:26PM +0200, Henk Oegema wrote:
> However, I still get the same errors as before:
> (./configure was ok)
>
> logcore.h::::27:16 db.h: No such file or directory
> 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
> make[3]: ***[kpskmeter.o] Error 1
> make[3]: ***[all-recursive] Error 1
> make: *** [all] Error 2
> henkoegema@linux:~/kpsk-1.0.1>
>
> Any other clue ??
db.h is really /usr/include/db.h. On FC4 that file shipes in separate
from the db4 runtime package in db4-devel. Debian keeps them in a package
named like libdb4.3-devel or so. I guess you only have the runtime but
development files installed.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: KPSK install problem
2005-10-29 20:15 ` Ralf Baechle DL5RB
@ 2005-10-30 13:29 ` Henk Oegema
0 siblings, 0 replies; 3+ messages in thread
From: Henk Oegema @ 2005-10-30 13:29 UTC (permalink / raw)
To: Ralf Baechle DL5RB; +Cc: linux-hams
-----Oorspronkelijk bericht-----
Van: linux-hams-owner@vger.kernel.org
[mailto:linux-hams-owner@vger.kernel.org]Namens Ralf Baechle DL5RB
Verzonden: zaterdag 29 oktober 2005 22:16
Aan: Henk Oegema
CC: linux-hams@vger.kernel.org
Onderwerp: Re: FW: KPSK install problem
On Sat, Oct 29, 2005 at 09:40:26PM +0200, Henk Oegema wrote:
> However, I still get the same errors as before:
> (./configure was ok)
>
> logcore.h::::27:16 db.h: No such file or directory
> 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
> make[3]: ***[kpskmeter.o] Error 1
> make[3]: ***[all-recursive] Error 1
> make: *** [all] Error 2
> henkoegema@linux:~/kpsk-1.0.1>
>
> Any other clue ??
db.h is really /usr/include/db.h. On FC4 that file shipes in separate
from the db4 runtime package in db4-devel. Debian keeps them in a package
named like libdb4.3-devel or so. I guess you only have the runtime but
development files installed.
Ralf
You are correct Ralf. I didn't have development files installed.
I've done that now.
It looks already better, but I'm still getting some errors.(less then first
time):
logcore.cpp: In constructor 'logCore::logCore()' (in blue color)
logcore.cpp:33: error: cannot convert 'char*'to 'DB_TXN*'in argument passing
(in red color)
logcore.cpp:40: error: cannot convert 'char*'to 'DB_TXN*'in argument passing
(in red color)
make[3]: *** [logcore.o] Error 1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-30 13:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29 19:40 FW: KPSK install problem Henk Oegema
2005-10-29 20:15 ` Ralf Baechle DL5RB
2005-10-30 13:29 ` Henk Oegema
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).