Re: [patch] add version info to the lyx executable

2007-08-14 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > I committed a slightly less intrusive patch: > http://www.lyx.org/trac/changeset/19537 > http://www.lyx.org/trac/changeset/19538 > > in order to check "make dist", I had to commit a slight fix: > http://www.lyx.org/trac/changeset/19536 Thanks, JMarc

Re: [patch] add version info to the lyx executable

2007-08-13 Thread Enrico Forestieri
On Mon, Aug 13, 2007 at 04:34:24PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Doh! You're right. Of course the same applies to lines 6 and 7. I used > > a temp var initially, then replaced it with an existing one in order > > to avoid clutter in the n

Re: [patch] add version info to the lyx executable

2007-08-13 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Doh! You're right. Of course the same applies to lines 6 and 7. I used > a temp var initially, then replaced it with an existing one in order > to avoid clutter in the namespace, but didn't realize that there was > a further simplification. Now I am

Re: [patch] add version info to the lyx executable

2007-08-13 Thread Enrico Forestieri
On Mon, Aug 13, 2007 at 12:16:46AM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > >> +[lyx_major=`echo $PACKAGE_VERSION | sed -e 's/[[.]].*//'` > >> + lyx_minor=`echo $PACKAGE_VERSION | sed -e "s/^$lyx_major//" -e 's/^.//'` > >> + lyx_release=$lyx_minor > >

Re: [patch] add version info to the lyx executable

2007-08-12 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: >> +[lyx_major=`echo $PACKAGE_VERSION | sed -e 's/[[.]].*//'` >> + lyx_minor=`echo $PACKAGE_VERSION | sed -e "s/^$lyx_major//" -e 's/^.//'` >> + lyx_release=$lyx_minor >> + lyx_minor=`echo $lyx_release | sed -e 's/[[.]].*//'` >> + lyx_release=`echo $ly

Re: [patch] add version info to the lyx executable

2007-08-12 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 11:53:06PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Please find attached a revised patch. This time I checked that dist > > actually works. > > Could you please streamline the code below? > > +[lyx_major=`echo $PACKAGE_VER

Re: [patch] add version info to the lyx executable

2007-08-12 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Please find attached a revised patch. This time I checked that dist > actually works. Could you please streamline the code below? +[lyx_major=`echo $PACKAGE_VERSION | sed -e 's/[[.]].*//'` + lyx_minor=`echo $PACKAGE_VERSION | sed -e "s/^$lyx_major

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 08:00:25PM +0200, Enrico Forestieri wrote: > On Sat, Aug 11, 2007 at 07:00:23PM +0200, Jean-Marc Lasgouttes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > The attached patch adds icons and version information (which shows up > > > when opening the 'p

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 08:03:27PM +0200, Enrico Forestieri wrote: > On Sat, Aug 11, 2007 at 07:15:13PM +0200, Lars Gullik Bjønnes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > | Yes, very well. I'm still compiling after the last changes to trunk, > > | but until now it seem

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 07:15:13PM +0200, Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | Yes, very well. I'm still compiling after the last changes to trunk, > | but until now it seems working. I get some warnings from libtool: > | > | libtool: link: warning: un

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 07:00:23PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > The attached patch adds icons and version information (which shows up > > when opening the 'properties' tab) to the lyx executable on Windows > > when building with autotool

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 05:56:51PM +0200, [EMAIL PROTECTED] wrote: > On Sat, 11 Aug 2007, Joost Verburg wrote: > > > [EMAIL PROTECTED] wrote: > >> What's the status of builing LyX with autotool on Windows? Does it work? > >> Well? > > > > For the Windows releases, LyX is compiled with MSVC usi

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | Yes, very well. I'm still compiling after the last changes to trunk, | but until now it seems working. I get some warnings from libtool: | | libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries --disable-shared

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > The attached patch adds icons and version information (which shows up > when opening the 'properties' tab) to the lyx executable on Windows > when building with autotools. > > It is intended for branch, as after the earthquake it doesn't apply > anym

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, Joost Verburg wrote: [EMAIL PROTECTED] wrote: What's the status of builing LyX with autotool on Windows? Does it work? Well? For the Windows releases, LyX is compiled with MSVC using the SCons build system. MSVC projects are also used to compile all the dependencies.

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 04:48:01PM +0200, [EMAIL PROTECTED] wrote: > On Sat, 11 Aug 2007, [EMAIL PROTECTED] wrote: > > > On Sat, 11 Aug 2007, Enrico Forestieri wrote: > > > >> The attached patch adds icons and version information (which shows up > >> when opening the 'properties' tab) to the ly

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Joost Verburg
[EMAIL PROTECTED] wrote: What's the status of builing LyX with autotool on Windows? Does it work? Well? For the Windows releases, LyX is compiled with MSVC using the SCons build system. MSVC projects are also used to compile all the dependencies. Joost

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, [EMAIL PROTECTED] wrote: On Sat, 11 Aug 2007, Enrico Forestieri wrote: The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. What's the status of builing

[O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, Enrico Forestieri wrote: The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. What's the status of builing LyX with autotool on Windows? Does it work? Well?

[patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. It is intended for branch, as after the earthquake it doesn't apply anymore to trunk. I'll wait for the aftershocks before adaptin