obdgpslogger icon indicating copy to clipboard operation
obdgpslogger copied to clipboard

Build issues in Fedora

Open ecdpalma opened this issue 12 years ago • 0 comments

I've been trying to build this fork's obdsim in Fedora, but got some errors in tcpsimport.cc:

  1. Missing include: unistd.h
  2. strnstr not available in glibc provided by Fedora.

As a fast workaround, the second issue I solved by copying the freebsd implementation of the function into the project.

For the default make target, there is a gps_open missing argument error. It seems a new parameter has been added in the version of the lib that I've got here.

ecdpalma avatar Feb 25 '13 17:02 ecdpalma