Update on Windows build of lyx-1.2.0cvs (please apply patch)

2002-03-14 Thread Kayvan A. Sylvan
== 4) make This time, the make fails at the final link phase for lyx.exe. Now, comment out the AM_MAKEFLAGS line and "make" You now have a working lyx. 5) make install Anyways... Please apply this patch. -- Kayvan A. Sylvan | Proud husband of

lyx-cvs Problem with gcc-3.0.4 compilation on Cygwin

2002-03-15 Thread Kayvan A. Sylvan
.2.0cvs/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Kayvan/src/lyx-1.2.0cvs/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/Kayvan/src/lyx-1.2.0cvs/src' make: *** [all-recursive] Error 1 -- Kayvan A. Sylvan | Proud husband of

Re: Update on Windows build of lyx-1.2.0cvs (please apply patch)

2002-03-15 Thread Kayvan A. Sylvan
On Fri, Mar 15, 2002 at 12:36:56PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> In regards to the WinXP build problem reported earlier (See > Kayvan> http://bugzilla.lyx.org/show_b

Re: cygwin build fix

2002-03-18 Thread Kayvan A. Sylvan
to some other recent change (Jean-Marc?) lyx.exe now needs -ljpeg to link: I put "-ljpeg" in between -lforms and -lXpm in the lyx_ADD line This is a lot closer! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids

Fix to listerrors stuff (backward-portability)

2002-03-19 Thread Kayvan A. Sylvan
In the fine tradition of fixing my bugs AFTER my new stuff gets into CVS: This patch makes the listerrors stuff work with Python-1.5 (while it continues to work with later versions). ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids

mini-patch for xfonts

2002-03-20 Thread Kayvan A. Sylvan
I think this is right... -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: lib/M

math_cursor.C does not compile

2002-03-20 Thread Kayvan A. Sylvan
math_cursor.C:823: warning: #warning This should probably take cellXOffset and cellYOffset into account math_cursor.C: In method `bool MathCursor::interpret(char)': math_cursor.C:1397: implicit declaration of function `int isalpha(...)' ---Kayvan -- Kayvan

Re: mini-patch for xfonts

2002-03-20 Thread Kayvan A. Sylvan
On Wed, Mar 20, 2002 at 01:45:14AM -0800, Kayvan A. Sylvan wrote: > I think this is right... No, it's not. ;-) Sorry for the noise. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/

Re: emacs magic

2002-03-20 Thread Kayvan A. Sylvan
On Wed, Mar 20, 2002 at 07:04:25PM +, Angus Leeming wrote: > Anyone know how to stop emacs automatically indenting namespaces and > extern "C" blocks? > > Angus M-x fundamental-mode ;-) -- Kayvan A. Sylvan | Proud husband of | Father to my kids:

Re: make file cygwin take two

2002-03-20 Thread Kayvan A. Sylvan
I have not tracked down yet), but I can build lyx on WinXP again! Thank you, Lars. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg35111/pgp0.pgp Description: PGP signature

Re: make file cygwin take two

2002-03-20 Thread Kayvan A. Sylvan
On Wed, Mar 20, 2002 at 08:11:16PM +, Angus Leeming wrote: > On Wednesday 20 March 2002 8:03 pm, Kayvan A. Sylvan wrote: > > I still have to add "-ljpeg" by hand into src/Makefile (some recent > > change that I have not tracked down yet), but I can build lyx on >

Re: some

2002-03-20 Thread Kayvan A. Sylvan
> regular ar archives: > real34m6.222s > user28m2.530s > sys 1m30.440s > du -sh > 359M. > > So the question is if partial linking is worth it. > IMO it adds unnecessary complexity to the build process, but I am happy since I can now build again on my lapt

Re: listerrors followup

2002-03-21 Thread Kayvan A. Sylvan
tting "parselog=listerrors" in their build-program convertor to find "listerrors" without having to set an additional path element outside of LyX. This would mean that the "listerrors" change has no user-visible impact. ---Kayvan -- Kayvan A.

latest CVS: xforms_helpers.C compile problem

2002-03-22 Thread Kayvan A. Sylvan
xforms_helpers.C -Wp,-MD,.deps/xforms_helpers.TPlo xforms_helpers.C: In function `void updateWidgetsFromLength(FL_OBJECT *, FL_OBJECT *, const LyXLength &, const string &)': xforms_helpers.C:217: `::find' undeclared (first use here) -- Kayvan A. Sylvan | Proud husband of |

Re: latest CVS: xforms_helpers.C compile problem

2002-03-23 Thread Kayvan A. Sylvan
On Sat, Mar 23, 2002 at 08:32:12AM +0100, Herbert Voss wrote: > Kayvan A. Sylvan wrote: > > >Latest CVS does not compile: > > > >g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images > >-I../../../src/ -I../../../src/frontends/ > >-I../../../src

Error with no Bounding Box

2002-03-25 Thread Kayvan A. Sylvan
Latest CVS, a document that was loading just fine as of a few days ago... Now I can no longer ``View Postscript''. Hopefully someone else can see this... ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Assoc

Absolute path of graphics file? (was: Re: Error with no Bounding Box)

2002-03-26 Thread Kayvan A. Sylvan
On Tue, Mar 26, 2002 at 09:20:53AM +0100, Herbert Voss wrote: > Kayvan A. Sylvan wrote: > > >Latest CVS, a document that was loading just fine as of a few days ago... > >Now I can no longer ``View Postscript''. I found the problem. A recent change makes LyX out

Re: lyx & windows xp

2002-03-26 Thread Kayvan A. Sylvan
On Tue, Mar 26, 2002 at 05:02:29PM +0100, Lars Ehrichs wrote: > Kayvan A. Sylvan wrote: > > > > I installed cygwin without tetex and x11. Xwin 5.3. lyx with the > > > setup.exe from cygwin. > > > I edited the lyxconfig and the startupbatchfile. When I start ly

Re: Absolute path of graphics file?

2002-03-26 Thread Kayvan A. Sylvan
On Tue, Mar 26, 2002 at 05:31:52PM +0100, Herbert Voss wrote: > Angus Leeming wrote: > > >On Tuesday 26 March 2002 4:11 pm, Kayvan A. Sylvan wrote: > > > >>On Tue, Mar 26, 2002 at 09:20:53AM +0100, Herbert Voss wrote: > >> > >>>Kayvan A. Sylvan wr

Re: Absolute path of graphics file?

2002-03-26 Thread Kayvan A. Sylvan
On Tue, Mar 26, 2002 at 04:55:26PM +, Angus Leeming wrote: > On Tuesday 26 March 2002 4:50 pm, Kayvan A. Sylvan wrote: > > On Tue, Mar 26, 2002 at 05:31:52PM +0100, Herbert Voss wrote: > > > Angus Leeming wrote: > > > >On Tuesday 26 March 2002 4:11 pm, Kayvan A

Re: Absolute path of graphics file?

2002-03-26 Thread Kayvan A. Sylvan
// if it's a zipped one, than let LaTeX do the rest!!! string filename_ = MakeAbsPath(params().filename, buf->filePath()); + filename_ = os::external_path(filename_); bool const zipped = zippedFile(filename_); if ((zipped && params().noUnzip) || b

Re: Absolute path of graphics file?

2002-03-26 Thread Kayvan A. Sylvan
x file. I think the right place is in the output to stream. > > > > JMarc > > Fair enough. > > Kayvan, this patch works for me. Does it work for you? Compiling. Will let you know in about a half hour (I blew away my lyx-build directory in a hasty display of "cleaning up&qu

Re: Absolute path of graphics file?

2002-03-26 Thread Kayvan A. Sylvan
x file. I think the right place is in the output to stream. > > > > JMarc > > Fair enough. > > Kayvan, this patch works for me. Does it work for you? Yes, it works for me. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Lau

Re: LyX 1.2.0pre1

2002-03-30 Thread Kayvan A. Sylvan
d be as easy as the Linux build process (in fact, it could be done via RPM then). Right now, I have to ./configure and add the -ljpeg by hand. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabel

Re: ftp lyx-1.2.0pre1

2002-03-31 Thread Kayvan A. Sylvan
he shell syntax for inserting process output. Probably something like $$files was meant... ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~

Re: LyX 1.2.0pre1

2002-03-31 Thread Kayvan A. Sylvan
On Sun, Mar 31, 2002 at 04:49:29PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > > | | On Sat, Mar 30, 2002 at 01:36:05AM +0100, Lars Gullik Bjønnes wrote: > >&

Re: ftp lyx-1.2.0pre1 (forgot to cc to the list

2002-04-01 Thread Kayvan A. Sylvan
xist. > MenuItem(): LyX command `help-Texinfo' does not exist. > MenuItem(): LyX command `reference-next' does not exist. > MenuItem(): LyX command `bookmark-save 1' does not exist. > MenuItem(): LyX command `bookmark-save 2' does not exist. > MenuIt

Re: ftp lyx-1.2.0pre1

2002-04-02 Thread Kayvan A. Sylvan
e changed back to $${file}? > > $${files} is the best form, I think. I found one $$files in > lib/Makefile.am, but it is debug output I forgot to remove... I'll > remove it. > > JMarc Yes, $${files} is best. -- Kayvan A. Sylvan | Proud husband of | Father to

Re: input/output filter for zipping of lyx files ?

2002-04-02 Thread Kayvan A. Sylvan
ho $arg | sed 's@.gz$@@'` gunzip $arg if [ $? -ne 0 ] then echo "Error trying to gunzip $arg" exit 1 fi files="${files} ${name}" args="${args} ${name}" ;; *) args="${args} ${arg}" ;; esac done lyx.rea

Re: Please test xforms 0.9999 with lyx 1.2.0cvs and 1.1.6fixcvs

2002-04-02 Thread Kayvan A. Sylvan
o advise to use it as > preferred version. > > Kayvan, could you prepare a set of rpms for it? Yes, I will look at this and create RPMs. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena

Re: input/output filter for zipping of lyx files ?

2002-04-02 Thread Kayvan A. Sylvan
ing and also the following: foo=${11} # the 11th arg bar=$11 # bar is set to the 1st arg followed by "1" Basically, when I use ${var}, then I don't have to think about the form of the variable or what follows it. ---Kayvan -- Kayvan A. Sylvan | Pr

[root@sylvan.com: Cron cd /cvs/lyx; rsync -aCz --delete baywatch.lyx.org::lyxcvs .]

2002-04-02 Thread Kayvan A. Sylvan
FYI: The anoncvs mirror here has been unable to sync all day. Someone should take a look and fix the problem. I would assume something is wedged. - Forwarded message from Cron Daemon <[EMAIL PROTECTED]> - Date: 3 Apr 2002 01:37:04 - From: [EMAIL PROTECTED] (Cron Daemon) To: [...] S

Re: Spec file problem in 1.2pre1

2002-04-06 Thread Kayvan A. Sylvan
x-1.2pre1 > > Regards, > > Walter > > -- > We are kept keen on the grindstone of pain and necessity. > (H.G. Wells) Just take the lyx.xpm from inside the tarball and put it in SOURCES as well. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan As

Re: Pre4

2002-04-24 Thread Kayvan A. Sylvan
I'll be providing an update to the docs regarding Literate Programming support to reflect current reality. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan

Re: pre4 on Win32 linking problem

2002-04-25 Thread Kayvan A. Sylvan
> However, I'm glad that I've even got as far as this on Windows. From > what I've seen on Linux so far, it's looking that the agelong wait for > 1.2.0 was worth it. > > Thanks in advance - Philipp 1.2.0pre4 configure, compiles and links for me. What vers

Literate programming convertors?

2002-04-25 Thread Kayvan A. Sylvan
e to know... Thanks. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg37101/pgp0.pgp Description: PGP signature

patch to Literate Programming sections of Extended.lyx

2002-04-25 Thread Kayvan A. Sylvan
Here is the updated docs. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: Ex

Latest CVS: DVI Update bug!

2002-04-26 Thread Kayvan A. Sylvan
View->Postscript, View->DVI, or event Print functions are not showing any changes. Exiting LyX and re-starting lets you see your latest edits. This was not happening a few days ago. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to m

Re: patch to Literate Programming sections of Extended.lyx

2002-04-26 Thread Kayvan A. Sylvan
On Fri, Apr 26, 2002 at 10:34:00AM +0100, John Levon wrote: > On Fri, Apr 26, 2002 at 12:07:20AM -0700, Kayvan A. Sylvan wrote: > > > Here is the updated docs. > > Applied (do a ChangeLog entry next time ?) > > regards > john Sorry. I almost never forget to d

Re: Latest CVS: DVI Update bug!

2002-04-26 Thread Kayvan A. Sylvan
appen. I have not tried narrowing it down any more. I culled this small example from some large documents where this was happening. Can you reproduce this? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura

Re: Latest CVS: DVI Update bug!

2002-04-26 Thread Kayvan A. Sylvan
ng. I don't see LaTeX being run at all in some cases after the initial run to generate the DVI file. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg37192/pgp0.pgp Description: PGP signature

Re: mathematical epsilon symbol

2002-04-26 Thread Kayvan A. Sylvan
he X servers machine, or on the machine > of some font server which the X server has been told to query (which > could in general be a third machine...) The only thing that would happen in this case is the fonts would not display because of the invalid path. No big deal. -- Kayvan A. S

Compiling with gcc-3.2 (CVS gcc)

2002-04-26 Thread Kayvan A. Sylvan
nction `_ZNSt15underflow_errorD0Ev': /home/Kayvan/src/gcc-build/i686-pc-cygwin/libstdc++-v3/include/bits/stl_threads.h:122: undefined reference to `___gxx_personality_v0' /usr/local/gcc3-cvs/lib/libstdc++.a(codecvt.o): In function `_ZNSt23__codecvt_abstract_baseIcc9mbstate_tED0Ev'

Re: Compiling with gcc-3.2 (CVS gcc)

2002-04-27 Thread Kayvan A. Sylvan
On Sat, Apr 27, 2002 at 09:08:43PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | Trying to link on Cygnus with gcc-3.2cvs, I get the following errors > | on link: > > Why not do this with gcc-3.1. 3.2 is not someth

Re: A WinXP patch

2002-04-28 Thread Kayvan A. Sylvan
regards > john > In procmailrc: :0 * Content-Type: (text/html)|(multipart/alternative) * B ?? TVqQAAMEA /dev/null -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com

Re: viruses

2002-04-29 Thread Kayvan A. Sylvan
URLs, if they link to some place stable, at least have a fighting > chance. I disagree. Attachments are convenient and a message with a patch attached is self-contained and can be stored in the mail archives for later retrieval. No need to refer to external URL's (which may or ma

Update DVI bug still there

2002-04-30 Thread Kayvan A. Sylvan
Is there anyone working on the Update->DVI bug? I am running into it regularly in my work with latest CVS LyX. This is a 1.2.0 blocker IMO. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabe

Re: 1.2.0

2002-04-30 Thread Kayvan A. Sylvan
a couple of others. Basically, from scanning the status line, I see that LaTeX is not run and the out of date DVI file is left alone. What has changed recently? I can probably start going back in CVS and see if I can isolate the change if no one has any concrete ideas. -- Kayvan A. Sylvan

Re: Update DVI bug still there

2002-04-30 Thread Kayvan A. Sylvan
gate. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg37434/pgp0.pgp Description: PGP signature

Re: Update DVI bug still there

2002-04-30 Thread Kayvan A. Sylvan
exists Read dep: /net/home/kayvan/etc/scouts/lyx//../img/garf2.eps 3732986742 938383314 Updating DepTable... /net/home/kayvan/etc/scouts/lyx//../img/garf2.eps same mtime Finished updating DepTable (0 sec). return no_change TextCache: BufferView::buffer -- Kayvan A. Sylvan | Proud

Re: [Bug 359] Compose key broken

2002-04-30 Thread Kayvan A. Sylvan
;> It certainly is not. > >> I use it all the time... > > > | Then maybe you should consider why it's broken for Ron before you > | go stomping all over the bug. > > > | Oh, I forgot ... you don't care > > Sure I care. > But I cannot

Re: Update DVI bug still there

2002-04-30 Thread Kayvan A. Sylvan
uper simple lyx files only (especially > at first) I have reduced the testcase to this file: No preamble, no special stuff, just an inserted graphic. The LyX and eps file are attached. The sequence that makes the bug happen: Update->DVI change the "Foo" into "XFoo" Update-

Re: [MAILER-DAEMON@wierdlmpc.msci.memphis.edu] failure notice

2002-04-30 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 09:08:40AM +0200, Lars Gullik Bjønnes wrote: > Mate Wierdl <[EMAIL PROTECTED]> writes: > > | So then removing attachments is just snakeoil: viruses are > | application/octet-stream. > > Doeas all virii use octet-stream? I think not. > > | As for size restriction: it is a

Re: relyx & bugzilla

2002-04-30 Thread Kayvan A. Sylvan
me. I won't get it done for a week or two, but I will get it done. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gre

Re: Update DVI bug still there

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 05:22:15AM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Wed, May 01, 2002 at 04:42:06AM +0200, Lars Gullik Bjønnes wrote: > >> | [[Now, I insert "X" in the LyX

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
in builds. The RPM uses ``configure --with-included-string'', but when I was doing my Cygwin builds, I was just doing a plain configure. I now did the same with patch2 and it also works. So, Lars, Angus, whoever else, please pick one of these patches and apply to CVS. Thanks!

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
before `=' lyxstring.C:1758: `c' undeclared (first use this function) lyxstring.C:1758: `eof' undeclared (first use this function) lyxstring.C:1758: `ctype' undeclared (first use this function) lyxstring.C:1758: `ctype_base' undeclared (first use this function) lyxstring.C:1

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
> | lyxstring.C:1764: parse error before `::' > | lyxstring.C:1766: confused by earlier errors, bailing out > > All this because of substandard compiler and library... > > What complier are you using? 2.95.1 on my Linux build machines. ---Kayv

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
> What about this version then: > (and it is probably not correct anymore) Yes, it compiles and links and runs but produces no change (that is, the same misbehavior with the dependency files). -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associate

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 08:08:25PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > >> | lyxstring.C:1764: parse error before `::' > >> | lyxstring.C:1766: confused by earlier errors, bailing out > >&

Re: Solution to the problem of reading old format?

2002-05-01 Thread Kayvan A. Sylvan
changes. I think that newer LyX should not be burdened with supporting older file formats. Instead, convertor scripts should be provided. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Syl

Re: Solution to the problem of reading old format?

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 09:11:51PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Wed, May 01, 2002 at 09:14:15PM +0300, Dekel Tsur wrote: > >> In my opinion, the problems when reading old files (bugs #37

Re: Solution to the problem of reading old format?

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 09:41:05PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Wed, May 01, 2002 at 09:11:51PM +0200, Lars Gullik Bjønnes wrote: > >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> write

Re: Fifth prerelease of LyX 1.2.0

2002-05-03 Thread Kayvan A. Sylvan
his out. > > Please also read the README and UPGRADING. RPMs in ftp://ftp.sylvan.com/pub/lyx -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "cro

Re: Compile error with latest CVS

2002-05-09 Thread Kayvan A. Sylvan
Yes, it's fine now. Thanks for the quick fix. > > -I../../../boost -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce > > -W -Wall -c xforms_resize.C -Wp,-MD,.deps/xforms_resize.TPlo > > xforms_resize.C: In function `const class vector > *> > {anonymous}::leaves_in_tabfolder(FL_OBJECT *)

Re: A IE 6.0 patch

2002-05-13 Thread Kayvan A. Sylvan
On Tue, May 14, 2002 at 08:04:40AM +0200, Herbert Voss wrote: > kayvan wrote: > > > > hey Kayvan, are you working with Outlook?? :-) > > Herbert > > -- > http://www.lyx.org/help/ No, did you get hit with the fake KLEZ virus Email?

HELP! rendering of lists in minipages (Current CVS)

2002-05-14 Thread Kayvan A. Sylvan
s out like: http://www.sylvan.com/~kayvan/jobs/foo.pdf Help!!! As you can tell, this is related to my job search. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena

Re: HELP! rendering of lists in minipages (Current CVS)

2002-05-14 Thread Kayvan A. Sylvan
Thanks -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg37974/pgp0.pgp Description: PGP signature

Re: HELP! rendering of lists in minipages (Current CVS)

2002-05-15 Thread Kayvan A. Sylvan
On Wed, May 15, 2002 at 09:52:31AM +0200, Juergen Vigna wrote: > > On 14-May-2002 Kayvan A. Sylvan wrote: > > Maybe someone can help me here. It's kind of urgent. > > > > I have two minipages, side by side, with some unordered lists inside each > > minipage

Re: HELP! rendering of lists in minipages (Current CVS)

2002-05-15 Thread Kayvan A. Sylvan
psed false > >> Senior Software Configuration Management > > Well it seems this is read wrong isn't it? I had 0pt in the > width box of the minipage when I read the resume file! > Exactly! This is a reading bug, but I am not sure if it will bite any of our users. How doe

Re: make rpmdist

2002-05-16 Thread Kayvan A. Sylvan
make[4]: *** No rule to make target `libqt2xforms.la.c', needed by `distdir'. > > Andre' ``make rpmdist'' is used by my automated daily builds all the time. No problems here. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Assoc

Re: make rpmdist

2002-05-16 Thread Kayvan A. Sylvan
, it does not work in ../lyx-build for reasons that I can not fathom. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg38067/pgp0.pgp Description: PGP signature

Re: make rpmdist

2002-05-16 Thread Kayvan A. Sylvan
here isn't any in the .tar.gz... Yes, there is one in the tarball. > How does rpm now what spec file to use? It looks for a spec file in the tarball. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Kather

Re: make rpmdist

2002-05-16 Thread Kayvan A. Sylvan
On Thu, May 16, 2002 at 05:36:16PM +0200, Andre Poenitz wrote: > On Thu, May 16, 2002 at 08:16:52AM -0700, Kayvan A. Sylvan wrote: > > > How does rpm now what spec file to use? > > > > It looks for a spec file in the tarball. > > Ok. It works when build with sour

Re: wrappers for xforms cont.

2002-05-16 Thread Kayvan A. Sylvan
On Thu, May 16, 2002 at 05:47:10PM +0100, John Levon wrote: > On Thu, May 16, 2002 at 05:43:00PM +0200, Andre Poenitz wrote: > > > - better .tex -> .lyx coversion > > Luckily independent (you mean python-relyx yes ?) Yes. That's mine. ---K

compile problem

2002-05-22 Thread Kayvan A. Sylvan
Latest CVS, ./configure --with-included-string: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost -isystem +/usr/X11R6/include -O2 -m486 -fno-strength-reduce -W -Wall -c insetgraphics.C +-Wp,-MD,.deps/insetgraphics.TPlo In file included from ../../src/insets/inset.h:19,

Patch for lyx.spec.in for 1.3.0cvs

2002-05-23 Thread Kayvan A. Sylvan
Since we are in a forward-moving mood in the CVS, here is my small contribution to the future death of lyxstring. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan

CVS auto-build failure

2002-05-26 Thread Kayvan A. Sylvan
error near unexpected token `PKG_CHECK_MODULES(GNOME_FRONTEND,' ./configure: ./configure: line 9353: `PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)' make: *** [config.status] Error 2 BUILD FAILED: lyx rpm - End forwarded message ----- --

Re: GUII branch

2002-05-26 Thread Kayvan A. Sylvan
On Mon, May 27, 2002 at 02:52:44AM +0200, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | OK we clearly need a GUII branch now, so people can see how the whole > | thing hangs together (this means you Lars ;) > > > | Can you make one Lars > > If this is so that you can

Re: cnfigure error

2002-05-27 Thread Kayvan A. Sylvan
On Mon, May 27, 2002 at 10:54:09AM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | on a clean checkout of curretn cvs I get > > > > > | checking for IceConnectionNumber in -lICE... yes > | checking for XOpenIM... yes > | ./configure: line 11266: syntax error ne

Re: Try File->New with 1.3.0cvs

2002-05-27 Thread Kayvan A. Sylvan
All compatibility hacks should be moved to external file converters. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin G

I seem to have missed the 1.2.0 announcement

2002-05-27 Thread Kayvan A. Sylvan
Did I miss the announcement, or was it not announced? Should I prepare RPMs? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan

Re: cnfigure error

2002-05-27 Thread Kayvan A. Sylvan
On Tue, May 28, 2002 at 02:30:55AM +0100, John Levon wrote: > On Mon, May 27, 2002 at 05:49:47PM -0700, Kayvan A. Sylvan wrote: > > > It fails for me too, and I guess I missed the fix as well. What do I > > need to do? > > It should be OK now if you ./autogen.sh agai

Re: graphics stuff

2002-05-28 Thread Kayvan A. Sylvan
tml It is, of course, generated by LyX. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg38538/pgp0.pgp Description: PGP signature

Re: lyx 1.2.0 rpms

2002-05-28 Thread Kayvan A. Sylvan
On Tue, May 28, 2002 at 05:59:53PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> On Tue, May 28, 2002 at 01:31:02PM +0100, Milos Komarcevic > Kayvan> wrote: > >> > >

Re: Why is 1.2.0 not announced yet??

2002-05-29 Thread Kayvan A. Sylvan
On Wed, May 29, 2002 at 05:52:28PM +0100, John Levon wrote: > On Wed, May 29, 2002 at 09:48:27AM -0700, Kayvan A. Sylvan wrote: > > > A complete nit, but is it "the LyX team is pleased to announce"? The team > > is one entity. Am I wrong? > > You're pr

compile error in GraphicsImageXPM.C

2002-05-29 Thread Kayvan A. Sylvan
Latest CVS: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem +/usr/X11R6/include -O2 -m486 -fno-strength-reduce -W -Wall -c +GraphicsImageXPM.C -Wp,-MD,.deps/GraphicsImageXPM.TPlo GraphicsImageXPM.C: In method `void grfx::GImageXPM::load(const string &, +boost::shared_ptr,in

Latest CVS: failed to compile Tooltips.C

2002-05-31 Thread Kayvan A. Sylvan
instantiated from here ../../../boost/boost/function/function_template.hpp:127: `*f' cannot be used as +a function Tooltips.C: In method `Tooltips::Tooltips()': Tooltips.C:125: use of class template `template -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associ

automated CVS build fails: Tooltips.C

2002-06-01 Thread Kayvan A. Sylvan
Error 2 make[2]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.3.0cvs/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.3.0cvs' Bad exit status from /var/tmp/rpm-tmp.28241 (%build) make: *** [rpmdist] Error 1 BUILD FAILED:

Which version of autotools?

2002-06-03 Thread Kayvan A. Sylvan
. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) msg39024/pgp0.pgp Description: PGP signature

rpm.README

2002-06-05 Thread Kayvan A. Sylvan
Lars or Jean-Marc, Can you update the attached on the LyX sites? It mentions the Redhat-6.2 broken egcs compiler. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan

Re: rpm.README

2002-06-06 Thread Kayvan A. Sylvan
On Thu, Jun 06, 2002 at 11:25:28AM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> Lars or Jean-Marc, Can you update the attached on the LyX > Kayvan> sites? > > Done.

Re: Images in 1.2.0/Win32

2002-06-12 Thread Kayvan A. Sylvan
aiting any answer ... > Claus > > P.S.: Please mail directly to me because I'm not described in lyx-devel! Hope this helps, ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella

Packaging (make dist) problem?

2002-06-14 Thread Kayvan A. Sylvan
- Forwarded message from Cron Daemon <[EMAIL PROTECTED]> - Date: Fri, 14 Jun 2002 03:00:05 -0700 From: [EMAIL PROTECTED] (Cron Daemon) To: [EMAIL PROTECTED] Subject: Cron bin/lyxrpm [...] cvs server: Updating lib/ui cvs server: Updating po [...] cvs server: Updating sigc++ cvs server: U

Latest CVS compile failed

2002-06-14 Thread Kayvan A. Sylvan
stinset.C:152: `mathlockbg' is not a member of type `LColor' make[4]: *** [math_nestinset.lo] Error 1 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | &q

LyX-1.3.0cvs compile problem on Cygwin

2002-06-15 Thread Kayvan A. Sylvan
from ../../../../../lyx/boost/boost/regex/config.hpp:129, from ../../../../../lyx/boost/libs/regex/src/cpp_regex_traits.cpp:26: /usr/include/g++-3/cwctype:6: wctype.h: No such file or directory make[4]: *** [cpp_regex_traits.lo] Error 1 -- Kayvan A. Sylvan | Proud

LyX 1.3.0 CVS compile on Linux failure

2002-06-15 Thread Kayvan A. Sylvan
onst': math_nestinset.C:152: `mathlockbg' is not a member of type `LColor' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

LyX 1.3.0 CVS compile failures on two platforms

2002-06-26 Thread Kayvan A. Sylvan
rms/.. -I../../../../../lyx/src -isystem /usr/X11R6/include -g -O -W -Wall -c form_aboutlyx.C -Wp,-MD,.deps/form_aboutlyx.TPlo form_aboutlyx.C:16: form_aboutlyx.h: No such file or directory -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laur

Re: LyX 1.3.0 CVS compile failures on two platforms

2002-06-26 Thread Kayvan A. Sylvan
Anyone look into this? I don't know enough about the make process... On Wed, Jun 26, 2002 at 01:37:18AM -0700, Kayvan A. Sylvan wrote: > On Linux, using "make rpmdist": > > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem > +/usr/X11R6/incl

Re: LyX 1.3.0 CVS compile failures on two platforms

2002-06-27 Thread Kayvan A. Sylvan
On Thu, Jun 27, 2002 at 08:47:02AM +0100, Angus Leeming wrote: > On Wednesday 26 June 2002 9:30 pm, Kayvan A. Sylvan wrote: > > Anyone look into this? I don't know enough about the make process... > > > ../../src/lyxtextclass.h:21: lyxlayout_ptr_fwd.h: No such file or >

<    9   10   11   12   13   14   15   >