Daniel, That is an excellent bug report! Expect your fix in the next release.
The fix for the windows.h compilation issues would be to remove posix_time.hpp from the WDateTime header file (WDateTime was introduced in oktober), but as boost > 1.37 seems to not have issues with it, we'll just recommend people to upgrade boost unless we get too much complaints. Thank you for tracking down the cause of this. Regards, Wim. 2010/2/1 Daniel Cavalcanti <[email protected]>: > Updates, > > The MessageBox conflict has been solved since I switched from Boost 1.37 to > 1.42. Although I still believe GD_DIR might have a problem. GD_LIB was not > being correctly set by CMake and styleexample`s compilation was failing. I`m > currently using Windows, CMake 2.8.0, Wt 3.1.0, libGD 2.0.34 and Visual > Studio 9 2008. When looking at CMake files I found: > > wt\cmake\WtFindGd.txt:16-21, code: > > FIND_LIBRARY(GD_LIB > NAMES > gd bgd > PATHS > $(GD_DIR)/lib > ) > > I changed the parentheses to brackets so the path would be ${GD_DIR}/lib. > > Then on to wt\examples\style\CMakesList.txt:15 : > > $(GD_INCLUDE_DIRS) > > Again I changed the parentheses to brackets so the path would be > ${GD_INCLUDE_DIRS}. > > After doing these changes the GD_LIB path started to be correctly set and > styleexample compiles perfectly. > > Regards, > Daniel. > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
