Home | Gallery | Forum | Services | Webmail | Archive | Links | Contact Us | About Us
OS2 World.Com Forum
OS2 World.Com Online Discussion Forum.
Index / OS2 World.Com Bounty System / Suggested & Open Bounties
author message
    Port of LyX 1.3
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
aasdelat
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 36
since: 15 Jul, 2005
41. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
Hey!, a pair of issues:
When I write an ecuation, I can't have the correct symbols on the screen (I don't know when printing because I didn't installed Latex yet). Yuo write an ecuation, for example, pressing ctrl-m. Then, you click with right mouse button to obtain a menu with simbols an click in the one you want.

Also, I installed ispell with spanish dictionary, and changed the language in the configuration, but I get only an error when I try to check the spelling.

And last (by now), I use Lyx in linux with spanish menus. So, what about versions of Lyx for OS/2 in non english languages?.

Thank you to the people that is working on this port, and greetengs from Málaga (Spain).

Date: 17 Oct, 2006 on 18:18
Christian Hennecke
Premium member
in spoc

View this member's profileSearch all posts from this memberSend an email to this memberhttp://www.os2world.com/os2files/
posts: 109
since: 27 Jan, 2001
42. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

aasdelat (17 Oct, 2006 18:1:
Hey!, a pair of issues:
When I write an ecuation, I can't have the correct symbols on the screen (I don't know when printing because I didn't installed Latex yet). Yuo write an ecuation, for example, pressing ctrl-m. Then, you click with right mouse button to obtain a menu with simbols an click in the one you want.

Same here. Actually, *some* symbols are correct while others are not. Looks like some codepage problem.


Also, I installed ispell with spanish dictionary, and changed the language in the configuration, but I get only an error when I try to check the spelling.

I guess Paul's mind reading capabilities are less developed than his development ones. What was the error message? You should report it via the bug tracker at http://mantis.smedley.info.


And last (by now), I use Lyx in linux with spanish menus. So, what about versions of Lyx for OS/2 in non english languages?

Normally, LyX should detect the language from the LANG variable. I haven't managed to get it to use the German interface. Looks like a bug.

Date: 19 Oct, 2006 on 13:06
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
43. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
An update to 1.4.3 is available from http://download.smedley.info/lyx-1.4.3-os2-b0.zip

This is a preview of 1.4.3 - I still need to work on fixing a couple of bugs, and updating the documentation.

Date: 19 Oct, 2006 on 23:13
aasdelat
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 36
since: 15 Jul, 2005
44. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

What was the error message? You should report it via the bug tracker at http://mantis.smedley.info.[/quote]

Ok.

Date: 20 Oct, 2006 on 13:21
Christian Hennecke
Premium member
in spoc

View this member's profileSearch all posts from this memberSend an email to this memberhttp://www.os2world.com/os2files/
posts: 109
since: 27 Jan, 2001
45. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

Smedles (19 Oct, 2006 23:13):
An update to 1.4.3 is available from http://download.smedley.info/lyx-1.4.3-os2-b0.zip

This is a preview of 1.4.3 - I still need to work on fixing a couple of bugs, and updating the documentation.


Hi Paul! With this release, the problem with configure.py not being found by the emx port of Python 2.4.3 occurs again:



python: can't open file ''E:/lyx/share/lyx/configure.py'': [Errno 2] No such file or directory


Those are two single quotes before and after the file name.
Date: 22 Oct, 2006 on 21:35
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
46. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

Christian Hennecke (22 Oct, 2006 21:35):

Smedles (19 Oct, 2006 23:13):
An update to 1.4.3 is available from http://download.smedley.info/lyx-1.4.3-os2-b0.zip

This is a preview of 1.4.3 - I still need to work on fixing a couple of bugs, and updating the documentation.


Hi Paul! With this release, the problem with configure.py not being found by the emx port of Python 2.4.3 occurs again:



python: can't open file ''E:/lyx/share/lyx/configure.py'': [Errno 2] No such file or directory


Those are two single quotes before and after the file name.

OK I see the problem. That part of the LyX code changed between 1.4.2 & 1.4.3 - I misread the changes and thought that it should now use the correct quoting on OS/2 - clearly not :/ This does work with my build of Python 2.5 built with libc - I must release that too - although it does have some quirks in it, at least it works with files >2gb.

I should have a new build this evening my time along with updated qt libraries. Still not sure why the language stuff isn't working.

Date: 23 Oct, 2006 on 02:14
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
47. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
Sorry guys - when I updated qt from svn it stopped building - dmitry should be committing a fix soon.
Date: 23 Oct, 2006 on 22:47
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
48. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

Smedles (23 Oct, 2006 22:47):
Sorry guys - when I updated qt from svn it stopped building - dmitry should be committing a fix soon.

Good news - looks like the build problems should be fixed - http://svn.netlabs.org/qt3/changeset/141

Will update code from svn when I get home tonight.

Date: 24 Oct, 2006 on 05:29
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
49. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message

Smedles (24 Oct, 2006 05:29):

Smedles (23 Oct, 2006 22:47):
Sorry guys - when I updated qt from svn it stopped building - dmitry should be committing a fix soon.

Good news - looks like the build problems should be fixed - http://svn.netlabs.org/qt3/changeset/141

Will update code from svn when I get home tonight.


OK python problem should be fixed in http://download.smedley.info/lyx-1.4.3-os2-b0a.zip

Date: 24 Oct, 2006 on 11:43
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
50. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
Problems with insertion of graphics are fixed in http://download.smedley.info/lyx-1.4.3-os2-b0b.zip

There were two problems here:
1) It uses convert.exe from ImageMagick which had a bug relating to drive letter handling (fixed version in above zip)
2) Invalid parameters to spawnvp() were used (remnants of EMX Xfree86 Lyx)

Date: 25 Oct, 2006 on 11:33
Smedles
Premium member
in user

View this member's profileSearch all posts from this memberSend an email to this memberhttp://smedley.info/os2ports.html
posts: 114
since: 12 Jul, 2003
51. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
http;//download.smedley.info/lyxexe.zip is a new lyx.exe that addresses the language problems
Date: 26 Oct, 2006 on 13:31
aasdelat
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 36
since: 15 Jul, 2005
52. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
Sorry, but I can't download this. My browser says that it doesn't find the url (I substituted the ";" with ":"). Also, there isn't a link for this file in your lyx page.
Date: 30 Oct, 2006 on 11:54
BigWarpGuy
Premium member
in staff

View this member's profileSearch all posts from this memberSend an email to this memberhttp://home.comcast.net/~tomleem
posts: 2298
since: 12 Jan, 2001
53. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
http://smedley.info/os2ports/index.html
Is this the site?
http://download.smedley.info/lyx-1.4.2-os2-b2a.zip
Is this the file?
ftp://ftp.netlabs.org/pub/gcc/libc-0.6.1-csd1.zip
It says it needs this file.
http://smedley.info/lyxhome.zip
?

---
BigWarpGuy
- - - - - - - - - - - - - - - - - -
OS/2-eCS.org
Director of Communications
- - - - - - - - - - - - - - - - -
supporting the past OS/2 user and the future eCS user
http://www.os2ecs.org
Date: 30 Oct, 2006 on 14:58
aasdelat
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 36
since: 15 Jul, 2005
54. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
Sorry, it isn't any of them, but thank you for your interest.
Date: 14 Nov, 2006 on 14:41
Kim
Team member
in staff

View this member's profileSearch all posts from this memberSend an email to this memberhttp://www.haverblad.se
posts: 2128
since: 10 Dec, 2000
55. Re:Port of LyX 1.3
Reply to this topic with quote Modify your message
This thread has been closed and will continue in the new forum.
Date: 21 May, 2007 on 10:02
    Port of LyX 1.3
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
All times are CET+1. < Prev. | P. 1 2 3 | Next >
Go to:
 

Powered by UltraBoard 2000 Standard Edition,
Copyright © UltraScripts.com, Inc. 1999-2000.
Home | Gallery | Forums | Services | Webmail | Archive | Links | Contact Us | About Us
© OS2 World.Com 2000-2004