|
From: Marc-Antoine R. <ma...@un...> - 2005-08-23 17:48:15
|
Hi I just wanted to tell that I added many RFEs but that I will try to implement them if my schedule permits me to. The requests 1266400, 1266393 and 1266417 are the one I find the most important. I'm looking to build kdiff3. I downloaded QT 4.01 open source version for windows and installed mingw even if you tell in the readme that you used VC. I generated the makefile (with qmake) and I saw that it use g++ and not the VC's compiler. Maybe it is QT that configured the makefile this way. Anyway I got compile errors if I use the makefile.qt. When I use the Makefile.release (generated by qmake), make tells that it is unable to make release\diff.moc. I tried with nmake and mingw32-make. Should I try with QT 3.xx instead? M-A |