Re: [CMake] GLOB segmentation fault

2008-02-20 Thread pepone . onrez
On Tue, Feb 19, 2008 at 9:49 PM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: >Yes, crashes with 2.4.6, works with cvs. >Can you please check with 2.4.8 ? I updated to 2.4.8 crash still reproducible here is the output [EMAIL PROTECTED] ~/kk/cmake-glob-bug/build $ cmake --version cmake version 2.

Re: [CMake] GLOB segmentation fault

2008-02-19 Thread Alexander Neundorf
On Tuesday 19 February 2008, pepone.onrez wrote: > Your example also works well for me and don't reproduce the bug. > > I attach a file with my example Yes, crashes with 2.4.6, works with cvs. Can you please check with 2.4.8 ? Available e.g. from the cmake download page. Alex

Re: [CMake] GLOB segmentation fault

2008-02-19 Thread pepone . onrez
Your example also works well for me and don't reproduce the bug. I attach a file with my example On Feb 19, 2008 7:24 PM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > Hi, > > On Tuesday 19 February 2008, pepone.onrez wrote: > > [EMAIL PROTECTED] ~/kk/cmake-glob-bug $ cat CMakeLists.txt > > FI

Re: [CMake] GLOB segmentation fault

2008-02-19 Thread Alexander Neundorf
Hi, On Tuesday 19 February 2008, pepone.onrez wrote: > [EMAIL PROTECTED] ~/kk/cmake-glob-bug $ cat CMakeLists.txt > FILE (GLOB TESTS ./test/ *.cpp) > > ls -liha test/ > total 0 > 3635635 drwxr-xr-x 3 pepone pepone 72 2008-02-19 04:56 . > 998787 drwxr-xr-x 4 pepone pepone 160 2008-02-19 04:52 ..

Re: [CMake] GLOB segmentation fault

2008-02-18 Thread pepone . onrez
[EMAIL PROTECTED] ~/kk/cmake-glob-bug $ cat CMakeLists.txt FILE (GLOB TESTS ./test/ *.cpp) ls -liha test/ total 0 3635635 drwxr-xr-x 3 pepone pepone 72 2008-02-19 04:56 . 998787 drwxr-xr-x 4 pepone pepone 160 2008-02-19 04:52 .. 3635679 drwxr-xr-x 2 pepone pepone 48 2008-02-19 04:56 .svn Prob

Re: [CMake] GLOB segmentation fault

2008-02-17 Thread Alexander Neundorf
On Sunday 17 February 2008, pepone.onrez wrote: > When i add this line to CMakeLists.txt i get a segmentation fault > cmake version 2.4-patch 6 > The problem seems to appear when the relative path ends with '/' > FILE (GLOB TESTS ./test/ *.cpp) I can't reproduce it: $ cat CMakeLists.txt FILE (

[CMake] GLOB segmentation fault

2008-02-17 Thread pepone . onrez
When i add this line to CMakeLists.txt i get a segmentation fault cmake version 2.4-patch 6 The problem seems to appear when the relative path ends with '/' FILE (GLOB TESTS ./test/ *.cpp) ___ CMake mailing list CMake@cmake.org http://www.cmake.org/ma