Re: [CMake] CMakeFiles

2012-08-08 Thread Rolf Eike Beer
Am 2012-08-08 10:15, schrieb Sumit Adhikari: Hi, I am new to cmake. Is there any way to change the name of the directory CMakeFiles ? No. But that question probably means you are building in source. Don't. Clean your source directory from the files that CMake generated (i.e. make clean, rm -

[CMake] CMakeFiles

2012-08-08 Thread Sumit Adhikari
Hi, I am new to cmake. Is there any way to change the name of the directory CMakeFiles ? Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty of Electrical Engineering, Vienna University of Technology, Gußhausstraße 27-29,1040 Vienna -- Powered by www.kitware.com Visit other

Re: [CMake] CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o : Permission denied

2008-09-17 Thread Mathieu Malaterre
Not sure this will ever happen to anyone again, but this partition was mounted with special option: /dev/mapper/lvm-storage /backupext3 noatime,nodev,nosuid,noexec 0 2 not a cmake bug thus. On Wed, Sep 17, 2008 at 11:35 AM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > Weird... th

Re: [CMake] CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o : Permission denied

2008-09-17 Thread Mathieu Malaterre
Weird... this does not happen anymore with cmake 2.6 It would be nice if I had a solution for the default cmake installation tough. Thanks! On Wed, Sep 17, 2008 at 11:27 AM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > I am getting this weird behavior on my linux debian stable: > > ... > CMake

[CMake] CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o : Permission denied

2008-09-17 Thread Mathieu Malaterre
I am getting this weird behavior on my linux debian stable: ... CMake Error: TestBigEndian Failed to run with output: /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build make[1]: Entering directory `/backup/mathieu/GDCM2/gdcm-gcc43/CMakeFiles/CMakeTmp'

Re: [CMake] CMakeFiles/Progress

2006-10-12 Thread Brad King
Andreas Schneider wrote: > if I install my project with "sudo make install" why changes the owner > of CMakeFiles/Progress and its contents to root? > > The next time I recompile as a user I have no progress status, cause the > user isn't able to write to counts.txt. > > Is this a bug? :) Yes, d

[CMake] CMakeFiles/Progress

2006-10-12 Thread Andreas Schneider
Hi, if I install my project with "sudo make install" why changes the owner of CMakeFiles/Progress and its contents to root? The next time I recompile as a user I have no progress status, cause the user isn't able to write to counts.txt. Is this a bug? :) -- andreas -- http://www.cynap