Forum of the Coptic language
22 May , 2012, 05:06:30 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: كامي هو منتدي للغة القبطية و لفظها القديم للمزيد عن اللفظ القديم اضغط هنا
 
   Home   Help Search Login Register  
Pages: 1 2 »
  Reply  |  Print  
Author Topic: Marcion 1.2  (Read 2725 times)
vagrant
Jr. Member
**
Offline Offline

Posts: 87


« on: 17 August , 2010, 09:33:59 PM »
Reply with quoteQuote

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
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #1 on: 19 August , 2010, 06:52:46 AM »
Reply with quoteQuote

Great, can't wait to try it out
as always, I am the one who give u the pretty messages Smiley
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
vagrant
Jr. Member
**
Offline Offline

Posts: 87


« Reply #2 on: 19 August , 2010, 10:02:43 PM »
Reply with quoteQuote

 Sad almost all my frieds with linux (mandriva, suse, ubuntu) runs it without problems. but there is one which have gentoo as you, and he had various problems with obsolete packages in his system.
maybe you should to try another distro. anyway, best solution is code from svn, it works well.

http://sourceforge.net/apps/mediawiki/marcion/index.php?title=Marcion_1.0.0_-_english#SVN
Logged
Admin
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #3 on: 20 August , 2010, 12:13:58 PM »
Reply with quoteQuote

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 Offline

Posts: 87


« Reply #4 on: 20 August , 2010, 05:26:34 PM »
Reply with quoteQuote

64bit is problem, binary is compiled for 32bit. you must build from sources
Logged
Admin
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #5 on: 21 August , 2010, 08:04:03 AM »
Reply with quoteQuote

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
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #6 on: 22 August , 2010, 01:08:53 PM »
Reply with quoteQuote

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
vagrant
Jr. Member
**
Offline Offline

Posts: 87


« Reply #7 on: 23 August , 2010, 06:43:32 AM »
Reply with quoteQuote

yes, code in svn repository id fully usable.

http://sourceforge.net/apps/mediawiki/marcion/index.php?title=Marcion_1.0.0_-_english#SVN

(checkout rather through)
Code:
svn co -r 147 https://marcion.svn.sourceforge.net/svnroot/marcion marcion


« Last Edit: 23 August , 2010, 06:45:34 AM by vagrant » Logged
Admin
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #8 on: 24 August , 2010, 10:57:28 AM »
Reply with quoteQuote

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 Offline

Posts: 87


« Reply #9 on: 25 August , 2010, 09:46:03 AM »
Reply with quoteQuote

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

Code:
svn update
or just
Code:
svn update lsj.cpp
and try again (i hate errors like this)
« Last Edit: 25 August , 2010, 09:56:59 AM by vagrant » Logged
Admin
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #10 on: 25 August , 2010, 01:06:52 PM »
Reply with quoteQuote

http://www.heypasteit.com/clip/ME0
Logged
vagrant
Jr. Member
**
Offline Offline

Posts: 87


« Reply #11 on: 25 August , 2010, 02:27:33 PM »
Reply with quoteQuote

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
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #12 on: 25 August , 2010, 02:35:26 PM »
Reply with quoteQuote

compilation u mean? it FAILED as u can see in the link posted above
Logged
vagrant
Jr. Member
**
Offline Offline

Posts: 87


« Reply #13 on: 25 August , 2010, 02:37:44 PM »
Reply with quoteQuote

nono, configuration - through command

Code:
cmake OPTIONS ..

as is described here

http://sourceforge.net/apps/mediawiki/marcion/index.php?title=Marcion_1.0.0_-_english#SVN
Logged
Admin
Administrator
Hero Member
*****
Offline Offline

Posts: 952



WWW
« Reply #14 on: 25 August , 2010, 03:23:12 PM »
Reply with quoteQuote

I see, Didn't know u had install documentation
of course things like wget http://downloads.mysql.com/archives/mysql-5.1/mysql-5.1.47-linux-i686-glibc23.tar.gz
won't work for me cause its all x86
Logged
Pages: 1 2 »
  Reply  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Get Firefox!

Page created in 0.144 seconds with 20 queries.