Configuration problem in the KDEVELOP_1_0 branch

Falk Brettschneider gigafalk at yahoo.com
Tue Jan 18 08:30:24 UTC 2000


Hi Christian,

Christian Couder wrote:
> Now the problem I have is that when I run ./configure, I get the
> following error:
> 
> creating doc/hu/Makefile
> sed: can't read ./doc/hu/Makefile.in: No such file or directory
> creating doc/hu/manual/Makefile
> sed: can't read ./doc/hu/manual/Makefile.in: No such file or directory
> creating doc/hu/welcome/Makefile
> sed: can't read ./doc/hu/welcome/Makefile.in: No such file or directory
> 
> after that, make cannot work properly.
A Makefile.in is created by 
make -f Makefile.cvs
(from Makefile.am)

That's why I suppose the reason for that missing Makefile.in is a
missing Makefile.am.
To workaround that, create a dummy Makefile.am simply containing this
single line:
SUBDIRS =
This will satisfy your compiler...

-- 

Ciao,
--Falk




More information about the KDevelop-devel mailing list