Re: Problem with 1.3.0 / 1.3.4

2004-07-01 Thread Dieter Jurzitza
Dear listmembers, thank you for your help: Kuba Oper put me on the right track: I had had activated the framebuffer device recently. This caused problems in conjunction with lyx. Don't ask me why, I found - afterwards - several pointers into that direction. radeonfb + X11 seems tough - at least

Re: Problem with 1.3.0 / 1.3.4

2004-06-30 Thread Georg Baum
Dieter Jurzitza wrote: > Dear Listmembers, dear Mr. Baum, > thank you for your commentary: > System: > - SuSE 8.1, latest QT-Upgrade from supplementary/KDE/upgrade_for_8.1 (same > timestamp) > - Compiler: gcc 3.3.1-16 from the ftp.suse.com/projects/gcc/8.2 compiled > on my own (I created my own rp

Re: Problem with 1.3.0 / 1.3.4

2004-06-30 Thread Kuba Ober
On Åroda 30 czerwiec 2004 02:49 pm, Dieter Jurzitza wrote: > As I readily mentioned, nothing wrong is occuring with "normal" typing. But > if I try to view one of the docs -> crash. > This happens for my selfcompiled version (1.3.4) in the same way as for the > precomp

Re: Problem with 1.3.0 / 1.3.4

2004-06-29 Thread Georg Baum
Dieter Jurzitza wrote: > Dear listmembers, > I use a SuSE 8.1 with xfree 4.3.0 & KDE3.2 (latest sources). I tried to > upgrade to lyx 1.3.4 and was "somewhat" successful: > Both lyx 1.3.0 (downloaded from the lyx-website, provided by some nice guy > for SuSE 8.1) and

Problem with 1.3.0 / 1.3.4

2004-06-29 Thread Dieter Jurzitza
Dear listmembers, I use a SuSE 8.1 with xfree 4.3.0 & KDE3.2 (latest sources). I tried to upgrade to lyx 1.3.4 and was "somewhat" successful: Both lyx 1.3.0 (downloaded from the lyx-website, provided by some nice guy for SuSE 8.1) and the new 1.3.4 release freeze my system as so

Re: 1.3.0 build error on Solaris 2.6

2003-06-23 Thread Jean-Marc Lasgouttes
>>>>> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: Albert> While building 1.3.0 with the Qt frontend on Solaris 2.6 with Albert> GCC 3.2.2: [...] Albert> No build problems on Solaris 7, 8, or 9. From Solaris 7 Albert> How about the patch below?

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread John Levon
On Mon, Mar 31, 2003 at 07:40:07PM +0200, Lars Gullik Bj?nnes wrote: > not sure... I'd just like to see some updated profiling. Sure, then, it is no big bother. john

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Mar 31, 2003 at 07:13:21PM +0200, Lars Gullik Bj?nnes wrote: | | > | Extremely often during the key binding setup phase. | > | > After I have got all the rowlist patches in, can you then rebuild your | > lyx with -O2 and do another profiling run?

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread John Levon
On Mon, Mar 31, 2003 at 07:13:21PM +0200, Lars Gullik Bj?nnes wrote: > | Extremely often during the key binding setup phase. > > After I have got all the rowlist patches in, can you then rebuild your > lyx with -O2 and do another profiling run? Why ? What will change ? john

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Mar 31, 2003 at 06:11:06PM +0200, Jean-Marc Lasgouttes wrote: | | > John> Yes, although operator== didn't have any debug anyway. I suspect | > John> we could fix this in a much smarter way somehow. | > | > But why is this operator so costly? Is it

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread John Levon
On Mon, Mar 31, 2003 at 06:11:06PM +0200, Jean-Marc Lasgouttes wrote: > John> Yes, although operator== didn't have any debug anyway. I suspect > John> we could fix this in a much smarter way somehow. > > But why is this operator so costly? Is it called very often? Extremely often during the key

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-31 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Mar 28, 2003 at 07:00:34PM +0100, Jean-Marc Lasgouttes John> wrote: >> How should this data be read? Can oprofile provide a call graph >> like gprof does? John> Arggh ! [1] OK, I won't insist :) John> Yes, although operator==

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 12:13:03PM +0100, Lars Gullik Bj?nnes wrote: > |1239 int c = fgetc(inf); > |1240 while (c != EOF) { > |1241 ret += static_cast(c); > |1242 c = fgetc(inf); > |1243 } > > Where is this code comming f

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-29 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: |1239 int c = fgetc(inf); |1240 while (c != EOF) { |1241 ret += static_cast(c); |1242 c = fgetc(inf); |1243 } Where is this code comming from? -- Lgb

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-28 Thread John Levon
On Fri, Mar 28, 2003 at 06:19:25PM +, John Levon wrote: > Arggh ! [1] oops forgot [1] Arggh, in that I really must get round to implementing this, I want it as badly as others do :)

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-28 Thread John Levon
On Fri, Mar 28, 2003 at 07:00:34PM +0100, Jean-Marc Lasgouttes wrote: > How should this data be read? Can oprofile provide a call graph like > gprof does? Arggh ! [1] > 0820afa4 1161 1.53197 operator==(LyXKeySym const&, LyXKeySym const&) > 08206040 1220 1.60982 string_to_qkey(str

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Mar 28, 2003 at 06:39:12PM +0100, Jean-Marc Lasgouttes John> wrote: Roughly stable, -O2, Qt : >> What do you do on startup? What document do you load? John> Yes, it appears I forgot to mention John> lyx -x lyx-quit UserGuide.l

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-28 Thread John Levon
On Fri, Mar 28, 2003 at 06:39:12PM +0100, Jean-Marc Lasgouttes wrote: > John> Roughly stable, -O2, Qt : > > What do you do on startup? What document do you load? Yes, it appears I forgot to mention lyx -x lyx-quit UserGuide.lyx I guess we really need to finish ParagraphList in order for the l

Re: Start times: 1.4.0cvs vs. 1.3.0

2003-03-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Roughly stable, -O2, Qt : What do you do on startup? What document do you load? JMarc

Start times: 1.4.0cvs vs. 1.3.0

2003-03-27 Thread John Levon
Roughly stable, -O2, Qt : 1.4.0cvs real0m3.384s user0m2.440s sys 0m0.371s 1.3.0 real0m2.578s user0m1.742s sys 0m0.324s 1.4.0cvs top hits 08095efc 1060 1.39869 readParagraph(Buffer&, Paragraph&, LyXLex&) 0820afa4 1161 1.53197 operator==(LyX

Re: LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-12 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Tuesday 11 March 2003 18:10, Raymond Ouellette wrote: >> 2. Only in Qt version: you can't do a vertical space fill for a >> paragraph, it doesn't work. Selecting « ressort vertical » >> (vertical fill I guess in the english text) does

Re: lyx 1.3.0 on win32: instant preview

2003-03-12 Thread Angus Leeming
Serge Winitzki wrote: > I am trying QtLyx 1.3.0 from Ruurd Reitsma on a win2k machine. The > instant preview works after adding the latex preview package to the > miktex tree and after adding pnmcrop.exe to the path. However it > generates error messages when running sed.exe: som

lyx 1.3.0 on win32: instant preview

2003-03-12 Thread Serge Winitzki
I am trying QtLyx 1.3.0 from Ruurd Reitsma on a win2k machine. The instant preview works after adding the latex preview package to the miktex tree and after adding pnmcrop.exe to the path. However it generates error messages when running sed.exe: something about illegal J command. I think it might

Re: Custom page size doesn't work in Lyx 1.3.0 and later

2003-03-12 Thread Christian Ridderström
On 12 Mar 2003, Jean-Marc Lasgouttes wrote: > > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > Christian> Hi I searched a bit in bugzilla, but couldn't find this > Christian> bug, which surprised me a bit. Anyway: > > Christian> Changing page size to "custom" in the dia

Re: Custom page size doesn't work in Lyx 1.3.0 and later

2003-03-12 Thread Christian Ridderström
On 12 Mar 2003, Jean-Marc Lasgouttes wrote: > > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > Christian> Hi I searched a bit in bugzilla, but couldn't find this > Christian> bug, which surprised me a bit. Anyway: > > Christian> Changing page size to "custom" in the dia

Re: Custom page size doesn't work in Lyx 1.3.0 and later

2003-03-12 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> Hi I searched a bit in bugzilla, but couldn't find this Christian> bug, which surprised me a bit. Anyway: Christian> Changing page size to "custom" in the dialog doesn't do Christian> anything... Christian> changin

Re: LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-12 Thread José Matos
On Tuesday 11 March 2003 18:10, Raymond Ouellette wrote: > I compiled and installed both Qt and XForm version of LyX 1.3.0 a few weeks > ago. > > Qt version is really pleasing to use and the viisual comfort with aa fonts > is great. > > I do have 2 small concerns. >

Re: Russian in Qt Lyx 1.3.0

2003-03-11 Thread John Levon
On Tue, Mar 11, 2003 at 11:24:00PM +0200, Andrew Abyzov wrote: > Is it possible to display Russian letters in Qt Lyx 1.3.0? > I.e. is it possible to make koi8-r encoding for the fonts default? 1) Set LANG appropriately 2) Set the document language appropriately 3) Make sure you've go

Russian in Qt Lyx 1.3.0

2003-03-11 Thread Andrew Abyzov
Is it possible to display Russian letters in Qt Lyx 1.3.0? I.e. is it possible to make koi8-r encoding for the fonts default? -- Best regards, Andrew Abyzov mailto:[EMAIL PROTECTED]

Re: Custom page size doesn't work in Lyx 1.3.0 and later

2003-03-11 Thread Christian Ridderström
On Tue, 11 Mar 2003, Christian Ridderström wrote: > Hi > > I searched a bit in bugzilla, but couldn't find this bug, which surprised > me a bit. Anyway: > > Changing page size to "custom" in the dialog doesn't do anything... > > changing to known paper sizes seems to work since the exported la

Custom page size doesn't work in Lyx 1.3.0 and later

2003-03-11 Thread Christian Ridderström
Hi I searched a bit in bugzilla, but couldn't find this bug, which surprised me a bit. Anyway: Changing page size to "custom" in the dialog doesn't do anything... changing to known paper sizes seems to work since the exported latex gets the paper size as a class option. Should I send this to b

Re: error compiling lyx-1.3.0 on Sun/SOLARIS 8

2003-03-07 Thread Jean-Marc Lasgouttes
>>>>> "Pierre" == Pierre MAURICE <[EMAIL PROTECTED]> writes: Pierre> Hello, I did'nt succeed to compile lyx-1.3.0 on a Pierre> Sun/SPARC/SOLARIS 8. What version of gcc do you use? What version of solaris was it compled for? 'gcc -v' should g

error compiling lyx-1.3.0 on Sun/SOLARIS 8

2003-03-07 Thread Pierre MAURICE
Hello, I did'nt succeed to compile lyx-1.3.0 on a Sun/SPARC/SOLARIS 8. Here is the configure I've used : ./configure --prefix=/home/maurice/lyx --with-pspell --with-pspell-include=/usr/local/include/pspell --with-pspell-lib=/usr/local/lib --with-included-string And h

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread cghan
On 7 Mar 2003, Lars Gullik [iso-8859-1] Bjøînes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Well you were the one who dug deep in all this. > > And I do not remember in what cases specifically an explicit > connection tracking was needed. > > | I'm merely reporting what I > | remembe

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread cghan
On Fri, 7 Mar 2003, Angus Leeming wrote: > > > > "boost::signal2 workAreaCJK_IMprocess;" > > No, this is fine. Only static signals can be problematic. The problem lies > elsewhere then. > Then, I think I have nothing to do with the error. By the way, Angus, I posted a crash problem during the

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Well you were the one who dug deep in all this. And I do not remember in what cases specifically an explicit connection tracking was needed. | I'm merely reporting what I | remember. Anyway, the crash occurs in Toolbar::Pimpl::~Pimpl, called from | b

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread Angus Leeming
On Friday 07 March 2003 11:03 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Friday 07 March 2003 5:04 am, [EMAIL PROTECTED] wrote: > | > Hello, Angus: > | > > | > On Thu, 6 Mar 2003, Angus Leeming wrote: > | > > Hmmm. This rings a bell. > | > > CG did I see that

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 07 March 2003 5:04 am, [EMAIL PROTECTED] wrote: | > Hello, Angus: | > | > On Thu, 6 Mar 2003, Angus Leeming wrote: | > > Hmmm. This rings a bell. | > > CG did I see that you added a static boost::signal to the code? I | > > believe taht older g

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-07 Thread Angus Leeming
On Friday 07 March 2003 5:04 am, [EMAIL PROTECTED] wrote: > Hello, Angus: > > On Thu, 6 Mar 2003, Angus Leeming wrote: > > Hmmm. This rings a bell. > > CG did I see that you added a static boost::signal to the code? I > > believe taht older gcc compilers had problems with these static > > signals (

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-06 Thread cghan
Hello, Angus: On Thu, 6 Mar 2003, Angus Leeming wrote: > Hmmm. This rings a bell. > CG did I see that you added a static boost::signal to the code? I > believe taht older gcc compilers had problems with these static > signals (generated incorrect code) but can't remember the details > anymore. A

Re: update to sciword.bind for lyx 1.3.0 and bug report

2003-03-06 Thread Jean-Marc Lasgouttes
> "Serge" == Serge Winitzki <[EMAIL PROTECTED]> writes: Serge> Dear LyX developers, I continue to use LyX on a daily basis and Serge> I was excited to see a new version 1.3 come out recently. Serge> Attached to this message are some updates to the files Serge> sciword.bind (the Scientific Wor

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-06 Thread Angus Leeming
Mike FABIAN wrote: > > #5  0x402b9d25 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.5 > #6  0x082cc2d7 in ~Pimpl (this=0x85b6200) at Toolbar_pimpl.C:99 > #7  0x08249b65 in ~Toolbar (this=0x85b5fe0) at Toolbar.C:41 Hmmm. This rings a bell. CG did I see that you added a static boost::signal

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-06 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B> On Thu, 6 Mar 2003, Mike FABIAN wrote: (B>> (B>> There is one strange problem left. Always when I exit CJK-LyX, there (B>> is an error message "pure virtual method called" on standard output (B>> and it dumps core: (B>> (B>> [...] (B>>

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B> 'Root' input style does not have 'preedit position' and 'preedit area'. (B> Without preedit position and area set, there is not much chance of (B> input server's putting precomposed characters on the viewing area. This is (B> the reason why

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Angus Leeming
Mike FABIAN wrote: > [EMAIL PROTECTED] さんは書きました: > >>> But I see only mojibake in the menus. Is there anything I need >>> to setup especially? >> >> What does this, 'mojibake', mean? If you rpm-install, you don't have to >> do anything else. If you install other way, you have to make sure >> 'ja.

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread cghan
On Wed, 5 Mar 2003, Mike FABIAN wrote: > > I found a workaround for the "mojibake in the menus" problem: > > LANG=ja_JP LC_CTYPE=ja_JP LC_MESSAGES=ja_JP lyx-cjk > example-japanese-cjk-latex.lyx > > show mojibake in the menus *but* > > LC_ALL=ja_JP lyx-cjk example-japanese-cjk-latex.ly

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread cghan
s-lib and CJK-LyX to current version, 'xforms-1.0-i18n_4' and 'CJK-LyX-1.3.0-5', which I just uploaded on the usual ftp site. Hope this solve all of your problems. Regards, cghan

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B>> But I see only mojibake in the menus. Is there anything I need (B>> to setup especially? (B> (B> What does this, 'mojibake', mean? If you rpm-install, you don't have to do (B> anything else. If you install other way, you have to make sure 'ja

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Angus Leeming
Mike FABIAN wrote: > [EMAIL PROTECTED] さんは書きました: > >> Looks strange to me, too. All I can think of for the reason, is that >> xforms-lib is not properly installed? > > Although I don't think that I made a mistake in installing > the i18n patched xforms, I am tempted to try a Qt build instead. >

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B> Looks strange to me, too. All I can think of for the reason, is that (B> xforms-lib is not properly installed? (B (BAlthough I don't think that I made a mistake in installing (Bthe i18n patched xforms, I am tempted to try a Qt build instead.

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
Mike FABIAN <[EMAIL PROTECTED]> $B$5$s$O=q$-$^$7$?(B: (B (B> I found that the bold fonts work when I try in Japanese. (B> Then the bold face Japanese looks correct like in the old (B> CJK-LyX 1.2.0 screen shot on (B> (B> http://www.suse.de/~mfabian/suse-cjk/cjk-lyx-japanese.html (B (B

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B> On Wed, 5 Mar 2003, Mike FABIAN wrote: (B>> (B>> Currently it looks like this on my system: (B>> (B>> http://www.suse.de/~mfabian/misc/cghan-20030305/cjk-lyx-1.3.0-korean.png (B> (B> Looks strange to me

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread Mike FABIAN
[EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B> On Wed, 5 Mar 2003, Mike FABIAN wrote: (B (B>> But I see only mojibake in the menus. Is there anything I need (B>> to setup especially? (B> (B> What does this, 'mojibake', mean? (B (B"Mojibake" means "garbled characters". I think you already

problem with status area in Japanese (was: Upgrade to NewCJK-LyX-1.3.0)

2003-03-05 Thread Mike FABIAN
I also see a very strange problem with the kinput2 status area (Bwhen trying to use CJK-LyX-1.3.0 with Japanese. (B (BAs soon as one switches to Japanese input mode the kinput2 status (Barea completely covers the main window: (B (Bhttp://www.suse.de/~mfabian/misc/cghan-20030305/cjk-lyx-1.3.0

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-05 Thread cghan
On Wed, 5 Mar 2003, Mike FABIAN wrote: > > Currently it looks like this on my system: > > http://www.suse.de/~mfabian/misc/cghan-20030305/cjk-lyx-1.3.0-korean.png > Looks strange to me, too. All I can think of for the reason, is that xforms-lib is not properly installed

Re: Upgrade to New CJK-LyX-1.3.0

2003-03-04 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > > Hello, > > I found a critical bug in CJK-LyX-1.3.0 (up to the version '3') regarding > to 'tex command inset'. So I urge all CJK-LyX users to upgrade to the > latest 'CJK-LyX-1.3.0-4' which can be downloaded at the ftp

update to sciword.bind for lyx 1.3.0 and bug report

2003-03-04 Thread Serge Winitzki
\bind "C-s S-less" "math-insert \ll" \bind "C-s S-greater" "math-insert \gg" # usual bindings \bind_file maths.bind \bind_file menus.bind \bind_file latinkeys.bind \bind_file cyrkeys.bind \bind_file greekkeys.bind \bind "S-KP_Right"

Upgrade to New CJK-LyX-1.3.0

2003-03-04 Thread cghan
Hello, I found a critical bug in CJK-LyX-1.3.0 (up to the version '3') regarding to 'tex command inset'. So I urge all CJK-LyX users to upgrade to the latest 'CJK-LyX-1.3.0-4' which can be downloaded at the ftp site, ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX .

Re: CJK-LyX-1.3.0

2003-03-04 Thread Angus Leeming
Kohtaro Hitomi wrote: > Thank you, Angus. I succeed to compile xforms-i18n. But I cannot compile > CJK-LyX-1.3.0 with the flowing message, > > In file included from ../../src/lyxtextclass.h:21, > from ../../src/bufferparams.h:23, > from ../../src/lyxrc.h:19, &g

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Jean-Marc Lasgouttes
>>>>> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> no.po in 1.3.0 has a serious flaw - "Section" and "Section*" Helge> translates to the same string, making it impossible to use Helge> "Section*" while usin

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Lars Gullik Bjønnes
PROTECTED]> writes: | [...] | > | | Lars> I hope this can get into 1.3.1, as "SubSubsection*" currently is | Lars> | > | inaccessible. Patch against 1.3.0 included. | > Hmm... are | Lars> you sure you wouldn't like to be co-translator with me on | > | Lars>

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Jean-Marc Lasgouttes
his can get into 1.3.1, as "SubSubsection*" currently is Lars> | > | inaccessible. Patch against 1.3.0 included. | > Hmm... are Lars> you sure you wouldn't like to be co-translator with me on | > Lars> this? Lars> | > Lars> | Sure, that could be interesting. How do w

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Helge Hafting <[EMAIL PROTECTED]> writes: | [...] | > | I hope this can get into 1.3.1, as "SubSubsection*" currently is | > | inaccessible. Patch against 1.3.0 included. | > Hmm... are y

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: [...] | I hope this can get into 1.3.1, as "SubSubsection*" currently is | inaccessible. Patch against 1.3.0 included. Hmm... are you sure you wouldn't like to be co-translator with me on this? Sure, that

Re: [Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | no.po in 1.3.0 has a serious flaw - "Section" and "Section*" translates | to the same string, making it impossible to use "Section*" while using | the Norwegian locale. (The translation of "Section*" lost

[Patch]Small but important fix for no.po in 1.3.0

2003-03-03 Thread Helge Hafting
no.po in 1.3.0 has a serious flaw - "Section" and "Section*" translates to the same string, making it impossible to use "Section*" while using the Norwegian locale. (The translation of "Section*" lost the "*") This small patch fixes this, by

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-03-03 Thread Jean-Marc Lasgouttes
> "A" == A P Manners <[EMAIL PROTECTED]> writes: A> Why is someone from INRIA using C++? Why not? Should I use ocaml only? JMarc

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-03-02 Thread Andre Poenitz
On Sat, Mar 01, 2003 at 02:17:42PM +, A.P.Manners wrote: > As an aside, the growing dependence of lyx on gnu tools and last weeks > C++ compiler is disappointing to see. Although one is always reluctant to > have a dependence on any C++ code the Lyx of a few years ago was clean > enough to comp

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-03-02 Thread A.P.Manners
Apologies due. Since Lyx no longer compiles under my native C++ compiler I cannot distinguish between Lyx requiring gcc tools such as assemblers and linkers and gcc requiring them. Given Lyx's passed independence of "gccisms" I am happy to accept that my use of g++ has produced cascading gnu depend

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-03-01 Thread Lars Gullik Bjønnes
"A.P.Manners" <[EMAIL PROTECTED]> writes: | | (However, I have messed about long enough now that the reason for | needing to install a current version of lyx has been worked around). As | an aside, the growing dependence of lyx on gnu tools and last weeks C++ | compiler is disappointing to see. A

Re: LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread Kim Roland Rasmussen
Quoting "A.P.Manners" <[EMAIL PROTECTED]>: > Kim, > > I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling > the previous version of Lyx (it is in lyx-bugzilla somewhere). I am > afraid that Lyx seems to have gone rather gnu-centric and you can no > longer use the native assembl

Re: LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread John Levon
On Sat, Mar 01, 2003 at 02:13:57PM +, A.P.Manners wrote: > I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling > the previous version of Lyx (it is in lyx-bugzilla somewhere). I am > afraid that Lyx seems to have gone rather gnu-centric and you can no > longer use the native

Lyx 1.3.0 on Solaris 2.6: Boost?

2003-03-01 Thread A.P.Manners
Jean-Marc Lasgouttes wrote: > Could you tell us more about specific errors that you get? I do > compile with gcc 2.95.2 on linux. That is good to hear. std::basic_string and std::numeric_limits are missing (possibly more - I did not get past the latter). The former appeared to be in the include

LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread A.P.Manners
Kim, I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling the previous version of Lyx (it is in lyx-bugzilla somewhere). I am afraid that Lyx seems to have gone rather gnu-centric and you can no longer use the native assembler. I installed gas (the gnu assembler) and this solved

Re: 1.3.0 build error on Solaris 2.6

2003-02-28 Thread Jean-Marc Lasgouttes
>>>>> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: Albert> While building 1.3.0 with the Qt frontend on Solaris 2.6 with Albert> GCC 3.2.2: Albert> ../../boost/boost/integer_traits.hpp:109:2: #error No Albert> WCHAR_MIN and WCHAR_MAX present,

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-02-28 Thread Jean-Marc Lasgouttes
> "A" == A P Manners <[EMAIL PROTECTED]> writes: A> The problem seems to be more to do with gcc-2.95.2 than Solaris A> (although I had to fix the problem refered to by Albert Chin). A> Boost wants to include std::this and std::that which do not exist. A> I got around a few but eventually gave

LyX 1.3.0 compile problems on Solaris

2003-02-28 Thread Kim Roland Rasmussen
Hi! I'm trying to compile LyX 1.3.0 on a Solaris 2.8 system, but I've run into trouble. Here's where it breaks: [...] source='GraphicsCacheItem.C' object='GraphicsCacheItem.lo' libtool=yes \ depfile='.deps/GraphicsCacheItem.Plo' tmpdepfile='.de

Re: CJK-LyX-1.3.0

2003-02-28 Thread cghan
Apparantly, the patch is here! cghan --- types.h 2003-03-01 03:57:47.0 +0900 +++ types._new.h2003-03-01 03:59:30.0 +0900 @@ -24,7 +24,7 @@ * char_type == char except in CJK-LyX where char_type == wchar_t. */ typedef wchar_t char_type; -

Re: CJK-LyX-1.3.0

2003-02-28 Thread cghan
On Fri, 28 Feb 2003, Kohtaro Hitomi wrote: >In file included from ../../src/lyxtextclass.h:21, > from ../../src/bufferparams.h:23, > from ../../src/lyxrc.h:19, > from formulabase.C:27: > >../../src/s

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-02-27 Thread Andre Poenitz
On Thu, Feb 27, 2003 at 09:26:20PM +, A.P.Manners wrote: > Unless someone knows otherwise (knows how to instruct boost to get > around the missing header files in std) I would conclude that boost is > preventing lyx from being built with gcc 2.95.2. 2.95.3 works fairly well under Linux, though

Re: CJK-LyX-1.3.0

2003-02-27 Thread Kohtaro Hitomi
Thank you, Angus. I succeed to compile xforms-i18n. But I cannot compile CJK-LyX-1.3.0 with the flowing message, In file included from ../../src/lyxtextclass.h:21, from ../../src/bufferparams.h:23, from ../../src/lyxrc.h:19

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-02-27 Thread A.P.Manners
Angus Leeming wrote: > > A.P.Manners wrote: > > > Lyx 1.3.0 appears to be unbuildable on Solaris 2.6 because of boost. > > Others seem to be reporting problems with boost on Solaris 2.6 although, > > cursiously, not the same problems as I am experiencing. Is th

Re: No display of math symbols with lyx 1.3.0 (fixed)

2003-02-27 Thread John Levon
On Thu, Feb 27, 2003 at 03:22:05PM -0500, Kostas Oikonomou wrote: > John, perhaps I'm being a bit slow about this, but since I don't have an > anti-aliased Qt, what do I do to solve my problem? I have no idea. Perhaps Dekel's patch to the maths symbols file was broken ? Dekel ? john

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread John Levon
On Thu, Feb 27, 2003 at 09:16:16AM -0500, Dr. Richard E. Hawkins wrote: > No, the current lyx license just plain isn't correct (as a legal issue). > I wrote the prior qualifications a few years ago, but John replaced that > with what it says now. The problem is that that's just not what the law >

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Andre Poenitz
On Thu, Feb 27, 2003 at 11:16:27AM -0500, Dr. Richard E. Hawkins wrote: > Last time around, we figured that contacting them all would be an > impossibility (we're not even sure who they are for some of the early > stuff). For some of the early stuff it's not that interesting as certain pieces don

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Dr. Richard E. Hawkins
On Thu, Feb 27, 2003 at 03:25:07PM +0100, Edwin Leuven wrote: > > the hole cannot be fixed without permission of all contributors. > so why not get it and fix the license? Last time around, we figured that contacting them all would be an impossibility (we're not even sure who they are for some of

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Stephan Witt
Dr. Richard E. Hawkins wrote: My original writing came in response to the "critical bug" at debian (license impurity). Lars included the paragraphs sometime while I was at Iowa State, which means sometime between 1996-1999. I don't know when the change to the current, legally wrong, claim of lic

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Dr. Richard E. Hawkins
On Thu, Feb 27, 2003 at 03:43:18PM +0100, Andre Poenitz wrote: > On Thu, Feb 27, 2003 at 09:36:50AM -0500, Dr. Richard E. Hawkins wrote: > > > GPL with "may be linked to whatever"? > > It's very close to this. I sat down, analyzed what happened, applied > > the law, and wrote the qualification to

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Andre Poenitz
On Thu, Feb 27, 2003 at 09:36:50AM -0500, Dr. Richard E. Hawkins wrote: > > GPL? (probably not) > > GPL with "may be linked to xforms"? > > GPL with "may be linked to whatever"? > > It's very close to this. I sat down, analyzed what happened, applied > the law, and wrote the qualification to the

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Dr. Richard E. Hawkins
On Thu, Feb 27, 2003 at 03:24:03PM +0100, Andre Poenitz wrote: > On Thu, Feb 27, 2003 at 09:18:02AM -0500, Dr. Richard E. Hawkins wrote: > > > But that would still mean you need approval of all contributors to change > > > the licence, wouldn't it? > > No. Permission was never obtained to switch

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Angus Leeming
Dr. Richard E. Hawkins wrote: > On Thu, Feb 27, 2003 at 02:17:43PM +0100, Ruurd Reitsma wrote: >> "Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > Did you check the various licenses to make sure that you have the >> > right to distribute this? And what abo

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Andre Poenitz
On Thu, Feb 27, 2003 at 09:18:02AM -0500, Dr. Richard E. Hawkins wrote: > > But that would still mean you need approval of all contributors to change > > the licence, wouldn't it? > > No. Permission was never obtained to switch to the current purported > license. Lyx has always had a big hole in

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Edwin Leuven
> the hole cannot be fixed without permission of all contributors. so why not get it and fix the license?

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Dr. Richard E. Hawkins
On Thu, Feb 27, 2003 at 03:04:09PM +0100, Andre Poenitz wrote: > On Thu, Feb 27, 2003 at 08:39:21AM -0500, Kuba Ober wrote: > > I can compile it for you using latest commercial Qt3 (enterprise) as long as > > you put proper exclusion in the license. > > I have done it several times with other sof

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Dr. Richard E. Hawkins
On Thu, Feb 27, 2003 at 02:17:43PM +0100, Ruurd Reitsma wrote: > "Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Did you check the various licenses to make sure that you have the > > right to distribute this? And what about the Qt license? > To be honest, I

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Angus Leeming
Andre Poenitz wrote: > On Thu, Feb 27, 2003 at 08:39:21AM -0500, Kuba Ober wrote: >> I can compile it for you using latest commercial Qt3 (enterprise) as long >> as you put proper exclusion in the license. >> >> I have done it several times with other software, and it's perfectly OK >> (legal). >

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
> I can compile it for you using latest commercial Qt3 (enterprise) as long as > you put proper exclusion in the license. > > I have done it several times with other software, and it's perfectly OK > (legal). > > Since lyx compiles on gcc 3.2, it should compile with little problem on bcc5.5 > that

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Andre Poenitz
On Thu, Feb 27, 2003 at 08:39:21AM -0500, Kuba Ober wrote: > I can compile it for you using latest commercial Qt3 (enterprise) as long as > you put proper exclusion in the license. > > I have done it several times with other software, and it's perfectly OK > (legal). But that would still mean y

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Kuba Ober
> > Did you check the various licenses to make sure that you have the > > right to distribute this? And what about the Qt license? > > To be honest, I have no rights to do this. So, please don't sue me ;-) > The licence should be extended in the some fashion as it was extended for > xforms. The que

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you check the various licenses to make sure that you have the > right to distribute this? And what about the Qt license? To be honest, I have no rights to do this. So, please don't sue me ;-) The licence shoul

  1   2   3   4   5   >