On Thursday 18 October 2007 01:42, eddy xu wrote:
> Hi all,
>
> When I try to generate Makefile on a gentoo box, one error message comes
> out:
>
> CMake Error: expat_DIR is not set. It must be set to the directory
> containing expatConfig.cmake in order to use expat.
>
> And I can not get any mean
expat_DIR is an environment variable that should point to the
installation location of Expat. expatConfig.cmake is probably located
in the "include" directory of your expat installation.
These are just guesses.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Ser
Hi all,
When I try to generate Makefile on a gentoo box, one error message comes
out:
CMake Error: expat_DIR is not set. It must be set to the directory
containing expatConfig.cmake in order to use expat.
And I can not get any meaningful help from google the keyword "expatConfig".
Can any one gi