Hi,

I get a "FILE INSTALL cannot find file "foo.la" to install." on 'make install' 
in case I did a 'make clean' before and cmake hasn't run in between.

If I understand correctly the problem is the following: The .la file are 
generated by cmake (ie. while evaluating the kde4_install_libtool_file macro) 
but removed by make. So, if cmake doesn't run after make clean, the .la files 
aren't created again.

Generating the .la file with something like add_custom_command( foo.la COMMAND 
echo bla > foo.la ) looks like a solution to me, but would this work on 
windows as well?

regards
Volker

Attachment: pgpFoi5HKIHpX.pgp
Description: PGP signature

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to