[Orca-users] Latest Snapshot compliation problem

Blair Zajac blair at orcaware.com
Thu Jul 21 08:08:48 PDT 2005


Paul Porcelli wrote:
> Hello,
> having the following problem with the latest Orca snapshot.
> Any ideas ?
> 
> Thanks.
> 
> making all in lib
> /usr/local/bin/perl -e 'while (sysread(STDIN, $b, 35)){print
> unpack("h*", $b),"\n"}' <  > orca_logo.gif.hex
> sh: syntax error at line 1: `>' unexpected
> *** Error code 2
> make: Fatal error: Command failed for target `orca_logo.gif.hex' Current
> working directory /test/Orca/orca-snapshot-r473/lib
> *** Error code 1
> make: Fatal error: Command failed for target `all'

What OS, OS version and version of make do you have?

I just ran this myself and it worked fine.  In my make, it looked like 
this with orca_logo.gif between the < and >.

/opt/i386-linux/installed/perl-5.8.6/bin/perl -e
'while (sysread(STDIN, $b, 35)){print unpack("h*", $b),"\n"}'
< orca_logo.gif > orca_logo.gif.hex

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair at orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/



More information about the Orca-users mailing list