Same problem with the small test :-( On Fri, Jun 26, 2009 at 12:06 PM, Bill Hoffman <[email protected]>wrote:
> Bill Hoffman wrote: > >> Renato Elias wrote: >> >>> >>> >>> ---------- Forwarded message ---------- >>> From: *Renato Elias* <[email protected] <mailto:[email protected]>> >>> Date: Fri, Jun 26, 2009 at 11:17 AM >>> Subject: Problem when launching ccmake 2.6.4 >>> To: [email protected] <mailto:[email protected]> >>> >>> >>> Folks, I've just downloaded and compiled CMake 2.6.4 in a SGI Altix-ICE >>> system. The compilation went fine but when I try to load ccmake I get the >>> following error message: >>> >>> Error running cmake::LoadCache(). Aborting. >>> >>> Older CMake versions installed in the same system works fine. >>> >>> >> Can you run ccmake in a debugger and find out where it aborts? >> >> -Bill >> >> Never mind, it must be here: > > if(myform->LoadCache(cacheDir.c_str())) > { > curses_clear(); > touchwin(stdscr); > endwin(); > delete myform; > std::cerr << "Error running cmake::LoadCache(). Aborting.\n"; > return 1; > } > > How are you running it? > > What about a small test: > > cd Tests/COnly > mkdir b > cd b > ccmake .. > > Does that work? > > -Bill > -- Renato N. Elias =================================== High Performance Computing Center (NACAD) Federal University of Rio de Janeiro (UFRJ) Rio de Janeiro, Brazil
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
