[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNOKKI WITH SUN SOLARIS 8
From: |
Alessandro Suardi |
Subject: |
Re: GNOKKI WITH SUN SOLARIS 8 |
Date: |
Tue, 29 Oct 2002 17:13:18 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 |
address@hidden wrote:
Hello!!!
I have SUN Solaris 8 !I have error with gnokki-0.4.3
then ./configure I have write "make" but that's sequence error:
sh-2.03# make
gmake -C common/phones
gmake[1]: Entering directory `/usr/local/gnokii-0.4.3/common/phones'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/local/gnokii-0.4.3/common/phones'
gmake -C common/links
gmake[1]: Entering directory `/usr/local/gnokii-0.4.3/common/links'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/local/gnokii-0.4.3/common/links'
gmake -C common/devices
gmake[1]: Entering directory `/usr/local/gnokii-0.4.3/common/devices'
gcc -O2 -Wall -I../getopt -I../../include -I/usr/openwin/include -c -o
unixserial.o unixserial.c
unixserial.c: In function `serial_write':
unixserial.c:455: warning: increment of read-only location
unixserial.c: In function `serial_nreceived':
unixserial.c:466: `FIONREAD' undeclared (first use in this function)
unixserial.c:466: (Each undeclared identifier is reported only once
unixserial.c:466: for each function it appears in.)
gmake[1]: *** [unixserial.o] Error 1
gmake[1]: Leaving directory `/usr/local/gnokii-0.4.3/common/devices'
make: *** [common/devices] Error 2
bash-2.03#
Why these error?????
That doesn't look too hard :)
The macro FIONREAD isn't in the system headers #included by the
file unixserial.c.
You should look into possibly /usr/include/*.h and /usr/include/sys/*.h
to find out where FIONREAD is defined.
Hope this helps, ciao,
--alessandro
"Seems that you can't get any more than half free"
(Bruce Springsteen, "Straight Time")