- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Fri, 28 Sep 2007 11:35:47 +0100
On 28/09/2007 01:58, Angelik Escobar wrote: > Hello > please some urgent help! I haven't could compile the > comedi_soft_calibrate... it looks that if I need a lot > of files more. > > please can somebody help me? > > this is the output > > thanks > > Angelica. > > > root_at_peri3:~# gcc comedi_soft_calibrate.cpp -o > comedi_soft_calibrate.o > comedi_soft_calibrate.cpp:17:57: > boost/program_options/options_description.hpp: No such > file or directory > comedi_soft_calibrate.cpp:18:45: > boost/program_options/parsers.hpp: No such file or > directory > comedi_soft_calibrate.cpp:19:51: > boost/program_options/variables_map.hpp: No such file > or directory It looks like you need to install the 'boost' package, and the 'boost-devel' or 'boost-dev' package. It's strange though, because this should have been caught by the simple tests in the 'configure' script. > comedi_soft_calibrate.cpp:20:26: calibrator.hpp: No > such file or directory > comedi_soft_calibrate.cpp:21:60: > ../libcomedi_calibrate/comedi_calibrate_shared.h: No > such file or directory > comedi_soft_calibrate.cpp:22:25: comedilib.hpp: No > such file or directory > comedi_soft_calibrate.cpp:24:38: > ni_m_series_calibrator.hpp: No such file or directory 'calibrator.hpp' and 'ni_m_series_calibrator.hpp' should be in the same directory as 'comedi_soft_calibrate.cpp'. '../libcomedi_calibrate/comedi_calibrate_shared.h' should exist, relative to the directory containing 'comedi_soft_calibrate.cpp'. The remaining errors are due to the missing header files. Did you run './configure' and 'make' from the top-level source directory? -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2007-09-28Z09:35:47