c++ - Instaling Web Toolkit(WT) on Windows -


i decided use webtoolkit framework 1 of projects, have hard time make work properly.

i following this tutorial failed few times trying on microsoft visual studion 2010 , 2008. first time, installing on mvs 2010, managed hello world app working, when trying start more advanced examples failed so. time tried mvs 2008, fails compile @ all, giving me errors like:

libboost_random-vc90-mt-gd-1_43.lib(random_device.obj) : error lnk2005: "public: static bool const boost::random_device::has_fixed_range" (?has_fixed_range@random_device@boost@@2_nb) defined in wtd.lib(wrandom.obj) 

my operational system windows 7. actions sequence same in tutorial linked above, @ first when cmake can't rid of red fields tutorial says:

'configure' again. few messages fcgi , wthttpd connector may pop up; click ok. few new configuration fields (in red) have popped up; leave them unchanged , press 'configure' once more. if went well, have no red fields left , configuration complete.

but after pointing boost library correct destination still seems have red errors while configuring. when building selected projects fails errors wrote above.

i haven't worked additional libraries in c++ before, maybe i'm missing key moves make happen, if help, grateful. using boost 1.43 , latest wt version 3.2.0.

try toggle wt_no_boost_random cmake define - thay may help. there talk on wt-interest mailing list.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -