Re: [CMake] Expat problem

2007-10-19 Thread a . neundorf-work
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

Re: [CMake] Expat problem

2007-10-17 Thread Mike Jackson
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

[CMake] Expat problem

2007-10-17 Thread eddy xu
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