Support #2587
Running Wt with windows without Visual Studio
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/21/2014
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I want to run Wt with windows without visual studio. When running Wt without doing anything (but including boost etc.) I get the error
Wt/WConfig.h: No such file or directory
So it seems like I have to compile Wt. Sticking to INSTALL.html delivered with Wt 3.1, I tried to run CMake in the build-folder (with -G "MinGW Makefiles", which worked fine. But when compiling with make, I get the following error:
C:\cppLib\wt-3.3.1\src\web\random_device.cpp:125:42: Fehler: »const char* const boost::random::random_device::default_token« ist kein statisches Element von »class boost::random::random_device«
Does anyone has an explanation of this, or an hint, how to solve it?
Best regards,
DaGeRe