Hey Jack, 2010/12/12 Jack <[email protected]>: > Hello, > > I finally found the source to the mysql backend to Wt:Dbo. I then > figured out I probably needed to only check out the trunk, and not the > full .svn. Is there any particular reason there is no tarball > available for download?
I believe the project is not very actively developed ... The backend API has also expanded slightly in the last few releases of Wt, and so I am not entirely certain if the MySQL backend still implements all the necessary methods. > Next step - I had a problem running cmake. I needed to rename > src/Wt/dbo to wrc/Wt/Dbo. After doing this, I was able to compile and > install. I have not yet actually tested. I am only assuming that > renaming the directory is better than changing SUBDIRS(Dbo) to > SUBDIRS(dbo) in src/Wt/CMakeLists.txt. Possbily it was developed on a MacOSX system which is not case sensitive, so that sounds like it could be a plausible solution. > I'd appreciate it if someone would correct me if I'm sending myself > down the wrong path with this. Try to instantiate the connection class, to see if there are pure virtual methods missing. If that is the case these will be added -- they are probably small things like adding support for a new C++ type. Regards, koen ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
