Re: [CMake] CMake memory exhaustion

2007-07-19 Thread Bill Hoffman
Alan W. Irwin wrote: Thanks, Bill, for that hint. I uncommented values others had obviously used before me near the top of that file. #define YYMAXDEPTH 10 #define YYINITDEPTH 1 That's a factor of 10 increase in YYMAXDEPTH and factor of 50 increase in YYINITDEPTH. With those genero

Re: [CMake] CMake memory exhaustion

2007-07-19 Thread Alan W. Irwin
On 2007-07-19 16:29-0400 Bill Hoffman wrote: However, this is a really clumsy workaround so, Bill, can you recommend a 2.4.7 fix I can test? You could try messing around with these values, in cmCommandArgumentParser.cxx: /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYIN

Re: [CMake] CMake memory exhaustion

2007-07-19 Thread Alan W. Irwin
On 2007-07-19 14:58-0400 Bill Hoffman wrote: Alan W. Irwin wrote: The (truncated) error message I am getting is as follows: make package_source Run CPack packaging tool for source... /home/software/cmake/install/bin/cpack --config /home/irwin/cdburn1/interior_eos /SFHEAD/build_dir/CPackSource

Re: [CMake] CMake memory exhaustion

2007-07-19 Thread Bill Hoffman
Alan W. Irwin wrote: The (truncated) error message I am getting is as follows: make package_source Run CPack packaging tool for source... /home/software/cmake/install/bin/cpack --config /home/irwin/cdburn1/interior_eos /SFHEAD/build_dir/CPackSourceConfig.cmake CMake Error: Syntax error in cmake

[CMake] CMake memory exhaustion

2007-07-19 Thread Alan W. Irwin
The (truncated) error message I am getting is as follows: make package_source Run CPack packaging tool for source... /home/software/cmake/install/bin/cpack --config /home/irwin/cdburn1/interior_eos /SFHEAD/build_dir/CPackSourceConfig.cmake CMake Error: Syntax error in cmake code at /home/irwin/c