Wed 25 Apr 2012 04:42:35 PM UTC, original submission:
I got the source by doing ``git clone git://git.sv.gnu.org/gpsd.git''
I wound up with this commit:
commit a992ebc
Author: Eric S. Raymond <esr@thyrsus.com>
Date: Wed Apr 25 08:44:41 2012
Document NMEA2000 support.
I typed "scons" and saw
scons
scons: Reading SConscript files ...
Checking for chrpath... yes
Checking whether the C++ compiler worksyes
Checking for ncurses... yes
Checking for libusb-1.0... no
Checking for C library librt... yes
Checking for C library libcap... no
Checking for bluez... no
Checking for C header file sys/timepps.h... no
You do not have kernel PPS available.
Checking for C function daemon()... yes
Checking for C function strlcpy()... no
Checking for C function strlcat()... no
Checking for C function clock_gettime()... yes
Checking for C library libbluetooth... no
libbluetooth not found, bluez cannot be enabled.
Checking for C function pselect()... yes
Checking that xsltproc can make man pages... no
Neither xsltproc nor xmlto found, documentation cannot be built.
Checking for QtNetwork... no
All configuration flags are defaulted.
Package tinfo was not found in the pkg-config search path.
Perhaps you should add the directory containing `tinfo.pc'
to the PKG_CONFIG_PATH environment variable
Package 'tinfo', required by 'ncurses', not found
OSError: 'pkg-config --cflags --libs ncurses' exited 1:
File "/usr/local/src/gpsd/SConstruct", line 866:
parse_flags=gpsdlibs + ncurseslibs + ['-lm'])
File "/usr/lib/scons/SCons/Environment.py", line 258:
return MethodWrapper.__call__(self, target, source, args, *kw)
File "/usr/lib/scons/SCons/Environment.py", line 222:
return self.method(nargs, *kwargs)
File "/usr/lib/scons/SCons/Builder.py", line 631:
env = env.Override(env_kw)
File "/usr/lib/scons/SCons/Environment.py", line 635:
if merges: env.MergeFlags(merges)
File "/usr/lib/scons/SCons/Environment.py", line 802:
args = self.ParseFlags(args)
File "/usr/lib/scons/SCons/Environment.py", line 788:
do_parse(arg)
File "/usr/lib/scons/SCons/Environment.py", line 669:
for t in arg: do_parse(t)
File "/usr/lib/scons/SCons/Environment.py", line 674:
arg = self.backtick(arg[1:])
File "/usr/lib/scons/SCons/Environment.py", line 593:
raise OSError("'%s' exited %d" % (command, status))
I do have libncurses5-dev installed.
|