Re: [Wt-interest] make error 2 installing wt (boost related)

2009-05-26 Thread Koen Deforche
Hey Osei, 2009/5/26 Osei Simba Hinds tr...@nyu.edu: Good day, I am installing wt-2.99.1 but when I try to make after using Cmake (config details I used below) I get a make: *** [all] Error 2 (an error I see a number of users have and some solved).  I have tried a few ccmake changes to point

[Wt-interest] Database Support

2009-05-26 Thread Shane Kerns
Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right direction. Thanks a million in advance. -- Register Now for Creativity and Technology (CaT), June 3rd,

Re: [Wt-interest] Database Support

2009-05-26 Thread Pau Garcia i Quiles
On Tue, May 26, 2009 at 7:31 PM, Shane Kerns nightfa...@gmail.com wrote: Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right direction. Thanks a million in advance. If you mean an ORM, the answer is no. But you can use the

Re: [Wt-interest] Database Support

2009-05-26 Thread Joe Croft
I found the tntdb @ http://www.tntnet.org/tntdb.html is a nice interface, similar to the Qt way of handling data -joe On Tuesday 26 May 2009 13:31:27 Shane Kerns wrote: Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right

Re: [Wt-interest] Using unit tests.

2009-05-26 Thread Michael V. Savchuk
On Mon, 25 May 2009 21:24:24 +0200 Koen Deforche k...@emweb.be wrote Hi Koen. As for my project for now i just want to have my tests to not crash when i've add some Wt objects into my application. Bad I am not too skilled C++ programmer to change Wt library myself ;(. But I'll try to have