Bill Baxter Wrote: > On Wed, Feb 11, 2009 at 8:10 PM, Eldar Insafutdinov > <[email protected]> wrote: > > Denis Koroskin Wrote: > > > >> On Wed, 11 Feb 2009 00:59:28 +0300, Eldar Insafutdinov > >> <[email protected]> wrote: > >> > >> > ideage Wrote: > >> > > >> >> Great stuff! > >> >> > >> >> Expect window's version! > >> >> > >> >> > >> > So after some time trying to build qtd windows packages I realized that > >> > there are huge issues. I tried first dmd and since I have to link D part > >> > of wrapper with C++ object files produced by mingw - it didnt work and I > >> > was told that it's because mingw and dmd have different object file > >> > formats. So 2 options left are gdc(which is kinda outdated) and > >> > ldc(which doesn't support exception handling). So the situation is > >> > suspended, although I am trying to build it with ldc now. > >> > >> You can try building Qt with DMC. It works quite will in pair with DMD on > >> Windows. > >> > > > > And will dmc be able to compile Qt? And also as much as I undestdood make > > is not compatible with the one that comes with dmc? I will probably run > > into a big problem.. > > > > You could use mingw's GNU make with CC=dmc. But I dunno if dmc will > compile Qt or not. I would think it would, though. > > --bb
Actually I decided to make a dll. It is possible to do it and will be more robust solution. Qt is not tested to be compiled with dmc by trolltech(mingw, msvc and icc are guaranteed).
