vagrant
Jr. Member

Offline
Posts: 87
|
 |
« on: 17 August , 2010, 09:33:59 PM » |
Quote
|
coptic dictionary is now complete, + many new features. enjoy http://sourceforge.net/projects/marcion/next step is to extend database by words which are not in crum + interlinear translator
|
|
|
|
|
Logged
|
|
|
|
|
Admin
|
 |
« Reply #1 on: 19 August , 2010, 06:52:46 AM » |
Quote
|
Great, can't wait to try it out as always, I am the one who give u the pretty messages  mina@mina-laptop:~/Desktop/HOME/marcion$ ./marcion-qt46 ./marcion-qt46: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory mina@mina-laptop:~/Desktop/HOME/marcion$ ./marcion-qt45 ./marcion-qt45: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Admin
|
 |
« Reply #3 on: 20 August , 2010, 12:13:58 PM » |
Quote
|
sorry I forgot to mention, tested on Ubuntu 64bit I guess that's why or not? I think 64bit system can run 32 executables out of the box I have 32bit firefox which is working fine
|
|
|
|
« Last Edit: 20 August , 2010, 12:15:49 PM by Admin »
|
Logged
|
|
|
|
vagrant
Jr. Member

Offline
Posts: 87
|
 |
« Reply #4 on: 20 August , 2010, 05:26:34 PM » |
Quote
|
64bit is problem, binary is compiled for 32bit. you must build from sources
|
|
|
|
|
Logged
|
|
|
|
|
Admin
|
 |
« Reply #5 on: 21 August , 2010, 08:04:03 AM » |
Quote
|
the error is not about 64bit its about a library that doesn't exist which is libbz2.so.1 anyway, I will try to install it and see
|
|
|
|
|
Logged
|
|
|
|
|
Admin
|
 |
« Reply #6 on: 22 August , 2010, 01:08:53 PM » |
Quote
|
right, the library is there. the application just won't load it :s don't u provide any kind of svn, instead of having to download some hundred mega bytes every time a line of code is changed
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Admin
|
 |
« Reply #8 on: 24 August , 2010, 10:57:28 AM » |
Quote
|
I kept trying to compile and fix all dependencies but gave up when I got errors like lsj.cpp: In member function ‘QString CLSJ::morphCode(const QString&) const’: lsj.cpp:658: error: ambiguous overload for ‘operator[]’ in ‘mcode[((((long int)p) - ((long int)(& CLSJ::mclist[0]))) (ceiling /) 8l)]’ /usr/include/qt4/QtCore/qstring.h:689: note: candidates are: const QChar QString::operator[](int) const /usr/include/qt4/QtCore/qstring.h:873: note: QCharRef QString::operator[](int) <near match> /usr/include/qt4/QtCore/qstring.h:691: note: const QChar QString::operator[](uint) const /usr/include/qt4/QtCore/qstring.h:875: note: QCharRef QString::operator[](uint) <near match> make: *** [lsj.o] Error 1
|
|
|
|
|
Logged
|
|
|
|
vagrant
Jr. Member

Offline
Posts: 87
|
 |
« Reply #9 on: 25 August , 2010, 09:46:03 AM » |
Quote
|
probably diferrent compiler, i tested it on g++ 4.4.1, which version of gcc and qt do you use? i was corrected lsj.cpp to more proper code, execute svn update or just svn update lsj.cpp and try again (i hate errors like this)
|
|
|
|
« Last Edit: 25 August , 2010, 09:56:59 AM by vagrant »
|
Logged
|
|
|
|
|
|
vagrant
Jr. Member

Offline
Posts: 87
|
 |
« Reply #11 on: 25 August , 2010, 02:27:33 PM » |
Quote
|
configuration was succesful? i dont see there many imortant libraries linked
i will try latest ubuntu and i see what is wrong
|
|
|
|
« Last Edit: 25 August , 2010, 02:36:03 PM by vagrant »
|
Logged
|
|
|
|
|
Admin
|
 |
« Reply #12 on: 25 August , 2010, 02:35:26 PM » |
Quote
|
compilation u mean? it FAILED as u can see in the link posted above
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|