From: =?iso-8859-1?Q?<mar...@la...> - 2003-02-26 08:11:38
|
csvfile.cpp:=0D=0Aline 120: add "unsignede before "int i"=0D=0Aline 126 &= 130: it's an error of your stdc++ library to work=0D=0Aaround it you can= modify the libflatfile/Record.h file:=0D=0A************ line 120:=0D=0A>= const std::vector<Field> fields() const { return m_Fields; }=0D=0A---= ---=0D=0A< std::vector<Field> fields() { return m_Fields; }=0D=0A******= ******=0D=0A=0D=0Ai correct all this modification in my version and you w= ill be=0D=0Aable to find them in the next release.=0D=0A=0D=0A---------- = Debut du message initial -----------=0D=0A=0D=0ADe : pilot-db-list-ad= mi...@li...=0D=0AA : <pil...@li...urceforge.= net>=0D=0ACopies : =0D=0ADate : Tue, 25 Feb 2003 13:47:34 -0500 (EST)=0D= =0AObjet : [pilot-db-list] Re:=0D=0A=0D=0AWell, adding time.h got me far= ther - thanks!=0D=0A=0D=0ANow, after a number of additional modules compi= le, I get to this:=0D=0A=0D=0Ag++ -DHAVE_CONFIG_H -I.=0D=0A-I/ldatae/Pilo= tBuilding/DB/palm-db-tools/libsupport -I..=0D=0A-I/ldatae/PilotBuilding/D= B/palm-db-tools -ansi -pedantic -g=0D=0A-O2 -Wall -Werror -Wp,-MD,.deps/c= svfile.pp -c csvfile.cpp =0D=0A-fPIC -DPIC -o .libs/csvfile.lo=0D=0Acc1pl= us: warnings being treated as errors=0D=0Acsvfile.cpp: In function `void=0D= =0ADataFile::CSVFile::write(ostream &, const=0D=0APalmLib::FlatFile::Data= base &, const DataFile::parsing_state &)':=0D=0Acsvfile.cpp:120: warning:= comparison between signed and unsigned=0D=0Acsvfile.cpp:126: no matching= function for call to=0D=0A`vector<PalmLib::FlatFile::Field,allocator<Pal= mLib::FlatFile::Field>=0D=0A>::at (int &) const'=0D=0Acsvfile.cpp:130: no= matching function for call to=0D=0A`vector<PalmLib::FlatFile::Field,allo= cator<PalmLib::FlatFile::Field>=0D=0A>::at (int &) const'=0D=0Agmake[2]: = *** [csvfile.lo] Error 1=0D=0Agmake[2]: Leaving directory=0D=0A`/ldatae/P= ilotBuilding/DB/palm-db-tools/libsupport'=0D=0Agmake[1]: *** [all-recursi= ve] Error 1=0D=0Agmake[1]: Leaving directory=0D=0A`/ldatae/PilotBuilding/= DB/palm-db-tools'=0D=0Agmake: *** [all] Error 2=0D=0A-- =0D=0ATcl - The g= lue of a new generation. <URL: http://wiki.tcl.tk/ >=0D=0ALarry W. Virde= n <mailto:lv...@ca...> <URL:=0D=0Ahttp://www.purl.org/NET/lvirden/>=0D= =0AEven if explicitly stated to the contrary, nothing in this=0D=0Apostin= g should =0D=0Abe construed as representing my employer's opinions.=0D=0A= -><-=0D=0A=0D=0A=0D=0A---------------------------------------------------= ----=0D=0AThis sf.net email is sponsored by:ThinkGeek=0D=0AWelcome to gee= k heaven.=0D=0Ahttp://thinkgeek.com/sf=0D=0A_____________________________= __________________=0D=0APilot-db-list mailing list=0D=0APilot-db-list@lis= ts.sourceforge.net=0D=0Ahttps://lists.sourceforge.net/lists/listinfo/pilo= t-db-list=0D=0A=0A=0AAcc=E9dez au courrier =E9lectronique de La Poste : w= ww.laposte.net ; =0A3615 LAPOSTENET (0,13 =80/mn) ; t=E9l : 08 92 68 13 5= 0 (0,34=80/mn)"=0A=0A |