EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: R3.14.8 makeBaseApp.pl - File::Find problem on cygwin
From: Ralph Lange <[email protected]>
To: [email protected]
Date: Tue, 29 Nov 2005 10:56:06 +0100
Hm ...

so - as makeBaseApp's use of find() follows exactly the third form mentioned in the synopsis - what you're saying is: On cygwin File::Find does not work as documented.
Correct?

I'm sorry - I would like to help finding the reason, but I don't have a cygwin system available. To be more exact: No working Windows system at all, at the moment.

BTW - My Find.pm is slightly older:

aragon: ...> head /usr/share/perl/5.8.4/File/Find.pm
package File::Find;
use 5.006;
use strict;
use warnings;
use warnings::register;
our $VERSION = '1.07';
require Exporter;
require Cwd;

Do you have any idea? I ... don't, actually.

Ralph


Jeff Hill wrote:

What does the perl doc on your cygwin system say on find() ?
Mine says:

--snip--

File::Find(3)         User Contributed Perl Documentation
File::Find(3)

NAME
      File::Find - Traverse a directory tree.

SYNOPSIS
          use File::Find;
          find(\&wanted, @directories_to_search);
          sub wanted { ... }

          use File::Find;
          finddepth(\&wanted, @directories_to_search);
          sub wanted { ... }

          use File::Find;
          find({ wanted => \&process, follow => 1 }, '.');

DESCRIPTION
      These are functions for searching through directory trees doing work
[...]

Replies:
Re: R3.14.8 makeBaseApp.pl - File::Find problem on cygwin Andrew Johnson
References:
RE: [Fwd: RE: R3.14.8 makeBaseApp.pl] Jeff Hill

Navigate by Date:
Prev: RE: Mantis bugs Jeff Hill
Next: FW: ms and setvbuf Jeff Hill
Index: 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: [Fwd: RE: R3.14.8 makeBaseApp.pl] Jeff Hill
Next: Re: R3.14.8 makeBaseApp.pl - File::Find problem on cygwin Andrew Johnson
Index: 2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·