Qt 5.0.1 don't compile
-
I'm having troubles with Qt 5.0.1 in Windows / MinGW x64
Previous release (5.0.0) compiles with no error. But same configuration for 5.0.1 gives this strange error when compiling qttools/dbus: http://paste2.org/p/3257763
configuration: http://paste2.org/p/3257774The only difference is Qt. All libraries and MinGW itself are same as before. I'm using MinGW rev 10 (64bit sjlj posix) from mingwbuild project.
Any idea?
-
[quote author="mcosta" date="1363972428"]Hi,
it's very strange you try to compile QtDBus; DBus is a tecnology specific to Linux Platform.
What options do you passed to configure???
Hi[/quote]
I've used DBus on windows successfully. I made a windows service running DBus daemon. Seriously, I can't think of an operating system with no reliable IPC mechanism. The Windows has it's own structures of course, but you know... DBus is best ;)
Usually I prefer to do Linux-style development under Windows (since Windows has no good dev platform)
I passed -dbus-linked-in (can't remember exact name) to config. QDBus dlls are compiled, and Qt can find DBus library on system. The problem is related to dbus monitor tool.
-
No I always remove the source directory and re-extract archive again :) That takes less time
I think there is something insane happening on my computer, Now I'm getting a lot of "internal compiler error" s and assembler fails to compile OpenSSL. I think my antivirus program has ruined something, though I always keep him of when doing build stuffs.