|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - dwt-linux: building with gdc
Although a D newb, I'm having a go at building dwt-linux with gdc. Before getting it to work successfully with dmd, I had a gdc-based setup, and I tried 'dsss build' with /etc/rebuild/default => gdc-posix-tango. It was getting stuck and pegging the CPU for a _long_ time, so I added the verbose option to the gdmd command flags. It gets stuck at 'code TableTreeEditor' after successfully completing semantic1-3 stages. Since I'm a newb but not incompetent and wanting to contribute somehow, I'm hoping for someone to offer hints where to turn next in troubleshooting this. Feb 21 2008
Dan Dennedy wrote:Although a D newb, I'm having a go at building dwt-linux with gdc. Before getting it to work successfully with dmd, I had a gdc-based setup, and I tried 'dsss build' with /etc/rebuild/default => gdc-posix-tango. It was getting stuck and pegging the CPU for a _long_ time, so I added the verbose option to the gdmd command flags. It gets stuck at 'code TableTreeEditor' after successfully completing semantic1-3 stages. Feb 21 2008
Dan Dennedy wrote:Dan Dennedy wrote:Although a D newb, I'm having a go at building dwt-linux with gdc. Before getting it to work successfully with dmd, I had a gdc-based setup, and I tried 'dsss build' with /etc/rebuild/default => gdc-posix-tango. It was getting stuck and pegging the CPU for a _long_ time, so I added the verbose option to the gdmd command flags. It gets stuck at 'code TableTreeEditor' after successfully completing semantic1-3 stages. Feb 21 2008
|