Advanced Search

Author Topic: Marcion 1.2  (Read 12955 times)

18 August , 2010, 04:33:59 AM
Read 12955 times

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Marcion 1.2
« on: 18 August , 2010, 04:33:59 AM »
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

19 August , 2010, 01:52:46 PM
Reply #1

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #1 on: 19 August , 2010, 01:52:46 PM »
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

20 August , 2010, 05:02:43 AM
Reply #2

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #2 on: 20 August , 2010, 05:02:43 AM »
 :( 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

20 August , 2010, 07:13:58 PM
Reply #3

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #3 on: 20 August , 2010, 07:13:58 PM »
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, 07:15:49 PM by Admin »

21 August , 2010, 12:26:34 AM
Reply #4

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #4 on: 21 August , 2010, 12:26:34 AM »
64bit is problem, binary is compiled for 32bit. you must build from sources

21 August , 2010, 03:04:03 PM
Reply #5

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #5 on: 21 August , 2010, 03:04:03 PM »
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

22 August , 2010, 08:08:53 PM
Reply #6

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #6 on: 22 August , 2010, 08:08:53 PM »
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

23 August , 2010, 01:43:32 PM
Reply #7

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #7 on: 23 August , 2010, 01:43:32 PM »
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: [Select]
svn co -r 147 https://marcion.svn.sourceforge.net/svnroot/marcion marcion

« Last Edit: 23 August , 2010, 01:45:34 PM by vagrant »

24 August , 2010, 05:57:28 PM
Reply #8

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #8 on: 24 August , 2010, 05:57:28 PM »
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
 

25 August , 2010, 04:46:03 PM
Reply #9

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #9 on: 25 August , 2010, 04:46:03 PM »
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: [Select]
svn updateor just
Code: [Select]
svn update lsj.cppand try again (i hate errors like this)
« Last Edit: 25 August , 2010, 04:56:59 PM by vagrant »

25 August , 2010, 08:06:52 PM
Reply #10

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #10 on: 25 August , 2010, 08:06:52 PM »

25 August , 2010, 09:27:33 PM
Reply #11

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #11 on: 25 August , 2010, 09:27:33 PM »
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, 09:36:03 PM by vagrant »

25 August , 2010, 09:35:26 PM
Reply #12

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #12 on: 25 August , 2010, 09:35:26 PM »
compilation u mean? it FAILED as u can see in the link posted above

25 August , 2010, 09:37:44 PM
Reply #13

Offline vagrant

  • Jr. Member

  • **

  • 88
    Posts

  • People said thank you: 0

Re: Marcion 1.2
« Reply #13 on: 25 August , 2010, 09:37:44 PM »
nono, configuration - through command

Code: [Select]
cmake OPTIONS ..
as is described here

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

25 August , 2010, 10:23:12 PM
Reply #14

Offline Admin

  • Administrator

  • *****

  • 1161
    Posts

  • People said thank you: 12

    • Ⲧⲉⲛⲁⲥⲡⲓ
Re: Marcion 1.2
« Reply #14 on: 25 August , 2010, 10:23:12 PM »
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


 

Sitemap 1 2 3 4 5 6 7 8 9 10 11