>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> o On Tru64 Unix with cxx, you may have a compilation error in Angus> lyx_main.C if you have GNU gettext installed. This is due to a Angus> bug in gettext. To solve this, you can either (1) configure Angus> with --with-included-gettext or (2) add -D__STDC__ to cxx Angus> flags. Angus> Jean-Marc, is there any difference between -D__STDC_ and -std Angus> strict_ansi. Ie, if we tell users to compile with cxx -std Angus> strict_ans should this gettext bug just go away? I think we should just remove this, indeed. JMarc