Problem with configure check for UIC in kdebase

Adam Treat manyoso at yahoo.com
Thu Mar 6 22:21:06 GMT 2003


On Thursday 06 March 2003 04:49 pm, Adam Treat wrote:
> Ok, I've figured it out.  The line:
>
> 'if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then'
>
> in kde-common/admin/acinclude.m4.in needs to be changed to:
>
> 'if test -f actest.cpp && grep KLineEdit actest.cpp > /dev/null; then'
>
> I don't have admin access so I'll wait for you guys to update it ;)
>
> Cheers,
>
> Adam

Ok, SadEagle pointed out to me on IRC that this is incorrect.  The test is 
supposed to check for "#include <klineedit.h>" in the generated actest.cpp, 
but my uic is not producing this.  I am stumped at this point.

Adam




More information about the kde-core-devel mailing list