Compiling under Debian Linux testing/unstable.
First there is a minor problem, since files have carriage returns which have to removed by 'dos2unix'.
But when I'm compiling the package I'm getting an error message:
--begin compile output
csvfile.cpp: In function `void DataFile::CSVFile::write(ostream &, const PalmLib::FlatFile::Database &, const DataFile::parsing_state &)':
csvfile.cpp:120: warning: comparison between signed and unsigned
csvfile.cpp:126: no matching function for call to `vector<PalmLib::FlatFile::Field,allocator<PalmLib::FlatFile::Field> >::at (int &) const'
csvfile.cpp:130: no matching function for call to `vector<PalmLib::FlatFile::Field,allocator<PalmLib::FlatFile::Field> >::at (int &) const'
make[2]: *** [csvfile.lo] Error 1
make[2]: Leaving directory `/test3/palm-db-tools/libsupport'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/test3/palm-db-tools'
make: *** [all-recursive-am] Error 2
--end compile output
Any help?
Enjoy!
--Hans