- From: Ivan Lalaguna <elbarney_at_gmail.com>
- Date: Fri, 28 Sep 2007 11:41:26 +0200
You may need to add "-I/where/you/have/comedi/headers" (for example: -I/usr/local/include) Ivan On 9/28/07, Angelik Escobar <angelikamariae_at_yahoo.com.mx> 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 > 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 > comedi_soft_calibrate.cpp:30: error: syntax error > before `&' token > comedi_soft_calibrate.cpp: In function `void > writeCalibrationSet(...)': > comedi_soft_calibrate.cpp:33: error: > `comedi_calibration_t' undeclared (first > use this function) > comedi_soft_calibrate.cpp:33: error: (Each undeclared > identifier is reported > only once for each function it appears in.) > comedi_soft_calibrate.cpp:33: error: `c_cal' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:33: error: syntax error > before `*' token > comedi_soft_calibrate.cpp:36: error: `driverName' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:38: error: `boardName' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:40: error: `CalibrationSet' > undeclared (first use > this function) > comedi_soft_calibrate.cpp:40: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:41: error: `it' undeclared > (first use this function) > comedi_soft_calibrate.cpp:41: error: `calibration' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:43: error: ISO C++ forbids > declaration of ` > SubdeviceCalibration' with no type > comedi_soft_calibrate.cpp:43: error: uninitialized > const `SubdeviceCalibration' > comedi_soft_calibrate.cpp:43: error: syntax error > before `&' token > comedi_soft_calibrate.cpp:44: error: `map' undeclared > in namespace `std' > comedi_soft_calibrate.cpp:44: error: syntax error > before `,' token > comedi_soft_calibrate.cpp:45: error: `jt' undeclared > (first use this function) > comedi_soft_calibrate.cpp:47: error: > `comedi_calibration_setting_t' undeclared > (first use this function) > comedi_soft_calibrate.cpp:47: error: `setting' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:47: error: > `sc_alloc_calibration_setting' undeclared > (first use this function) > comedi_soft_calibrate.cpp:50: error: > `SubdeviceCalibration' undeclared (first > use this function) > comedi_soft_calibrate.cpp:50: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:55: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:59: error: ISO C++ forbids > declaration of `Polynomial > ' with no type > comedi_soft_calibrate.cpp:59: error: uninitialized > const `Polynomial' > comedi_soft_calibrate.cpp:59: error: syntax error > before `&' token > comedi_soft_calibrate.cpp:60: error: > `comedi_polynomial_t' undeclared (first > use this function) > comedi_soft_calibrate.cpp:60: error: > `comediPolynomial' undeclared (first use > this function) > comedi_soft_calibrate.cpp:60: error: syntax error > before `*' token > comedi_soft_calibrate.cpp:61: error: `assert' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:62: error: `polynomial' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:67: error: > `COMEDI_MAX_NUM_POLYNOMIAL_COEFFICIENTS' > undeclared (first use this function) > comedi_soft_calibrate.cpp:70: error: > `subdeviceCalibration' undeclared (first > use this function) > comedi_soft_calibrate.cpp: At global scope: > comedi_soft_calibrate.cpp:78: error: syntax error > before `}' token > comedi_soft_calibrate.cpp:79: error: `filePath' was > not declared in this scope > comedi_soft_calibrate.cpp:79: error: > `write_calibration_file' was not declared > in this scope > comedi_soft_calibrate.cpp:80: error: ISO C++ forbids > declaration of ` > comedi_cleanup_calibration' with no type > comedi_soft_calibrate.cpp:81: error: syntax error > before `if' > comedi_soft_calibrate.cpp:84: error: syntax error > before `<<' token > comedi_soft_calibrate.cpp:96: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:97: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:100: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:101: error: `boost' was not > declared in this scope > comedi_soft_calibrate.cpp:101: error: syntax error > before `::' token > comedi_soft_calibrate.cpp: In constructor ` > ComediSoftCalibrateApp::ComediSoftCalibrateApp(int, > char**)': > comedi_soft_calibrate.cpp:105: error: class > `ComediSoftCalibrateApp' does not > have any field named `desc' > comedi_soft_calibrate.cpp:107: error: `desc' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:109: error: `boost' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:109: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:114: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:122: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:123: error: `_calibrators' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:123: error: syntax error > before `::' token > comedi_soft_calibrate.cpp: In member function `void > ComediSoftCalibrateApp::exec()': > comedi_soft_calibrate.cpp:131: error: `vm' undeclared > (first use this function) > comedi_soft_calibrate.cpp:136: error: `_comediDev' > undeclared (first use this > function) > comedi_soft_calibrate.cpp:137: error: syntax error > before `::' token > comedi_soft_calibrate.cpp:157: error: syntax error > before `=' token > root_at_peri3:~# > > > > > ____________________________________________________________________________________ > ¡Sé un mejor asador! > Aprende todo sobre asados. > http://mx.yahoo.com/promos/mejorasador.html > > _______________________________________________ > comedi mailing list > comedi_at_comedi.org > https://mail.comedi.org/cgi-bin/mailman/listinfo/comedi >
Received on 2007-09-28Z08:41:26