Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> This was a problem with Angus' cxx. Angus, should I remove the >> cast, use const_cast or define char const * lyx_dir = LYX_DIR; Angus> That certainly works. No problems at all compiling this with Ang

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Jean-Marc Lasgouttes
> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: Albert> While building 1.3.4 on IRIX 6.5 with the SGI C++ compiler: Albert> cc-3115 CC: ERROR File = ../src/lyx_main.C, Line = 372 Albert> static_cast cannot cast away "const" or other type qualifiers. Albert>

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > This was a problem with Angus' cxx. Angus, should I remove the cast, > use const_cast or define > char const * lyx_dir = LYX_DIR; That certainly works. No problems at all compiling this with cxx: Index: lyx_main.C ===

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Lars> | Angus> Jean-Marc, has this one slipped through your net? (It Lars> isn't | Angus> needed in the HEAD versio

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> Jean-Marc, has this one slipped through your net? (It isn't | Angus> needed in the HEAD version.) > | No, I was pondering why the cast is needed at all. > | I think I will just s

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, has this one slipped through your net? (It isn't Angus> needed in the HEAD version.) No, I was pondering why the cast is needed at all. I think I will just stop pondering and apply it :) JMarc

Re: 1.3.4 patch for SGI C++ compiler

2004-04-22 Thread Angus Leeming
Jean-Marc, has this one slipped through your net? (It isn't needed in the HEAD version.) Angus On Monday 12 April, Albert Chin wrote: > While building 1.3.4 on IRIX 6.5 with the SGI C++ compiler: > cc-3115 CC: ERROR File = ../src/lyx_main.C, Line = 372 > static_cast cannot cast away "const" or