link error

1999-04-27 Thread flatmax
Hi, I have been trying to link the pre3 release for a sun sparc solaris arch. I use the same configure options which gave a succesfull compile for the pre1 release, but get the following link error : Undefined first referenced symbol in file _nl

Re: Bug report, VC, (on version 1.0.1)

1999-04-27 Thread Pierre-Henri Boinnard
On 10 Apr 1999, Lars Gullik Bjønnes wrote: ... > It seems to work by just quoteing the filename. > > That is the fix I put in cvs. Preliminary tests show that Register > works, as does Edit. So RCS does seem to handle filenames with spaces. > > Please verify that the cvs version works. > >

Re: Translation...

1999-04-27 Thread Amir Karger
On Tue, Apr 27, 1999 at 08:40:25PM +, claudio wrote: > Hello, I'm Claudio and I'm translating Tutorial , a simple question : > can give me another definition of "tab stops" ?? I don't know how to > explain... Hm. Good question. Tab stops are the place where the cursor stops when you hit tab.

Translation...

1999-04-27 Thread claudio
Hello, I'm Claudio and I'm translating Tutorial , a simple question : can give me another definition of "tab stops" ?? I don't know how to explain... And what "What the heck is Latex?" ?? For the addendum in DocStyle Sheet, for now I have no time, but I hope to make it soon. Bye, Claudio -- Vis

Re: GTK/gnome port

1999-04-27 Thread Lars Gullik Bjønnes
>> Richard E Hawkins Esq writes: REHE> However, I think this would give us two licenses (the current REHE> & the GPL), rather than just GPL--we wouldn't be able to make REHE> GPL the sole license and block the use of linking to REHE> non-assimilable code. Naaa we are GPL now, and wi

Re: bug report: lyx crashes on export

1999-04-27 Thread Jean-Marc Lasgouttes
> "Jose" == Jose R Alvarez <[EMAIL PROTECTED]> writes: Jose> I also get the same error with LyX 1.0.1 from Debian package Jose> "lyx-1.0.1-1.deb" (it comes from Debian 2.2) on a i386 system Jose> runing Debian 2.1. Jose> The error ocurs *only* when using messages in Spanish (don't Jose> know

Re: GTK/gnome port

1999-04-27 Thread Richard E. Hawkins Esq.
owen 'owled, > > There is an intention that LyX will be able to use several toolkits, > > among which GTK/Gnome. However, this work has not begun yet (what is > > done is the beginning of toolkit independance in the code). > would this theorhetically then make Lyx fully GPL? which does open i

Re: bug report: lyx crashes on export

1999-04-27 Thread Jose R. Alvarez
Ivan Fernández wrote: > I think I found a bug in Lyx; I noticed it in 1.0.1, so I downloaded > 1.0.2pre1 in case it was fixed, but it is still there. Lyx crashes > whenever I try to use the File|Export feature (export as anything, I > have tried it with all four options). I compiled it in my RedHa

Re: truth about other toolkits

1999-04-27 Thread Asger K. Alstrup Nielsen
> For full disclosure, I suppose it bears mentioning that the first release > of a toolkit independent version of LyX, the next generation, is at least > (6, 9, 12, 18? -- fill in the blank) months away. I haven't seen that > reality pointed out here often enough. KLyX was flying after a few mon

truth about other toolkits

1999-04-27 Thread larry
We receive inquiries here regularly from persons interested in porting LyX to another toolkit. We tell them that toolkit independence is a goal of the development effort, but that no one is working on a, e.g., Gtk port right now. For full disclosure, I suppose it bears mentioning that the first

Re: Wishlist: Special Chars

1999-04-27 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes: Peter> HiYa! Peter> Since 1.0.2 is at the door, the developers surely have a lot of Peter> time for 1.1 the next time :-) So now it's time to bore them Peter> with wishes for the new toy. Peter> What I do miss is native support for

Re: GTK/gnome port

1999-04-27 Thread Jean-Marc Lasgouttes
> "Owen" == Owen Cliffe <[EMAIL PROTECTED]> writes: >> There is an intention that LyX will be able to use several >> toolkits, among which GTK/Gnome. However, this work has not begun >> yet (what is done is the beginning of toolkit independance in the >> code). Owen> would this theorhetical

Re: GTK/gnome port

1999-04-27 Thread Owen Cliffe
On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: > > "Owen" == Owen Cliffe <[EMAIL PROTECTED]> writes: > > Owen> could you tell me if there is any intention to port LyX to a > Owen> GTK/Gnome style frontend? (or to ditch the non-free toolkit in > Owen> favour of a free/GPL one) > > There is

Re: build alteration to file : insetbib.C

1999-04-27 Thread Jean-Marc Lasgouttes
> "Matt" == flatmax <[EMAIL PROTECTED]> writes: Matt> Oh - I've been compiling pre1 ! Is there much difference Matt> between pre1 and pre3 ? Mainly bugfixes (some of them interesting, e.g. the font keyboard shortcuts now toggle correctly). There is some french documentation too, but I doub

Re: build alteration to file : insetbib.C

1999-04-27 Thread flatmax
Oh - I've been compiling pre1 ! Is there much difference between pre1 and pre3 ? On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: > > "flatmax" == flatmax <[EMAIL PROTECTED]> writes: > > flatmax> To compile the file : insetbib.C on a sun solaris number > flatmax> ... I had to alter : funct

Re: GTK/gnome port

1999-04-27 Thread Jean-Marc Lasgouttes
> "Owen" == Owen Cliffe <[EMAIL PROTECTED]> writes: Owen> could you tell me if there is any intention to port LyX to a Owen> GTK/Gnome style frontend? (or to ditch the non-free toolkit in Owen> favour of a free/GPL one) There is an intention that LyX will be able to use several toolkits, amo

GTK/gnome port

1999-04-27 Thread Owen Cliffe
could you tell me if there is any intention to port LyX to a GTK/Gnome style frontend? (or to ditch the non-free toolkit in favour of a free/GPL one) regards owen cliffe

Re: build alteration to file : insetbib.C

1999-04-27 Thread Jean-Marc Lasgouttes
> "flatmax" == flatmax <[EMAIL PROTECTED]> writes: flatmax> To compile the file : insetbib.C on a sun solaris number flatmax> ... I had to alter : function :LString InsetBibtex::getKeys() flatmax> alteration : while (! feof((FILE*)file)) { from : while (! flatmax> feof(file)) { Hello, thank