> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> commit all your patches. On 3 Mar 2000, Jean-Marc Lasgouttes
Allan> wrote:
>> * Gcc 2.8.1: things seems to works except that, since there is no
>> namespace support, everything is declared in global namespace. The
>> solution is to add
commit all your patches.
On 3 Mar 2000, Jean-Marc Lasgouttes wrote:
> * Gcc 2.8.1: things seems to works except that, since there is no
> namespace support, everything is declared in global namespace. The
> solution is to add a few #ifdef in PopupBase.h and Popups.h. If done
> correclty, i
Here is a small report on my efforts to build the rae branch on gcc
2.8.x and compaq cxx 6.1.
* Gcc 2.8.1: things seems to works except that, since there is no
namespace support, everything is declared in global namespace. The
solution is to add a few #ifdef in PopupBase.h and Popups.h. If d