Re: [CMake] CPack isn't working - getting Internal CMake error

2013-03-04 Thread Steve Andrews
That's it. Making a package works now. I thought it was something trivial, but I didn't know what. Thank you very much! -Steve On Mon, Mar 4, 2013 at 2:06 PM, David Cole wrote: > Sounds like a permissions problem. Did you previously run “sudo make > install” in the same build tree? (And no

Re: [CMake] Installing Python files

2013-03-26 Thread Steve Andrews
That's very helpful. Thank you. My other question was about how to get CMake to create directories at installation time. Do you, or someone else, have suggestions about that? Despite your advice, I think that I want the "make install" step to put Python files into /usr/local/lib/python2.5/site-

Re: [CMake] Installing Python files

2013-03-27 Thread Steve Andrews
2013 at 3:32 AM, Hendrik Sattler wrote: > Am 2013-03-27 05:46, schrieb Steve Andrews: > >> Thats very helpful. Thank you. >> >> >> My other question was about how to get CMake to create directories at >> installation time. Do you, or someone else, have suggestions