[Closed] Wt & MinGW
-
Hi everyone!
Has somebody experience with building Wt by MinGW. I have following error:
!http://s8.postimage.org/jbvper9f9/build.jpg(Building proccess)!I try add
@SET(WT_NO_BOOST_RANDOM ON)@
in CMakeLists file but result is same.
boost version: 1_51What i'm doing wrong?
-
This is a forum for Qt, not Wt. I'm not saying you won't get help from someone, though.
-
[quote author="qxoz" date="1350908273"]Yes i know, but i try build Wt with tools from QtSDK and in future want use as part of Qt project. And i saw few topics here about Wt :). [/quote]MinGW is not part of Qt though. The Qt Project provides support on how to use MinGW to build Qt (or to build Qt-based projects), but not to build 3rd-party libraries like Wt.
People do combine many different 3rd-party libraries with Qt, but you will have a better chance of getting help if you ask at the correct forum.
Looking at your error message, the error is in a Boost class (not a Wt class!). I suggest you open random_device.h, to find out why default_token isn't declared as expected.
If that doesn't help, try http://redmine.webtoolkit.eu/projects/wt/boards or http://sourceforge.net/projects/boost/forums