opencardev / openauto

AndroidAuto headunit emulator
GNU General Public License v3.0
134 stars 47 forks source link

Building on x86_64 error #17

Open Pietrell opened 1 year ago

Pietrell commented 1 year ago

Hi, I'm trying to build on an x86 device but I got a CMake error for missing the gps module. I got this output from CMake:

$ cmake .
-- Found libusb-1.0:
--  - Includes: /usr/include/libusb-1.0
--  - Libraries: /usr/lib/libusb-1.0.so
-- Found rtaudio:
--  - Includes: /usr/include/rtaudio
--  - Libraries: /usr/lib/librtaudio.so
-- Found taglib:
--  - Includes: /usr/include/taglib
--  - Libraries: /usr/lib/libtag.so;-ltag
-- Found blkid:
--  - Includes: /usr/include/blkid
--  - Libraries: /usr/lib/libblkid.so
CMake Error at cmake_modules/Findgps.cmake:64 (message):
  Could not find gps
Call Stack (most recent call first):
  CMakeLists.txt:38 (find_package)

-- Configuring incomplete, errors occurred!

[edit] Fixed by installing gpsd package

I succesfully compiled aasdk and copied the library into /usr/lib Thank's in advance