I'm trying to build on ubuntu linux 10.04 (lucid). But cmake is giving me this error:
Code:
-- Could NOT find FLTK (missing: FLTK_FLUID_EXECUTABLE)
Here is the full output:
Code:
~/projects/obd2/obdgpslogger/build$ cmake ..
-- Could NOT find FLTK (missing: FLTK_FLUID_EXECUTABLE)
-- Found gps_stream method in GPSD - assuming version 3 API
-- Found GPSD: /usr/lib/libgps.so,/usr/lib/libgps.so
-- Couldn't find fluid: required for building GUI
-- Couldn't find fltk: required for building GUI
-- Couldn't find fluid: required for building GUI
-- Couldn't find fltk: required for building GUI
-- Found FFTW3: /usr/lib/./libfftw3.so
-- Couldn't find fluid: required for building obdsim fltk gui
-- Couldn't find fltk: required for building obdsim fltk gui
-- Found dlopen. Building dlopen sim generator
-- Found getaddrinfo. Building socket sim generator
-- Found LIBFTDI: /usr/lib/./libftdi.so
-- Configuring done
-- Generating done
I saw this: http://www.mp3car.com/vbulletin/obdi...gpslogger.html
i think i have all the libs installed. When i run this apt-get says everything is installed.
Code:
sudo apt-get install libfltk1.1-dev libfltk1.1 fltk1.1-doc fluid
I can run fluid from command line, i get the fluid gui.
Any help for getting cmake to find fluid would be appreciated.
I know i dont need the GUI, but it would be nice.
Bookmarks