gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] driver_nmea2000 build on !linux


From: Bernd Zeimetz
Subject: [gpsd-dev] driver_nmea2000 build on !linux
Date: Mon, 30 Apr 2012 23:06:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3

hi,

looking at the driver_nmea2000.c source I see

#include <linux/can.h>
#include <linux/can/raw.h>

which makes me kinda sure that this will never build on non-linux machines.
There is no check in SConstruct if the build happens on a system without these
headers, so it will always try to build the files and fail if they don't exist.
Is there not a useful way to use the can bus (if we really have to?) without
using linux specific headers?

Cheers,

Bernd
-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



reply via email to

[Prev in Thread] Current Thread [Next in Thread]