cmake - show command line for a test
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Mon Feb 13 17:40:43 CET 2006
Brad King schrieb:
> Peter Kümmel wrote:
>> Yes, cmake automatically deletes the on the fly generated makefiles.
>
> To look at the small build system generated for a given try-compile one
> can do this:
>
> 1.) Delete the cache entry for the try compile from the cache so it will
> run again.
>
> 2.) Run "cmake . --debug-trycompile" in the build tree.
>
> This will leave a CMakeFiles/CMakeTmp directory containing the build
> system for the try-compile test. Then you can try building it yourself
> with the native build system to see what happens.
>
Thx.
Looks like some include paths are missing - stdint.h isn't found but
HAVE_STDINT_H is defined (because it's in kdewin32/include/mscv). Why is
the path available when we search for the headers but not for test compile?
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060213/fce5a793/attachment.pgp
More information about the Kde-buildsystem
mailing list