OK I found my error ;'( I had put the wrong wrong
$ cd build $ vim CMakeCache.txt ... //Path to a file. MYSQLPP_INCLUDE:PATH=/opt/local/include/mysql++ //Path to a library. MYSQLPP_LIBRARIES:FILEPATH=/opt/local/lib/libmysqlpp.dylib //Path to a file. MYSQL_INCLUDE:PATH=/opt/local/include/mysql5/mysql ... where $ tree -L 1 /opt/local/include/mysql5/mysql returns http://paste.lisp.org/+1SHM#3 but then I get this error: http://paste.lisp.org/+1SHM#2 i am guess it has to do with having not created the database or setup the user? Is there examples of how to create the HangmanDb.info file where do I put this? --- On Tue, 14/7/09, Sean Chittenden <[email protected]> wrote: > From: Sean Chittenden <[email protected]> > Subject: Re: [Wt-interest] make[1]: *** > [examples/hangman/CMakeFiles/hangman.wt.dir/all] Error 2 > To: [email protected] > Date: Tuesday, 14 July, 2009, 6:38 PM > cmake isn't finding your mysql > installation. The second error is > harmless. -sc > > > On Jul 14, 2009, at 9:34 AM, norman wrote: > > > > > Hi, > > After I run the > > > > 1. Build the examples > > > > $ make -C examples > > > > I get the following error: > > > > http://paste.lisp.org/+1SHM > > > > there was one other error/warning at [49%] > > > > http://paste.lisp.org/+1SHM#1 > > > > But the examples, which compiled and worked without a > problem. These > > can now be viewed on http://localhost:8080 > > > > Thanks > > Norman > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Enter the BlackBerry Developer Challenge > > This is your chance to win up to $100,000 in prizes! > For a limited > > time, > > vendors submitting new applications to BlackBerry App > World(TM) will > > have > > the opportunity to enter the BlackBerry Developer > Challenge. See > > full prize > > details at: http://p.sf.net/sfu/Challenge > > _______________________________________________ > > witty-interest mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/witty-interest > > > > > > > -- > Sean Chittenden > [email protected] > > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a > limited time, > vendors submitting new applications to BlackBerry App > World(TM) will have > the opportunity to enter the BlackBerry Developer > Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
