From: M Taylor <mctylr@privacy.nb.ca>
To: "John J. Bauerly" <jbauerly@grapevine.net>
Cc: linux-hams@vger.kernel.org
Subject: Re: Mkiss compile error
Date: Thu, 3 Oct 2002 06:15:41 +0100 [thread overview]
Message-ID: <20021003061541.A16812@pull.privacy.nb.ca> (raw)
In-Reply-To: <4.3.2.7.2.20021002195552.00ac7ac0@pop3.norton.antivirus>; from jbauerly@grapevine.net on Wed, Oct 02, 2002 at 08:06:59PM -0500
On Wed, Oct 02, 2002 at 08:06:59PM -0500, John J. Bauerly wrote:
> I have obtained the following versions of ax25 utilities to use on my RH6.2
> system.
>
> ax25-tools-0.0.8 *
> libax25-0.0.10
>
> The libax25 'make' and 'make install' did ok. The ax25 apps 'make' and
> 'make install' did ok. However ax25 tools got as far as mkiss and errored.
> Error message was on line 405 in mkiss.c. It did not like timeout and
> pollinterval. Any ideas on what to check?
The exact error message would be much easier to work with:
make >output 2>&1
more output
Look for the *first* error or warning messages, and the exact error at
mkiss.c line 405.
If the first error it at mkiss.c:405 I'll be amazed since it suggests you
don't have either /usr/include/time.h or /usr/include/bits/time.h installed
on your system correctly. I believe the package they are part of is
libc-dev or a related package (description will mention header files).
Make sure you have the related header files installed:
ls -l /usr/include/time.h /usr/include/bits/time.h
-ve1mct
next parent reply other threads:[~2002-10-03 5:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4.3.2.7.2.20021002195552.00ac7ac0@pop3.norton.antivirus>
2002-10-03 5:15 ` M Taylor [this message]
2002-10-04 6:57 ` Mkiss compile error Craig Small
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021003061541.A16812@pull.privacy.nb.ca \
--to=mctylr@privacy.nb.ca \
--cc=jbauerly@grapevine.net \
--cc=linux-hams@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.