|
From: Marc-Antoine R. <ma...@un...> - 2005-12-05 20:50:44
|
Joachim is still porting from QT 3.3 to 4.01. You probably built with QT3.3 on Linux. He made an "alpha" version on August that I have on hand if you really want to play with it, otherwise just wait that our slave finish the conversion. :) M-A Jeanson, Marc wrote: > Hi All, > > > > I’m trying to compile Kdiff3 on win32. I’ve downloaded qt 4.01 with > mingw and installed them both. I’ve done the following: > > > > E:\FAB\KDIFF3~1.88\src>qmake kdiff3.pro -o Makefile > > > > E:\FAB\KDIFF3~1.88\src>make > > mingw32-make -f Makefile.Release > > Makefile.Release:234: warning: overriding commands for target > `release\kdiff3.o' > > Makefile.Release:123: warning: ignoring old commands for target > `release\kdiff3.o' > > mingw32-make[1]: *** No rule to make target `release\diff.moc', needed > by `release\diff.o'. Stop. > > mingw32-make[1]: Entering directory `E:/FAB/KDIFF3~1.88/src' > > mingw32-make[1]: Leaving directory `E:/FAB/KDIFF3~1.88/src' > > mingw32-make: *** [release] Error 2 > > > > Am I missing something? I haven’t worked with the Qt libs much, so I’m > thinking I need to do something else. I was able to build it on linux, > but not for windows. > > > > Thanks in advance. > |