Re: Compiling rae-branch on gcc 2.8.x or compaq cxx

2000-03-06 Thread Jean-Marc Lasgouttes
> "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

Re: Compiling rae-branch on gcc 2.8.x or compaq cxx

2000-03-04 Thread Allan Rae
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

Compiling rae-branch on gcc 2.8.x or compaq cxx

2000-03-03 Thread Jean-Marc Lasgouttes
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