> "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
> "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>
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
===
> "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
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
> "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
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