From: Fabian S. <fab...@we...> - 2005-11-27 07:15:16
|
Oh, sorry, my mistake. I haven't read that you were talking about the pilot-db-tool. I haven't found binary packages of them too. But are you sure that they are intented to be compiled in and form Windows? Unfortunately I don't know much about compiling. The source seems to be more than two years old, perhaps you need different software to be able to compile ist. Is there perhaps a note about it in the readme or somewhere else in the package? If compiling doesn't work perhaps you want to use wine, qemu or vmware. On the links page of pilot-db you find a link to jpilot-db , a java applikation which can handle pilot-db databases. Greetings, Fabian ma...@op... schrieb am 27.11.05 07:39:22: > > On Saturday 26 November 2005 08:29 pm, Fabian Stelter wrote: > Hi, > I was unable to find precompiled binaries for my Linux system. > Please let me know where I could find them if these exist. > Thanks, > Mathieu Allard > > > Hello, > > > > I dont't know how active this list still is. > > But why don't you use the already compiled version? > > > > Greetings from Germany, > > > > Fabian > > > > ma...@op... schrieb am 26.11.05 23:49:13: > > > On Saturday 26 November 2005 04:33 pm, > > > pil...@li... wrote: > > > Hello, > > > I'm having trouble compiling palm-db-tools-0_3_6.tar.gz on debian > > > unstable. ./configure completes successfully however, I'm having errors > > > at make time. First I get errors about having extra semi-colons which I > > > remove in 2 of the files ./libpalm/Block.h on line 179 and > > > ./libpalm/File.h on line 92 which I remove. > > > I after removing the extra semicolons I still get errors from make which > > > I have included in the body of this email. > > > Thank you in advance for your help with this issue, I would very much > > > like to use a free software database on my palm pilot. > > > Please let me know if any information would be needed on library versions > > > etc. Cudos to all of the good work that has been put into this project. > > > Regards, > > > Mathieu Allard > > > > > > > > > Error messages from when running make : > > > -- > > > [mathieu@algaria]~/palm-db-tools$ make > > > make -C libsupport; make -C libpalm; make -C libflatfile; make -C > > > flatfile; make[1]: Entering directory > > > `/home/mathieu/palm-db-tools/libsupport' g++ -ansi -pedantic -g -O2 -Wall > > > -Werror -Wno-deprecated -I. -I.. -DHAVE_CONFIG_H -c csvfile.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [csvfile.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libsupport' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libpalm' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c File.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [File.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libpalm' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/libflatfile' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c Factory.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [Factory.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/libflatfile' > > > make[1]: Entering directory `/home/mathieu/palm-db-tools/flatfile' > > > g++ -ansi -pedantic -g -O2 -Wall -Werror -Wno-deprecated -I. -I.. > > > -DHAVE_CONFIG_H -c pdbtools.cpp > > > cc1plus: warnings being treated as errors > > > ../libsupport/infofile.h:33: warning: 'class DataFile::InfoFile::Parser' > > > has virtual functions but non-virtual destructor > > > ../libsupport/infofile.h:38: warning: 'class > > > DataFile::InfoFile::ConfigParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:48: warning: 'class > > > DataFile::InfoFile::DatabaseParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:58: warning: 'class > > > DataFile::InfoFile::TypeParser' has virtual functions but non-virtual > > > destructor > > > ../libsupport/infofile.h:68: warning: 'class > > > DataFile::InfoFile::PDBPathParser' has virtual functions but non-virtual > > > destructor > > > make[1]: *** [pdbtools.o] Error 1 > > > make[1]: Leaving directory `/home/mathieu/palm-db-tools/flatfile' > > > make: *** [all] Error 2 > > > -- > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files for problems? Stop! Download the new AJAX search engine that > > > makes searching your log files as easy as surfing the web. DOWNLOAD > > > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > > _______________________________________________ > > > Pilot-db-list mailing list > > > Pil...@li... > > > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > > ______________________________________________________________ > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Pilot-db-list mailing list > > Pil...@li... > > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |