broken MinGW build

The problem appears to be much more general than I described, so I have ticketed it (#55). I might look into this more later, especially if someone could send me (for comparison) a set of Makefiles (Makefile*) that ‘’work'’ — like for some other environment or release. By ‘’work'’ I mean that you ‘’know'’ that the default `make` command invoked on a fresh source directory will automatically generate the mocks and drivers. Alternative non-make-based project files are probably not helpful.

On the other hand, I am also interested to hear if the problem reproduces in other environments.
Thanks,
–paul

P.S. The ticket is tagged as 0.6.1 and “CalitkoMocks” because those seemed the closest drop-down options. Had they been available, I would have tagged it with 0.6.2 and something like “Makefile/build”.

Would you like to post a relpy?


This post is a reply to:
Re: make clean
Hi Paul, Under at least SOME conditions, “make clean” appears to delete qmake-related files that it needs itself later on to complete its work. I think that should not be the case. (more...)

Follow-ups:
Re: broken MinGW build
Hi Paul, Please pull the latest revision (139) of the mainstream branch and try 'make distclean && make'. The problem should be solved! Regards, Peter
Re: broken MinGW build
Hi Paul, I did reproduce that with MinGW and Qt4.2.2. The problem is in qmake - it fails to add the dependencies that are generated by qmake extra compilers. I had (more...)