WConfig.h not installed when buildilng Dbo separately
Added by Ivan Font over 13 years ago
Hi,
I am building and installing Wt::Dbo separately from all the other Wt components using the procedure documented on your website and noticed that the header file WConfig.h that is located in build/Wt is not installed when running make install on just the Dbo component alone. This causes errors as Wt/Dbo/WDboDllDefs.h and Wt/Dbo/backend/WdboSqlite3DllDefs.h both #include it.
The steps I am running are:
tar -xzf wt-3.1.10.tar.gz
cd wt-3.1.10
mkdir build
cd build
cmake .. <--- with several other cmake arguments to customize my setup
cd src/Wt/Dbo
make
make install
This does not copy over wt-3.1.10/build/Wt/WConfig.h to my designated include directory specified by my CMAKE_INSTALL_PREFIX variable. Is compiling and installing Dbo separately fully supported?
Thanks,
-Ivan
Replies (2)
RE: WConfig.h not installed when buildilng Dbo separately - Added by Wim Dumon over 13 years ago
Personally I haven't used this method to install Dbo. But if it works for 99, we should take a look to see if we can make the remaining 1 also work.
I created bug #907 to track this.
Wim.
RE: WConfig.h not installed when buildilng Dbo separately - Added by Ivan Font over 13 years ago
Great, thanks Wim.