Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread José Abílio Oliveira Matos

On Thursday 29 August 2002 14:58, Jean-Marc Lasgouttes wrote:
>
> I will not have time to put it there myself until Sep 13. So you'd
> better ask lars to do it. Make sure to nname it (and the rh 6.2 one)
> using the same scheme we had for 1.2.0.

  Ok it should be lyx-1.2.1-1rh73-xforms089.i386.rpm, and the present one 
should be renamed lyx-1.2.1-1rh62-xforms088.i386.rpm

> JMarc

-- 
José Abílio



Re: Recompiling lyx on RH 7.3 (was Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread Andre Poenitz

On Thu, Aug 29, 2002 at 08:49:51AM -0500, Paul Johnson wrote:
> I'm willing, unable!
> 
> I have gcc3-3.0.4 for c++. Is there a known problem there? rebuild ends:

Change the offending line to

return os.str().c_str();

and/or

  ./configure  --without-included-string

> I'm good at C and Java, but don't know any C++ so don't even understand 
> the error message.

Even if you did it is not obvious that LyX's string is sometimes not
std::string...

Andre'

PS: Please quote only the relevant parts of the message you are responding
to. People who need the full message can go to the archives. And please
write _below_ the parts you are quoting as it is easier to read top-down
(context, then your remark) than vice versa.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread Jean-Marc Lasgouttes

> "Jose" == =?iso-8859-15?q?Jos=E9=20Ab=EDlio=20Oliveira=20Matos?=   
>writes:

Jose> Jean-Marc, I have recompiled lyx-1.2.1 for redhat 7.3 and xforms
Jose> 0.89. Can I upload it to ftp.lyx.org?

I will not have time to put it there myself until Sep 13. So you'd
better ask lars to do it. Make sure to nname it (and the rh 6.2 one)
using the same scheme we had for 1.2.0.

JMarc



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread José Abílio Oliveira Matos

Jean-Marc,
I have recompiled lyx-1.2.1 for redhat 7.3 and xforms 0.89. Can I upload it 
to ftp.lyx.org?

-- 
José Abílio



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread Olivier Ripoll

Udo Müller wrote:

> When I tried to install the new version of LyX,1.2.1
> with RPM, it was impossible, because RPM told me, it
> needs libstdc++-libc6.1-2.so.3 to work.
> So I caught it from the Web and unzipped it into
> /usr/local/lib, then I linked it into /lib and
> /usr/lib.
>
> The result was the same, nothing worked, as I
> installed it against the advice of RPM. Has anybody a
> solution or does anybody happend the same problem?
>
> Greetings from Berlin, Udo
>

I had some similar problem on my Mandrake 8.2.
rpm complained about not having this "libstdc++-libc6.1-2.so.3" but this
library was actually present on my system in /usr/lib where locate could
find it (and ls too).
So I forced with --nodeps. LyX seems to work (I did this yesterday, so I
haven't had much time to test)

I would think it's the rpm package that has a problem.
(or maybe I should rpm -rebuilddb)

Regards,

Olivier.






Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-29 Thread Renaud MICHEL

Le Mercredi 28 Août 2002 23:53, Udo Müller a écrit :
> When I tried to install the new version of LyX,1.2.1
> with RPM, it was impossible, because RPM told me, it
> needs libstdc++-libc6.1-2.so.3 to work.
> So I caught it from the Web and unzipped it into
> /usr/local/lib, then I linked it into /lib and
> /usr/lib.

I have the same problem, on my system there are the files
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libstdc++-libc6.1-1.so.2
/usr/lib/libstdc++-libc6.2-2.so.3
The two last are symlink to the first, so I made a symlink called 
/usr/lib/libstdc++-libc6.1-2.so.3 that point to 
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so and forced the install. It work 
fine.
Of course the recompilation is the good solution and this is just a hack 
that may not work.

-- 
Renaud Michel

Il ne suffit pas de dire : je me suis trompe ;
il faut dire comment on s'est trompe.

-- Claude Bernard



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:53:54PM +0200, Udo Müller wrote:

> So I caught it from the Web and unzipped it into
> /usr/local/lib, then I linked it into /lib and
> /usr/lib. 

Dont do this, you are likely to mess up your system.

> The result was the same, nothing worked, as I
> installed it against the advice of RPM. Has anybody a
> solution or does anybody happend the same problem?

get the .src.rpm then :

rpm --rebuild lyx-1.2.1.src.rpm

then instsall the binary in /usr/src/redhat/RPMS

(and perhaps you could send back the 7.3 RPM for our ftp site)

regards
john

-- 
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro