From: Mathieu A. <ma...@op...> - 2005-11-28 04:46:28
|
On Sunday 27 November 2005 04:44 pm, you wrote: Hi Dirk, Thanks for the suggestion. I have tried to run the java application on my debian system and I am getting errors. Please see below. Any suggestions would be welcome. Regards, Mathieu Allard -- [mathieu@algaria]~$ java -jar jpilot-db-1.3.17-ej.jar ** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0) aborting... zsh: abort java -jar jpilot-db-1.3.17-ej.jar -- > Why don't you use de java program JPilot?? > > already compiled on sourceforge > > On my OSX iBook it works fine > > dirk > > Mathieu Allard <ma...@op...> wrote: > >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 > > __________________________________________________________________ > Switch to Netscape Internet Service. > As low as $9.95 a month -- Sign up today at > http://isp.netscape.com/register > > Netscape. Just the Net You Need. > > New! Netscape Toolbar for Internet Explorer > Search from anywhere on the Web and block those annoying pop-ups. > Download now at http://channels.netscape.com/ns/search/install.jsp |