EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Perl problem with EPICS PC build
From: [email protected] (Kay-Uwe Kasemir)
To: [email protected]
Date: Thu, 04 Mar 1999 09:17:39 -0700
Dear tech-talk reader:

When trying to build EPICS R3.13B12 on my PC I ran into a problem
that is caused by Perl.  I am using the latest Perl that I could find on
www.perl.com:

>C:\Kay\Epics\epicsR3.13B12>perl
>
>use English;
>
>print "This is Perl version $PERL_VERSION, running on $OSNAME";
>^Z
>This is Perl version 5.00503, running on MSWin32

With this version, src\tools\rm.pl and ...mkdir.pl have to be changed
slightly:

at the beginning, change
	getopt();
into
	getopt('');    (two single ticks (') generating an empty string)


This error is very unexpected to me because
a) The Perl Book claims that for Perl being very tolerant
    false equals 0 equals '' equals <nothing> equals <end-of-file> ....
    This error should never have occured!
b) I intentionally based both Perl scripts on the Perl standard library
Getopt::Std
    in order to be system- and version independend...


-Kay


Navigate by Date:
Prev: Re: dbst problem when built against 3.13.1(actually problem with capfast symbols) Ralph Lange
Next: Job Posting Karen White
Index: 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Job Opportunities Hamid Shoaee
Next: Job Posting Karen White
Index: 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·