[cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Claus Klein

I can not understand the output, for me this test does not work.

Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project


Run Build Command:/usr/local/bin/ninja
[1/14] Building CXX object CMakeFiles/foo.dir/foo.cxx.o
[2/14] Generating zot_custom.hxx
[3/14] Generating zot.hxx
[4/14] Building CXX object CMakeFiles/zot.dir/zot.cxx.o
[5/14] Building CXX object CMakeFiles/zot.dir/zot_macro_dir.cxx.o
[6/14] Linking CXX static library libfoolib.a
[7/14] Building CXX object CMakeFiles/generator.dir/generator.cxx.o
[8/14] Building CXX object CMakeFiles/zot.dir/zot_macro_tgt.cxx.o
[9/14] Linking CXX executable zot
[10/14] Linking CXX executable gen
[11/14] Generating noregen.h
[12/14] Generating regen.h
[13/14] Building CXX object CMakeFiles/bar.dir/bar.cxx.o
[14/14] Linking CXX executable bar

Running /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project/bar

Run result: 0 Output: foo 
Worked!
Running /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project/zot
Run result: 0 Output: [zot] [zot_custom] [zot_macro_dir]  
[zot_macro_tgt] 

Worked!
Waiting 3 seconds...
Modifying Project/foo.cxx
Building project second time
Output from second build:
Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project


Run Build Command:/usr/local/bin/ninja
ninja: no work to do.   


Running /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project/bar

Run result: 0 Output: foo changed 
Worked!
Running /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends/Project/zot
Run result: 0 Output: [zot changed] [zot_custom changed]  
[zot_macro_dir changed] [zot_macro_tgt changed] 

Worked!
Configuring
Configuring done
Generating
Generating done
Build files have been written to: /Users/clausklein/Downloads/ 
CmakeNinjaBuildDir/Tests/BuildDepends

 End CMake output ==
Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ 
BuildDepends


Run Clean Command:/opt/local/bin/ninja -t clean
Cleaning... 0 files.

Run Build Command:/opt/local/bin/ninja
ninja: no work to do.

see:
http://open.cdash.org/testDetails.php?test=154196743build=2456799

Can anyone please help?

Thanks in advance
Best Regards

Claus

--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Peter Kümmel

On 21.07.2012 11:22, Claus Klein wrote:

I can not understand the output, for me this test does not work.

Change Dir: 
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project Run 
Build
Command:/usr/local/bin/ninja [1/14] Building CXX object 
CMakeFiles/foo.dir/foo.cxx.o [2/14] Generating zot_custom.hxx
[3/14] Generating zot.hxx [4/14] Building CXX object 
CMakeFiles/zot.dir/zot.cxx.o [5/14] Building CXX object
CMakeFiles/zot.dir/zot_macro_dir.cxx.o [6/14] Linking CXX static library 
libfoolib.a [7/14] Building CXX object
CMakeFiles/generator.dir/generator.cxx.o [8/14] Building CXX object 
CMakeFiles/zot.dir/zot_macro_tgt.cxx.o [9/14]
Linking CXX executable zot [10/14] Linking CXX executable gen [11/14] 
Generating noregen.h [12/14] Generating regen.h
[13/14] Building CXX object CMakeFiles/bar.dir/bar.cxx.o [14/14] Linking CXX 
executable bar Running
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/bar Run result: 
0 Output: foo  Worked!
Running 
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/zot Run 
result: 0 Output: [zot]
[zot_custom] [zot_macro_dir] [zot_macro_tgt]  Worked! Waiting 3 seconds... 
Modifying Project/foo.cxx Building project
second time Output from second build: Change Dir:
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project Run 
Build Command:/usr/local/bin/ninja ninja:
no work to do. Running
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/bar Run result: 
0 Output: foo changed 
Worked! Running 
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/zot 
Run result: 0 Output:
[zot changed] [zot_custom changed] [zot_macro_dir changed] [zot_macro_tgt changed] 
 Worked! Configuring Configuring
done Generating Generating done Build files have been written to:
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends  End 
CMake output == Change Dir:
/Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends Run Clean 
Command:/opt/local/bin/ninja -t clean
Cleaning... 0 files. Run Build Command:/opt/local/bin/ninja ninja: no work to 
do.

see:
http://open.cdash.org/testDetails.php?test=154196743build=2456799
http://open.cdash.org/testDetails.php?test=154196743build=2456799

Can anyone please help?


You could not run the BuildDepends test twice.
You always have to remove the BuildDepends folder in
the build tree before running it again.
Seems like a bug in the cmake file for the test.

Peter
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Peter Kümmel

On 21.07.2012 12:08, Peter Kümmel wrote:


Can anyone please help?


You could not run the BuildDepends test twice.
You always have to remove the BuildDepends folder in
the build tree before running it again.
Seems like a bug in the cmake file for the test.


Or a bug in the ninja generator?


Peter
--

--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread David Cole
On Sat, Jul 21, 2012 at 6:08 AM, Peter Kümmel syntheti...@gmx.net wrote:
 On 21.07.2012 11:22, Claus Klein wrote:

 I can not understand the output, for me this test does not work.

 Change Dir:
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project
 Run Build
 Command:/usr/local/bin/ninja [1/14] Building CXX object
 CMakeFiles/foo.dir/foo.cxx.o [2/14] Generating zot_custom.hxx
 [3/14] Generating zot.hxx [4/14] Building CXX object
 CMakeFiles/zot.dir/zot.cxx.o [5/14] Building CXX object
 CMakeFiles/zot.dir/zot_macro_dir.cxx.o [6/14] Linking CXX static library
 libfoolib.a [7/14] Building CXX object
 CMakeFiles/generator.dir/generator.cxx.o [8/14] Building CXX object
 CMakeFiles/zot.dir/zot_macro_tgt.cxx.o [9/14]
 Linking CXX executable zot [10/14] Linking CXX executable gen [11/14]
 Generating noregen.h [12/14] Generating regen.h
 [13/14] Building CXX object CMakeFiles/bar.dir/bar.cxx.o [14/14] Linking
 CXX executable bar Running

 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/bar
 Run result: 0 Output: foo  Worked!
 Running
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/zot
 Run result: 0 Output: [zot]
 [zot_custom] [zot_macro_dir] [zot_macro_tgt]  Worked! Waiting 3
 seconds... Modifying Project/foo.cxx Building project
 second time Output from second build: Change Dir:
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project
 Run Build Command:/usr/local/bin/ninja ninja:
 no work to do. Running

 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/bar
 Run result: 0 Output: foo changed 
 Worked! Running
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project/zot
 Run result: 0 Output:
 [zot changed] [zot_custom changed] [zot_macro_dir changed] [zot_macro_tgt
 changed]  Worked! Configuring Configuring
 done Generating Generating done Build files have been written to:
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends 
 End CMake output == Change Dir:
 /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends Run
 Clean Command:/opt/local/bin/ninja -t clean
 Cleaning... 0 files. Run Build Command:/opt/local/bin/ninja ninja: no work
 to do.

 see:
 http://open.cdash.org/testDetails.php?test=154196743build=2456799
 http://open.cdash.org/testDetails.php?test=154196743build=2456799

 Can anyone please help?


 You could not run the BuildDepends test twice.
 You always have to remove the BuildDepends folder in
 the build tree before running it again.

This should not be the case. If it were, then our Continuous
dashboards would frequently fail the test on their 2nd and later runs
during a day... but this test very rarely fails on the Continuous
dashboards.


 Seems like a bug in the cmake file for the test.

The code for this test is difficult to understand. It all happens at
configure-time of the test project via execute_process in the
CMakeLists file.

Maybe there is a subtle problem in the test's code itself, but if so,
it's subtler than I can see...

This test has been around for a very long time, since before we had
cmake --build on the command line. Perhaps it should be re-written
using cmake --build or ExternalProject to make it easier to
understand.

The intent behind the test is simply to ensure that changing a header
file results in the proper re-compiling of c++ files that include it
when the change is followed by an incremental build.
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


[cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread David Cole
cmMakefileTargetGenerator leaks its OSXBundleGenerator -- please
delete it in the destructor...

Search for are definitely lost on this page:

  http://open.cdash.org/viewDynamicAnalysisFile.php?id=2784730


Thanks,
David
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] [PATCH] Added very basic Windows CE Makefile support

2012-07-21 Thread David Cole
On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer par...@paroga.com wrote:
 Hi,


 On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote:

 Do you have a local branch that has all 6 patches one on top of the other?


 On Sat, Jul 21, 2012 at 7:49 AM, Patrick Gansterer par...@paroga.com
 wrote:

 Hi,


 On Sat, 21 Jul 2012 07:44:33 -0400, David Cole wrote:


 What branch did you base these on?

 They don't apply cleanly on top of master today.



 If I made no mistake the basic revision was the master branch of last
 weekend:
 21b45ce16f88172eac3386f002fe112014053a36

 -- Patrick


 I pushed it as ce to https://gitorious.org/~paroga/cmake/parogas-cmake
 (git://gitorious.org/~paroga/cmake/parogas-cmake.git)

 BTW: Are there any plans to use gerrit for CMake too?

 -- Patrick


(cc'ing the CMake Developers list back in...)


OK, finally got it. Whew. Sometimes I could throw git straight out the window...

It merges to 'next' cleanly, and builds ok on my machine with Visual
Studio 9, but then one test fails... Looks like MSVC71 is somehow
getting defined for my msvc 9 build:


C:\...ctest -j 8 -C Release --output-on-failure -R
CheckCompilerRelatedVariables


Test project C:/Users/davidcole/Dashboards/My Tests/CMake Win32-vs9-Release
Start 128: CheckCompilerRelatedVariables
1/1 Test #128: CheckCompilerRelatedVariables ***Failed0.07 sec
Internal cmake changing into directory:
C:/Users/davidcole/Dashboards/My Tests/CMake
Win32-vs9-Release/Tests/CheckCompilerRelatedVariables
Error: cmake execution failed
MSVC='1' is defined
MSVC60='' is NOT defined
MSVC70='' is NOT defined
MSVC71='1' is defined
MSVC80='' is NOT defined
MSVC90='1' is defined
MSVC10='' is NOT defined
MSVC11='' is NOT defined
CMake Error at CMakeLists.txt:61 (message):
  error: 2 MSVC** variables are defined -- exactly 1 expected


Configuring
Configuring incomplete, errors occurred!



0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.20 sec

The following tests FAILED:
128 - CheckCompilerRelatedVariables (Failed)
Errors while running CTest


I'll continue following up on this on Monday, (looking more closely at
the changes and trying to fix the failing test if you don't beat me to
it) -- but for now I have some other deadlines I have to meet.

Did you make any progress towards setting up a dashboard for this,
that demonstrates actually building some WinCE stuff with a toolchain
file?


Thanks,
David
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] [PATCH] Added very basic Windows CE Makefile support

2012-07-21 Thread Patrick Gansterer

Hi,

On Sat, 21 Jul 2012 09:30:58 -0400, David Cole wrote:
On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer 
par...@paroga.com wrote:

Hi,


On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote:


Do you have a local branch that has all 6 patches one on top of the 
other?



On Sat, Jul 21, 2012 at 7:49 AM, Patrick Gansterer 
par...@paroga.com

wrote:


Hi,


On Sat, 21 Jul 2012 07:44:33 -0400, David Cole wrote:



What branch did you base these on?

They don't apply cleanly on top of master today.




If I made no mistake the basic revision was the master branch of 
last

weekend:
21b45ce16f88172eac3386f002fe112014053a36

-- Patrick



I pushed it as ce to 
https://gitorious.org/~paroga/cmake/parogas-cmake

(git://gitorious.org/~paroga/cmake/parogas-cmake.git)

BTW: Are there any plans to use gerrit for CMake too?

-- Patrick



(cc'ing the CMake Developers list back in...)


OK, finally got it. Whew. Sometimes I could throw git straight out
the window...

It merges to 'next' cleanly, and builds ok on my machine with Visual
Studio 9, but then one test fails... Looks like MSVC71 is somehow
getting defined for my msvc 9 build:
...
I'll continue following up on this on Monday, (looking more closely 
at
the changes and trying to fix the failing test if you don't beat me 
to

it) -- but for now I have some other deadlines I have to meet.


Uuups. Missed to stage the VS71 generator changes. ^^

I fixed it and pushed again to the same branch (with --force).


Did you make any progress towards setting up a dashboard for this,
that demonstrates actually building some WinCE stuff with a toolchain
file?


Is there any good example how to set up a cross compiling environment?
I changed a few files, but didn't find the correct ones until now. It 
still compiles for the host system and not for the target system.
If someone can give me a few hints, I can set up the machine in the 
next few days. Otherwise I'll need some time to read the code myself, 
but it's still on my todo list. :-)


-- Patrick
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread Nicolas Desprès
Thanks for the feedback. Here the patches to cherry-pick:

https://github.com/polrop/CMake/commit/af6b1979071e463ae397d3512e3a0366b58919f8
https://github.com/polrop/CMake/commit/be8039fab069b0efb2469932617b3ca8826d1865

Cheers,
Nico

On Sat, Jul 21, 2012 at 1:32 PM, David Cole david.c...@kitware.com wrote:

 cmMakefileTargetGenerator leaks its OSXBundleGenerator -- please
 delete it in the destructor...

 Search for are definitely lost on this page:

   http://open.cdash.org/viewDynamicAnalysisFile.php?id=2784730


 Thanks,
 David




-- 
Nicolas Desprès
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[CMake] have problem when I precompile *.f90 with -fpp using ifort

2012-07-21 Thread Lei Pan
Hello:
 I have two files: main.f90, mod_a.f90.
in mod_a.f90
-
MODULE mod_a
...
#ifdef PSV
...
#endif
...
END
-
part of my CMakeLists:
--
add_library(mod mod_a.f90)
add_definitions(-DPSV)

add_executable(main main.f90)
target_link_libraries(main ${NETCDF_FORTRAN_LIB} mod)
set_target_properties(main PROPERTIES COMPILE_FLAGS -fpp)
-

make output:
**/**/mod_a.f90(15): warning #5117: Bad # preprocessor line
#ifdef PSV
-^
**/**/mod_a.f90(20): warning #5117: Bad # preprocessor line
#endif
-^

how to write the CMakeLists.txt in the situation?

Thank you!
--

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

Re: [CMake] have problem when I precompile *.f90 with -fpp using ifort

2012-07-21 Thread Yngve Inntjore Levinsen
Hi,

Just a wild guess here. Since people often write fortran code starting from 
column 7, they tend to forget that preprocessor statements have to start at 
column 1 (I'm talking from personal head-scratching)... Do you have any spaces 
before the #? If so, remove them and try again.

It does sound like cmake is doing what you ask it to, since it is recognizing 
it as a preprocessor statement.
Cheers,
Yngve

On Saturday 21. July 2012 15.18.39, Lei Pan wrote:

Hello: I have two files: main.f90, mod_a.f90.
in mod_a.f90
-
MODULE mod_a
...
#ifdef PSV
...
#endif
...
END
-
part of my CMakeLists:
--
add_library(mod mod_a.f90)
add_definitions(-DPSV)


add_executable(main main.f90)
target_link_libraries(main ${NETCDF_FORTRAN_LIB} mod)
set_target_properties(main PROPERTIES COMPILE_FLAGS -fpp)
-


make output:
**/**/mod_a.f90(15): warning #5117: Bad # preprocessor line
#ifdef PSV
-^
**/**/mod_a.f90(20): warning #5117: Bad # preprocessor line
#endif
-^


how to write the CMakeLists.txt in the situation?


Thank you!







signature.asc
Description: This is a digitally signed message part.
--

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

[CMake] file cannot create direc

2012-07-21 Thread Micke .....




I have problem running cpack on my Windows machine. It worked before but 
suddelnly it stopped working. I get this error: 
C:\JenkinsCI\jobs\te\workspacecpack -G ZIP 
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: Pack
CPack: - Install project: Pack
CMake Error at C:/JenkinsCI/jobs/te/workspace/src/cmake_install.cmake:31 (FILE):
  file cannot create directory:
  C:/JenkinsCI/jobs/te/workspace/_CPack_Packages/win32/ZIP/libhello-1.0.9
  /lib.  Maybe need administrative privileges.
Call Stack (most recent call first):
  C:/JenkinsCI/jobs/te/workspace/cmake_install.cmake:32 (INCLUDE)



I have search the net but i cant seem to find a solution. I would really be 
glad if someone could tell me what to do. here is my files # Requirements
cmake_minimum_required(VERSION 2.8)# Project
project (PACK)
file (STRINGS doc/version.txt VERSION_NUMBER)add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(test)
add_subdirectory(doc)
# Package
#set(CPACK_SET_DESTDIR ON) 
set(CPACK_SET_DESTDIR packages2)
set(CPACK_GENERATOR ZIP)
set(CPACK_PACKAGE_FILE_NAME libhello-${VERSION_NUMBER})include(CPack) 
-- include_directories 
(${PACK_SOURCE_DIR}/include) add_library(hello hello.c)install (TARGETS hello 
DESTINATION lib)  /M --

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

Re: [CMake] file cannot create direc

2012-07-21 Thread John Drescher
   file cannot create directory:
   C:/JenkinsCI/jobs/te/workspace/_CPack_Packages/win32/ZIP/libhello-1.0.9
   /lib.  Maybe need administrative privileges.

Does this folder exist? Can you create this using your user account?

John
--

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


Re: [CMake] file cannot create direc

2012-07-21 Thread Micke .....

well this is created and doesn't exist from the beginning: 
_CPack_Packages/win32/ZIP/libhello-1.0.9
when I try to go in and delete this folder by hand I can't. The libhello is 
locking up the hole thing. It just says I can't remove it and I have tried 
everything.I can create things in the ZIP file but below that nothing. It is 
just like it doenst exist but I can see it.
I have no clue what so ever whats wrong.
/M

 Date: Sat, 21 Jul 2012 15:34:15 -0400
 Subject: Re: [CMake] file cannot create direc
 From: dresche...@gmail.com
 To: nero2...@hotmail.com
 CC: cmake@cmake.org
 
file cannot create directory:
C:/JenkinsCI/jobs/te/workspace/_CPack_Packages/win32/ZIP/libhello-1.0.9
/lib.  Maybe need administrative privileges.
 
 Does this folder exist? Can you create this using your user account?
 
 John
  --

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

Re: [CMake] file cannot create direc

2012-07-21 Thread John Drescher
 well this is created and doesn't exist from the beginning:
 _CPack_Packages/win32/ZIP/libhello-1.0.9

 when I try to go in and delete this folder by hand I can't. The libhello is
 locking up the hole thing. It just says I can't remove it and I have tried
 everything.
 I can create things in the ZIP file but below that nothing. It is just like
 it doenst exist but I can see it.

 I have no clue what so ever whats wrong.


Sounds like this is either a problem with an antivirus, OS locking or
your hard drive is going bad. For the latter install CrystalDiskInfo
and see if it says your drive is any other status than good.

John
--

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


Re: [CMake] file cannot create direc

2012-07-21 Thread J Decker
On Sat, Jul 21, 2012 at 12:37 PM, Micke . nero2...@hotmail.com wrote:
 well this is created and doesn't exist from the beginning:
 _CPack_Packages/win32/ZIP/libhello-1.0.9

 when I try to go in and delete this folder by hand I can't. The libhello is
 locking up the hole thing. It just says I can't remove it and I have tried
 everything.
 I can create things in the ZIP file but below that nothing. It is just like
 it doenst exist but I can see it.


Did you reboot? occasionally file deletes don't happen and get
scheduled for later.   Files get stuck until the system can restart

 I have no clue what so ever whats wrong.

 /M

 Date: Sat, 21 Jul 2012 15:34:15 -0400
 Subject: Re: [CMake] file cannot create direc
 From: dresche...@gmail.com
 To: nero2...@hotmail.com
 CC: cmake@cmake.org


  file cannot create directory:
  C:/JenkinsCI/jobs/te/workspace/_CPack_Packages/win32/ZIP/libhello-1.0.9
  /lib. Maybe need administrative privileges.

 Does this folder exist? Can you create this using your user account?

 John

 --

 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
--

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


[Cmake-commits] CMake branch, next, updated. v2.8.8-3547-g6fbf0a7

2012-07-21 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  6fbf0a7aad1fffaa02948e9a53d95d584d0ad909 (commit)
   via  af80da349bb259ac146cdd734afeedeec116 (commit)
  from  5a8c7aa1ebfc6a4df0bb269d68eed1bcb337e6b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6fbf0a7aad1fffaa02948e9a53d95d584d0ad909
commit 6fbf0a7aad1fffaa02948e9a53d95d584d0ad909
Merge: 5a8c7aa af80da3
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Sat Jul 21 04:27:08 2012 -0400
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Sat Jul 21 04:27:08 2012 -0400

Merge topic 'mixed-lib-to-lib64' into next

af80da3 remove lib64 Unix paths if the respective lib path is also given


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af80da349bb259ac146cdd734afeedeec116
commit af80da349bb259ac146cdd734afeedeec116
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Mon Mar 26 16:45:04 2012 +0200
Commit: Rolf Eike Beer e...@sf-mail.de
CommitDate: Sat Jul 21 10:15:52 2012 +0200

remove lib64 Unix paths if the respective lib path is also given

If FIND_LIBRARY_USE_LIB64_PATHS is set both will be searched anyway.

diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 9eadfd1..5811a9d 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -81,9 +81,9 @@ if (NOT _libdir)
   if (WIN32)
 set(_libdir ENV LIB)
   elseif (APPLE)
-set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV 
DYLD_LIBRARY_PATH)
+set(_libdir ENV DYLD_LIBRARY_PATH)
   else ()
-set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV 
LD_LIBRARY_PATH)
+set(_libdir ENV LD_LIBRARY_PATH)
   endif ()
 endif ()
 
diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index a03c023..5fe5213 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -305,9 +305,7 @@ function(_GTK2_FIND_LIBRARY _var _lib _expand_vc 
_append_version)
 NAMES ${_lib_list}
 PATHS
 /opt/gnome/lib
-/opt/gnome/lib64
 /usr/openwin/lib
-/usr/openwin/lib64
 /sw/lib
 $ENV{GTKMM_BASEPATH}/lib
 [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/lib
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index 0ae98df..b867f21 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -69,9 +69,9 @@ if (NOT _libdir)
   if (WIN32)
 set(_libdir ENV LIB)
   elseif (APPLE)
-set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV 
DYLD_LIBRARY_PATH)
+set(_libdir ENV DYLD_LIBRARY_PATH)
   else ()
-set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV 
LD_LIBRARY_PATH)
+set(_libdir ENV LD_LIBRARY_PATH)
   endif ()
 endif ()
 foreach(_library ${_list})

---

Summary of changes:
 Modules/FindBLAS.cmake   |4 ++--
 Modules/FindGTK2.cmake   |2 --
 Modules/FindLAPACK.cmake |4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.8-521-ge743fc0

2012-07-21 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e743fc0e177f7aaefa052fa4a28e3a704c169316 (commit)
  from  d66512122bc704c439fd78b224680d7a7eb07f26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e743fc0e177f7aaefa052fa4a28e3a704c169316
commit e743fc0e177f7aaefa052fa4a28e3a704c169316
Author: Kitware Robot kwro...@kitware.com
AuthorDate: Sun Jul 22 00:01:05 2012 -0400
Commit: Kitware Robot kwro...@kitware.com
CommitDate: Sun Jul 22 00:01:05 2012 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 2c447ec..2294e7c 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
 SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 8)
 SET(CMake_VERSION_PATCH 8)
-SET(CMake_VERSION_TWEAK 20120721)
+SET(CMake_VERSION_TWEAK 20120722)
 #SET(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits