
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Program to conjugate and deconjugate french verbs.
Install:
- Verbiste is needed to compile and run konjue, you can get verbiste from http://www3.sympatico.ca/sarrazip/dev/verbiste.html. Available on that site are the source for verbiste and rpms of verbiste for rpm based systems.
- Once verbiste is installed, konjue can be installed with
./configure
make
su -c "make install"
9 years ago
Version 0.4.0
* icon: new icon added ( thanks Sebastian Sariego Benitez http://segfault.kde.cl)
Version 0.3.1
* translation: nl.po added
* translation: de.po added (thanks to Rene Schmidt http://log.reneschmidt.de/)
Version 0.3
* fix: make the installation put the desktop file in Edutainment/Languages
* fix: don't load double entries anymore (KTabWidget inserts '&' in its labels)
* add: support session management by reloading tabs after logout/login
* fix: some discription texts
* add: support for loading verbs during program start, as arguments
* fix: make reference to programmer of verbiste in about/credits
Version 0.2:
* ported from qmake/qt to automake/kde.
Version 0.1.3:
* problem fixed with location of includes for verbiste.
Version 0.1.2:
* still a problem with a conversion from QString to std::string (Thanks Thomas Decoster).
Version 0.1.1:
* fix some compiler errors on recent qt versions.
Version 0.1:
* implement konjue.
9 years ago
Version 0.4.0
* icon: new icon added ( thanks Sebastian Sariego Benitez http://segfault.kde.cl)
Version 0.3.1
* translation: nl.po added
* translation: de.po added (thanks to Rene Schmidt http://log.reneschmidt.de/)
Version 0.3
* fix: make the installation put the desktop file in Edutainment/Languages
* fix: don't load double entries anymore (KTabWidget inserts '&' in its labels)
* add: support session management by reloading tabs after logout/login
* fix: some discription texts
* add: support for loading verbs during program start, as arguments
* fix: make reference to programmer of verbiste in about/credits
Version 0.2:
* ported from qmake/qt to automake/kde.
Version 0.1.3:
* problem fixed with location of includes for verbiste.
Version 0.1.2:
* still a problem with a conversion from QString to std::string (Thanks Thomas Decoster).
Version 0.1.1:
* fix some compiler errors on recent qt versions.
Version 0.1:
* implement konjue.
bitcrazy
9 years ago
Report
bitcrazy
9 years ago
Report
bitcrazy
9 years ago
Report
ppareit
9 years ago
Report
poliicallycorrect
14 years ago
Report
linux3114a
14 years ago
verbiste-0.1.14-lotus.i586.rpm
at
http://home.tiscali.be/raoul.linux/downloadSuSE10.1.htm
ENJOY !!!
Report
linux3114a
15 years ago
and
verbiste-0.1.14-SuSE9.3K343.i586.rpm
at
http://home.tiscali.be/raoul.linux/downloadSuSE10.0.htm
ENJOY !!!
Report
linux3114a
15 years ago
Having errors during my make phase , joins the log..Can You halp me...! ! !
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/verbiste-0.1/ -I/usr/local/include/verbiste-0.1/ -I/usr/include/libxml2/ -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DHASH_MAP_HEADER=\ -DHASH_MAP_NAMESPACE=__gnu_cxx -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -g -march=i586 -mcpu=i686 -fmessage-length=0 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT konjue_client.o -MD -MP -MF ".deps/konjue_client.Tpo" -c -o konjue_client.o konjue_client.cpp; \
then mv -f ".deps/konjue_client.Tpo" ".deps/konjue_client.Po"; else rm -f ".deps/konjue_client.Tpo"; exit 1; fi
conjugator.cpp:24:43: verbiste/FrenchVerbDictionary.h: Aucun fichier ou répertoire de ce type
conjugator.cpp: In constructor `Conjugator::Conjugator()':
conjugator.cpp:28: error: invalid use of undefined type `struct verbiste::FrenchVerbDictionary'
conjugator.h:28: error: forward declaration of `struct verbiste::FrenchVerbDictionary'
conjugator.cpp: In destructor `Conjugator::~Conjugator()':
conjugator.cpp:34: warning: possible problem detected in invocation of delete operator:
conjugator.cpp:34: warning: invalid use of undefined type `struct verbiste::FrenchVerbDictionary'
conjugator.h:28: warning: forward declaration of `struct verbiste::FrenchVerbDictionary'
conjugator.cpp:34: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
conjugator.cpp: In member function `Conjugations Conjugator::getConjugations(std::basic_string)':
conjugator.cpp:41: error: `InflectionDesc' undeclared (first use this function)
conjugator.cpp:41: error: (Each undeclared identifier is reported only once for each function it appears in.)
conjugator.cpp:41: error: template argument 1 is invalid
conjugator.cpp:41: error: template argument 2 is invalid
conjugator.cpp:41: error: ISO C++ forbids declaration of `InflectionDescs' with no type
conjugator.cpp:43: error: `deconjugate' undeclared (first use this function)
conjugator.cpp:45: error: `int' is not an aggregate type
conjugator.cpp:45: error: syntax error before `=' token
conjugator.cpp:46: error: `it' undeclared (first use this function)
conjugator.cpp:46: error: request for member `end' in `inflDescs', which is of non-aggregate type `InflectionDescs'
conjugator.cpp: At global scope:
conjugator.cpp:67: error: syntax error before `mode'
conjugator.cpp:79: error: missing ';' before right brace
conjugator.cpp:80: error: ISO C++ forbids defining types within return type
conjugator.cpp:80: error: syntax error before `;' token
conjugator.cpp:81: error: 'Tense' is used as a type, but is not defined as a type.
conjugator.cpp:87: error: syntax error before `}' token
conjugator.cpp: In member function `const std::string Conjugation::getRendered()':
conjugator.cpp:94: error: `getVerbTemplate' undeclared (first use this function)
conjugator.cpp:98: error: `INFINITIVE_MODE' undeclared (first use this function)
conjugator.cpp:98: error: `PRESENT_TENSE' undeclared (first use this function)
conjugator.cpp:103: error: `INDICATIVE_MODE' undeclared (first use this function)
conjugator.cpp:108: error: `IMPERFECT_TENSE' undeclared (first use this function)
conjugator.cpp:113: error: `FUTURE_TENSE' undeclared (first use this function)
conjugator.cpp:118: error: `PAST_TENSE' undeclared (first use this function)
conjugator.cpp:123: error: `CONDITIONAL_MODE' undeclared (first use this function)
conjugator.cpp:128: error: `SUBJUNCTIVE_MODE' undeclared (first use this function)
conjugator.cpp:138: error: `IMPERATIVE_MODE' undeclared (first use this function)
conjugator.cpp:143: error: `PARTICIPLE_MODE' undeclared (first use this function)
conjugator.cpp:154: error: `getRadical' undeclared (first use this function)
conjugator.cpp:161: error: `getTemplate' undeclared (first use this function)
conjugator.cpp:162: error: 'const struct TenseName' has no member named 'mode'
conjugator.cpp:163: error: 'const struct TenseName' has no member named 'tense'
conjugator.cpp:164: error: `generateTense' undeclared (first use this function)
conjugator.cpp:166: error: 'const struct TenseName' has no member named 'seq_pre'
conjugator.cpp:167: error: 'const struct TenseName' has no member named 'title_pre'
conjugator.cpp:167: error: 'const struct TenseName' has no member named 'name'
conjugator.cpp:167: error: 'const struct TenseName' has no member named 'title_post'
conjugator.cpp:172: error: 'const struct TenseName' has no member named 'item_pre'
conjugator.cpp:174: error: `string' undeclared (first use this function)
conjugator.cpp:174: error: template argument 1 is invalid
conjugator.cpp:174: error: template argument 2 is invalid
conjugator.cpp:174: error: syntax error before `;' token
conjugator.cpp:176: error: `iiit' undeclared (first use this function)
conjugator.cpp:189: error: 'const struct TenseName' has no member named 'item_post'
conjugator.cpp:192: error: 'const struct TenseName' has no member named 'seq_post'
make[2]: *** [conjugator.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
konjue_client.cpp: In function `int main(int, char**)':
konjue_client.cpp:29: warning: `__comp_ctor' is deprecated (declared at /opt/kde3/include/kapplication.h:196)
make[2]: Leaving directory `/usr/src/packages/BUILD/konjue-0.4.0/src'
make[1]: make[1]: Leaving directory `/usr/src/packages/BUILD/konjue-0.4.0'
*** [all-recursive] Erreur 1
make: *** [all] Erreur 2
error:
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.11095 (%build)
Bad exit status from /var/tmp/rpm-tmp.11095 (%build)
Report
linux3114a
15 years ago
MY verbiste is installed in Opt/KDE3
/opt/kde3/include/verbiste-0.1/verbiste for *.h files
wher can I change this path in your package
Thanks
Report
linux3114a
15 years ago
konjue-0.4.0-SuSE9.3K343.i586.rpm
and
verbiste-0.1.13-SuSE9.3K343.i586.rpm
at
http://home.tiscali.be/raoul.linux/download.htm
ENJOY !!!!
Report
thomax
15 years ago
Here is the link:
http://users.pandora.be/nothing/linux/kubuntu/deb/konjue_0.4.0-kubuntu-01_i386.deb
Report
linux3114a
15 years ago
but with verbiste 0.1.12 your program start a few seconde and cancelled after .
I never receive the panel
IMPORTANT
Report
linux3114a
15 years ago
Thanks
Report
linux3114a
15 years ago
Report
linux3114a
15 years ago
Report
linux3114a
15 years ago
on KDE 3.4b
Report
linux3114a
15 years ago
at http://home.tiscali.be/raoul.linux/download.htm
Report
linux3114a
15 years ago
Version: 0.1.10-s92k34 with succes ...
Try to compile your konjue without succes..
having error during the Make phase
log of compile
----------------
+ ./configure --prefix=/opt/kde3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
..........
...........
.............
configure: creating ./config.status
fast creating Makefile
fast creating doc/Makefile
fast creating doc/en/Makefile
fast creating po/Makefile
fast creating src/Makefile
config.pl: fast created 5 file(s).
config.status: creating config.h
config.status: executing depfiles commands
Good - your configure finished. Start make now
.....
.....
.....
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/verbiste-0.1/ -I/usr/local/include/verbiste-0.1/ -I/usr/include/libxml2/ -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DHASH_MAP_HEADER=\ -DHASH_MAP_NAMESPACE=__gnu_cxx -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -g -march=i586 -mcpu=i686 -fmessage-length=0 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT conjugator.o -MD -MP -MF ".deps/conjugator.Tpo" -c -o conjugator.o conjugator.cpp; \
then mv -f ".deps/conjugator.Tpo" ".deps/conjugator.Po"; else rm -f ".deps/conjugator.Tpo"; exit 1; fi
conjugator.cpp:24:43: verbiste/FrenchVerbDictionary.h: Aucun fichier ou répertoire de ce type ???????
conjugator.cpp: In constructor `Conjugator::Conjugator()':
conjugator.cpp:28: error: invalid use of undefined type `struct verbiste::FrenchVerbDictionary'
conjugator.h:28: error: forward declaration of `struct verbiste::FrenchVerbDictionary'
conjugator.cpp: In destructor `Conjugator::~Conjugator()':
....
....
....
make[2]: *** [conjugator.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[2]: Leaving directory `/usr/src/packages/BUILD/konjue-0.2/src'
make[1]: Leaving directory `/usr/src/packages/BUILD/konjue-0.2'
make[1]: *** [all-recursive] Erreur 1
make: *** [all] Erreur 2
error:
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.10657 (%build)
Bad exit status from /var/tmp/rpm-tmp.10657 (%build)
joins list file of my verbsite RPM
-----------------------------------
/opt/kde3
/opt/kde3/bin
/opt/kde3/bin/french-conjugator
/opt/kde3/bin/french-deconjugator
/opt/kde3/include
/opt/kde3/include/verbiste-0.1
/opt/kde3/include/verbiste-0.1/verbiste
/opt/kde3/include/verbiste-0.1/verbiste/FrenchVerbDictionary.h
/opt/kde3/include/verbiste-0.1/verbiste/HashMap.h
/opt/kde3/include/verbiste-0.1/verbiste/Trie.cpp
/opt/kde3/include/verbiste-0.1/verbiste/Trie.h
/opt/kde3/include/verbiste-0.1/verbiste/c-api.h
/opt/kde3/include/verbiste-0.1/verbiste/misc-types.h
/opt/kde3/lib
/opt/kde3/lib/libverbiste-0.1.la
/opt/kde3/lib/libverbiste-0.1.so
/opt/kde3/lib/libverbiste-0.1.so.0
/opt/kde3/lib/libverbiste-0.1.so.0.0.0
/opt/kde3/lib/pkgconfig
/opt/kde3/lib/pkgconfig/verbiste-0.1.pc
/opt/kde3/man
/opt/kde3/man/fr
/opt/kde3/man/fr/man1
/opt/kde3/man/fr/man1/french-conjugator.1.gz
/opt/kde3/man/fr/man1/french-deconjugator.1.gz
/opt/kde3/man/fr/man3
/opt/kde3/man/fr/man3/verbiste.3.gz
/opt/kde3/man/man1
/opt/kde3/man/man1/french-conjugator.1.gz
/opt/kde3/man/man1/french-deconjugator.1.gz
/opt/kde3/man/man3
/opt/kde3/man/man3/verbiste.3.gz
/opt/kde3/share
/opt/kde3/share/applications
/opt/kde3/share/doc
/opt/kde3/share/doc/verbiste-0.1.10
/opt/kde3/share/doc/verbiste-0.1.10/AUTHORS
/opt/kde3/share/doc/verbiste-0.1.10/COPYING
/opt/kde3/share/doc/verbiste-0.1.10/HACKING
/opt/kde3/share/doc/verbiste-0.1.10/INSTALL
/opt/kde3/share/doc/verbiste-0.1.10/LISEZMOI
/opt/kde3/share/doc/verbiste-0.1.10/NEWS
/opt/kde3/share/doc/verbiste-0.1.10/README
/opt/kde3/share/doc/verbiste-0.1.10/TODO
/opt/kde3/share/locale
/opt/kde3/share/locale/fr
/opt/kde3/share/locale/fr/LC_MESSAGES
/opt/kde3/share/locale/fr/LC_MESSAGES/verbiste.mo
/opt/kde3/share/verbiste-0.1
/opt/kde3/share/verbiste-0.1/conjugation-fr.xml
/opt/kde3/share/verbiste-0.1/verbs-fr.xml
Report
ppareit
15 years ago
Report
linux3114a
15 years ago
Report
thomax
16 years ago
thanx alot
Report
kdeaddikt
16 years ago
I wish to run it on a mandrake 9.2 with kde 3.2 and it won't work...
If someone as created an rpm, please let me know.
Thanks in advance
Report
kanadakde
16 years ago
Thanks a lot!
Couldn't download it though, link is broken?
Report
kanadakde
16 years ago
Report
elektroschock
16 years ago
Report