[bt-devel] Building cvs

cricketc at gmail.com cricketc at gmail.com
Sun Aug 13 20:27:23 MST 2006


On Sun, Aug 13, 2006 at 01:52:36PM -0500, cricketc at gmail.com wrote:
> Hey,
> 
> I just checked out BibleTime from CVS, and I'm trying to build the
> project. I'm using KDevelop 3.2.2, KDE 3.4.2, and Slackware 10.2. I
> run Automake and friends, and configure, and everything is fine. But,
> when it's actually compiling everything, I get an error on
> csearchdialog.cpp:
> 	csearchdialogpages.h:20:70: frontend/searchdialog/searchoptionsform.h: No such file or directory
> 	csearchdialogpages.h:21:70: frontend/searchdialog/searchresultsform.h: No such file or directory
> I look at the file tree, and I see searchoptionsform.ui and
> searchresultsform.ui, but there's no .h equivalents of those files.
> 
For anyone else who might have this problem: what I had to do was manually
create the .h and .cpp files with these commnads:
	uic -o searchoptionsform.h searchoptionsform.ui
	uic -o searchoptionsform.cpp -i searchoptionsform.h
		searchoptionsform.ui
There were three .ui files that needed that process -
searchoptionsform.ui, searchresultsform.ui, and manageindicesform.ui.

-Benjie



More information about the bt-devel mailing list