Target platform: EEEpc 701 FR
Due to a bug in my GPS device firware I had to download and compile the latest version of gpsd (2.37)
So I done it.
After, I download NavIt? source from CSV repository, and compile performing the following steps:
1 - sudo ./autogen.sh
2 - sudo ./configure --disable-binding-python
3 - sudo make
Once it was done, I try to launch NavIt?, but i got error messages (see binding copy / past on pastebin @ http://pastebin.com/f298f40fb)
Following checks done:
#> ls /home/user/navit/src/vehicle/gpsd/.libs/libvehicle*
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.la
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.lai
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so.0
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so.0.0.0
#> sudo find /* -name libgps.so.17
/usr/local/lib/libgps.so.17
So libraries seem to be where they are supposed to be.
Probably due to the fact that vehicle_gpsd is linked against the wrong gpsd library