Hi, I'm in the process of trying to port a smallish project I made on linux to windows xp. When trying to build, the build progress bar turned red, and I was expecting something to appear in the Build Issues, but nothing did this time. I had already corrected some things based on those messages, so I knew that it generally works.
Falling back to command line and running jom, I noticed that it stops with: g++: /usr/local/lib: No such file or directory command failed with exit code 1 command failed with exit code 2 So I still have some linux specific stuff in my .pro file, which I will correct. My guess why the message goes missing comes from the exit codes 1 & 2 above: I wonder if jom.exe output gets stuck somewhere due to different threads? I'm on a dual-core machine, using 4.6 rc1. Thanks, Grego _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator