…
March 30, 2005
Stupid fscking Linux-specific apps:
In file included from diag_os_linux.c:53,
from diag_os.c:38:
diag_os.h:110:34: linux/serial.h: No such file or directory
In file included from diag_general.c:30:
diag_os.h:110:34: linux/serial.h: No such file or directory
In file included from diag_dtc.c:30:
diag_os.h:110:34: linux/serial.h: No such file or directory
mkdep: compile failed.
make: *** [.depend] Error 1
p-p-p-powerbook:~/Downloads/freediag-0.3/src c0nsumer$
where’d you put serial.h? Looks like it needs to be in your make path.
That’s on OS X. :\
It’s an app that uses bits of the Linux kernel as part of itself. < grumble >
I might look into porting it to OS X, if I can understand how…