Description: A serious bug was in version 0.3.3. The user was not able to create a new archive. This is fixed with version 0.3.4
KVocabs is an application for learning vocabulary. One can add personal vocabulary in different archives. After adding the vocabs, it is possible to learn them in a random order and there will be individual statistics for each session. Of course one can edit or remove the stored vocabs. KVocabs should be an application for Linux to provide an interface for learning personal vocabulary very easy. It is based on c++ and QT (Trolltech). If you have criticism, wishes or find mistakes in the application, please write an e-mail to holger@homac.de or go to the project page on sourceforge. and make a bugreport.
I tried to send you a private email but it was rejected...
KVocTrain, in the kdeedu module, is a vocabulary trainer and have no maintainer at the moment so you can take it. Why not use an already existing and known program and try to improve it? The advantage would be of course to be widely distributed and to get great feedback from users.
Please do think about it!
Ratings & Comments
11 Comments
the http://home.tiscali.be/raoul.linux/download.htm is replaced by http://linux3114a.bravehost.com/download.htm Thanks
kvocabs-0.3.4-s93k341.i586.rpm at http://home.tiscali.be/raoul.linux/download.htm
The configure is missing in your tarrball
Fixed now.
Thanks working fine
There seems to be no configure in the tarball.
Fixed now in tarball. You can also run aclocal autoconf autoheader automake -a
I tried to send you a private email but it was rejected... KVocTrain, in the kdeedu module, is a vocabulary trainer and have no maintainer at the moment so you can take it. Why not use an already existing and known program and try to improve it? The advantage would be of course to be widely distributed and to get great feedback from users. Please do think about it!
But...are there languages vocabularies available to be used with your program?? it would be really useful (hand inserting is quite boring :P )
Making all in kvocabs make[2]: Entering directory `/home/tom/Desktop/kvocabs-0.2.2/kvocabs' /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -o kvocabs -L/usr/X11R6/lib -L/usr/lib/qt3/lib statswidget.o selcpmvarchivedlg.o main.o kvocabs.o hinzufuegenwidget.o hinzufuegendlg.o bearbeitenwidget.o bearbeitendlg.o aboutdlg.o abfragenwidget.o abfragenwidget1.o abfragendlg.o statswidget.moc.o bearbeitenwidget.moc.o hinzufuegenwidget.moc.o kvocabs.moc.o aboutdlg.moc.o selcpmvarchivedlg.moc.o abfragenwidget.moc.o hinzufuegendlg.moc.o bearbeitendlg.moc.o abfragendlg.moc.o -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread libtool: unrecognized option `--tag=CXX' Try `libtool --help' for more information. make[2]: *** [kvocabs] Error 1 make[2]: Leaving directory `/home/tom/Desktop/kvocabs-0.2.2/kvocabs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tom/Desktop/kvocabs-0.2.2' make: *** [all] Error 2
Did the trick for me: Enter kvocabs-0.2.2/kvocabs Using the failure-command without "--tag=CXX" cd .. / make install Have fun!