* KPSK install problem
@ 2005-10-29 14:57 Henk Oegema
2005-10-29 15:07 ` Joe Veldhuis
0 siblings, 1 reply; 8+ messages in thread
From: Henk Oegema @ 2005-10-29 14:57 UTC (permalink / raw)
To: Linux-Hams
I have downloaded from http://kpsk.sourceforge.net the program PSK31 for KDE
3.x
After installing KDE development packages, the "./configure" finished
successfully !!
Unfortunately the next step, command "make" created a lot of error messages,
which (I think) are not related to missing packages.
Can somebody try to download the same file, do a "./configure" and "make"
afterwards and tell me if you get also error messages during the "make"
command.
This is the answer which I got from somebody from the newsgroup
alt.os.linux.suse:
You are right, it wouldn't compile. The errors I am getting are:
,----[ Errors from compile ]
| logcore.cpp: In constructor `logCore::logCore()':
| logcore.cpp:33: error: cannot convert `char*' to `DB_TXN*' in argument
passing
| logcore.cpp:40: error: cannot convert `char*' to `DB_TXN*' in argument
passing
| make[3]: *** [logcore.o] Error 1
`----
Has anyone managed to get this program running ?
73, ON4HSO
Henk Oegema
e-mail: henk@oegema.com
Web: http://users.telenet.be/henk.oegema
Tel. +32 16 650367
Mobile. +32 476 378861
Education is that which remains when one has forgotten everything learned in
school.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KPSK install problem
2005-10-29 14:57 Henk Oegema
@ 2005-10-29 15:07 ` Joe Veldhuis
0 siblings, 0 replies; 8+ messages in thread
From: Joe Veldhuis @ 2005-10-29 15:07 UTC (permalink / raw)
To: henk; +Cc: linux-hams
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KPSK install problem
[not found] <MBEEJPNKIJCJGNMGGBLBKEJDCFAA.henk@oegema.com>
@ 2005-10-29 19:58 ` Joe Veldhuis
2005-10-29 20:04 ` Ralf Baechle DL5RB
2005-10-29 20:14 ` Henk Oegema
0 siblings, 2 replies; 8+ messages in thread
From: Joe Veldhuis @ 2005-10-29 19:58 UTC (permalink / raw)
To: henk; +Cc: linux-hams
The preprocessor can't find the header. You might try explicitly telling
it where it is by passing a CPPFLAGS parameter to configure. Figure out
where db.h is (probably /usr/include or /usr/local/include) and specify
it like so:
$ CPPFLAGS=-I/usr/include ./configure (options)
Worth a try anyway.
-Joe, KD8ATU
Henk Oegema wrote:
> logcore.h::::27:16 db.h: No such file or directory
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KPSK install problem
2005-10-29 19:58 ` KPSK install problem Joe Veldhuis
@ 2005-10-29 20:04 ` Ralf Baechle DL5RB
2005-10-29 20:14 ` Henk Oegema
1 sibling, 0 replies; 8+ messages in thread
From: Ralf Baechle DL5RB @ 2005-10-29 20:04 UTC (permalink / raw)
To: Joe Veldhuis; +Cc: henk, linux-hams
On Sat, Oct 29, 2005 at 03:58:34PM -0400, Joe Veldhuis wrote:
> The preprocessor can't find the header. You might try explicitly telling
> it where it is by passing a CPPFLAGS parameter to configure. Figure out
> where db.h is (probably /usr/include or /usr/local/include) and specify
> it like so:
>
> $ CPPFLAGS=-I/usr/include ./configure (options)
>
> Worth a try anyway.
Waste of time because that's the compiler default already.
Ralf
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: KPSK install problem
2005-10-29 19:58 ` KPSK install problem Joe Veldhuis
2005-10-29 20:04 ` Ralf Baechle DL5RB
@ 2005-10-29 20:14 ` Henk Oegema
2005-10-31 2:28 ` Hamish Moffatt
1 sibling, 1 reply; 8+ messages in thread
From: Henk Oegema @ 2005-10-29 20:14 UTC (permalink / raw)
To: Joe Veldhuis; +Cc: linux-hams
I dont have any files with a name db.h
When I do a 'whereis db.h' I get: /usr/share/man/man3/db.3.gz
Neither in /usr/include nor /usr/local/include is db.h
73, Henk
ON4HSO
-----Oorspronkelijk bericht-----
Van: linux-hams-owner@vger.kernel.org
[mailto:linux-hams-owner@vger.kernel.org]Namens Joe Veldhuis
Verzonden: zaterdag 29 oktober 2005 21:59
Aan: henk@oegema.com
CC: linux-hams@vger.kernel.org
Onderwerp: Re: KPSK install problem
The preprocessor can't find the header. You might try explicitly telling
it where it is by passing a CPPFLAGS parameter to configure. Figure out
where db.h is (probably /usr/include or /usr/local/include) and specify
it like so:
$ CPPFLAGS=-I/usr/include ./configure (options)
Worth a try anyway.
-Joe, KD8ATU
Henk Oegema wrote:
> logcore.h::::27:16 db.h: No such file or directory
-
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] 8+ messages in thread
* RE: KPSK install problem
2005-10-29 20:15 FW: " Ralf Baechle DL5RB
@ 2005-10-30 13:29 ` Henk Oegema
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* Re: KPSK install problem
2005-10-29 20:14 ` Henk Oegema
@ 2005-10-31 2:28 ` Hamish Moffatt
2005-11-01 15:51 ` Jim Bayer
0 siblings, 1 reply; 8+ messages in thread
From: Hamish Moffatt @ 2005-10-31 2:28 UTC (permalink / raw)
To: linux-hams
On Sat, Oct 29, 2005 at 10:14:23PM +0200, Henk Oegema wrote:
> I dont have any files with a name db.h
> When I do a 'whereis db.h' I get: /usr/share/man/man3/db.3.gz
>
> Neither in /usr/include nor /usr/local/include is db.h
Then you need to install a db development package for your distribution
eg libdb4.1-dev on Debian.
73
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KPSK install problem
2005-10-31 2:28 ` Hamish Moffatt
@ 2005-11-01 15:51 ` Jim Bayer
0 siblings, 0 replies; 8+ messages in thread
From: Jim Bayer @ 2005-11-01 15:51 UTC (permalink / raw)
To: linux-hams
You should try using the locate command. where is only returns
executables in your path.
first as root:# updatedb (this creates the locate database)
then # locate db.h
or you could just run a find command from the root file system:
# cd /
# find . -name "db.h" -print
will search your entire disk for the file.
Good luck and '73
Jim - KC9AOP
On 10/30/05, Hamish Moffatt <hamish@cloud.net.au> wrote:
> On Sat, Oct 29, 2005 at 10:14:23PM +0200, Henk Oegema wrote:
> > I dont have any files with a name db.h
> > When I do a 'whereis db.h' I get: /usr/share/man/man3/db.3.gz
> >
> > Neither in /usr/include nor /usr/local/include is db.h
>
> Then you need to install a db development package for your distribution
> eg libdb4.1-dev on Debian.
>
> 73
> Hamish
> --
> Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
> -
> 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] 8+ messages in thread
end of thread, other threads:[~2005-11-01 15:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <MBEEJPNKIJCJGNMGGBLBKEJDCFAA.henk@oegema.com>
2005-10-29 19:58 ` KPSK install problem Joe Veldhuis
2005-10-29 20:04 ` Ralf Baechle DL5RB
2005-10-29 20:14 ` Henk Oegema
2005-10-31 2:28 ` Hamish Moffatt
2005-11-01 15:51 ` Jim Bayer
2005-10-29 20:15 FW: " Ralf Baechle DL5RB
2005-10-30 13:29 ` Henk Oegema
-- strict thread matches above, loose matches on Subject: below --
2005-10-29 14:57 Henk Oegema
2005-10-29 15:07 ` Joe Veldhuis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.