AW: [CMake] [cmake 2.2.1] FindQt.cmake - parse error

Sören Freudiger muffmolch at gmx.de
Thu Sep 22 03:00:51 EDT 2005


No problem. here we go:

Determining if the include file pthread.h exists failed with the following
output:
 Microsoft (R) Visual Studio Version 8.0.50215.44. Copyright (C) Microsoft
Corp 1984-2005. All rights reserved.  Package 'Visual Studio Source Control
Integration Package' failed to load.
------ Build started: Project: cmTryCompileExec, Configuration: Debug Win32
------ Compiling... Microsoft (R) 32-bit C/C++ Optimizing Compiler Version
14.00.50215.44 for 80x86 Copyright (C) Microsoft Corporation.  All rights
reserved. cl /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc
/RTCs /MDd /Fo"cmTryCompileExec.dir\Debug\\" /Fd"Debug/cmTryCompileExec.pdb"
/W3 /c /TC   /W3 /Zm1000  /W3 /Zm1000   /MDd /Zi /Od
-DCMAKE_INTDIR=\"Debug\"    .\CheckIncludeFile.c CheckIncludeFile.c
.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file:
'pthread.h': No such file or directory Build log was saved at
"file://d:\Data\Code\LBM_subversion\bin\freud\3D_2P_1f\bin\CMakeTmp\cmTryCom
pileExec.dir\Debug\BuildLog.htm" cmTryCompileExec - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

blame on me! Like I see it's a problem with Visual Assist. If VA works
correct this error doesn't occur.

Thank you for the errorLog-tip (my fault...)

SirAnn

-----Ursprüngliche Nachricht-----
Von: William A. Hoffman [mailto:billlist at nycap.rr.com] 
Gesendet: Mittwoch, 21. September 2005 17:47
An: Sören Freudiger; cmake at cmake.org
Betreff: Re: [CMake] [cmake 2.2.1] FindQt.cmake - parse error

Can you post your CMakeFiles/CMakeError.log and CmakeFiles/CmakeOutput.log
and CMakeCache.txt for this project?

-Bill


At 11:10 AM 9/21/2005, Sören Freudiger wrote:
>I just installed the new beta an gained following parising error at
>FindQt.cmake:
>
>CMake Error: Error required internal CMake variable not set, cmake may 
>be not build correctly.
>Missing variable is:
>CMAKE_SIZEOF_VOID_P
>
>What does that mean? 
>
>Has it anything to do with;
>> -  CHECK_TYPE_SIZE("void *"  CMAKE_SIZEOF_VOID_P)
>> +  CHECK_TYPE_SIZE("void*"  CMAKE_SIZEOF_VOID_P)
>(email from 19.8.2005 [CMake] problems with icc9 of Brad King)
>
>Bug or feature?
>
>Sincerly,
>SirAnn
>
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeError.log
Type: application/octet-stream
Size: 1149 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20050922/59f93c73/CMakeError.obj


More information about the CMake mailing list