[CMake] CMake 2.4.3, VTK 5.0.2, VS 2005 Express

Obada Mahdi omahdi at gmx.de
Sat Nov 11 07:20:15 EST 2006


Hi James and others,

is the build directory by any chance residing on a FAT32 file system?

On 11/10/06, James Bigler <bigler at cs.utah.edu> wrote:
> > Basically when cmake runs
> > the program you are getting exit code  (0xc0000135).  I think this means
> > that it can not find some dll.

This sounds a lot like
http://www.cmake.org/Bug/bug.php?op=show&bugid=2617&pos=2

In short, the VS8 build process sometimes has problems embedding the
manifest (which is used for locating the runtime DLL), due to limited
time resolution of FAT file systems.

According to the bug tracker entry, the proposed patch has been
applied to CMake CVS, which adds a flag for the manifest tool to work
around that problem.


Regards

Obada


More information about the CMake mailing list