Hi norman, Hangman uses mysql++ to store highscores. It is an example and therefore not a critical part of Wt at all, so this does not mean that you can't use Wt. Wt builds fine without mysql++.
We need to investigate how we can be compatible with mysql++-3 - either we need to make some code changes, or it simply works once we fix the mysql detection. Mysql++ detection is in wt/cmake/WtFindMysqlpp.txt. At first sight, I'd expect that we would find mysql++-3 too, if your search directories are right. Are you sure you installed mysql++ in a directory where that script searches for it? We see the same cmake warnings when we build on OS X, but haven't encountered problems because of it. Regards, Wim. 2010/3/11 norman <[email protected]>: > hello, when i run the cmake ../ i get the following output: > > http://paste.lisp.org/+2290 > > > -- ** hangman example needs mysql++-2.x library... Skipping. > -- Configuring done > > i have build http://tangentsoft.net/mysql++/ from source, although it is > mysql++-3 > > also there are loads of > > CMake Warning at src/http/CMakeLists.txt:57 (ADD_LIBRARY): > Cannot generate a safe linker search path for target wthttp because files > in some directories may conflict with libraries in implicit directories: > > > ... > > do i need to do anything about them? > > thanks > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
