zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

build failure: Solaris #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.IN MachineA  
$what make
make:
        RELEASE VERSION SunOS 5.8 Patch 111697-04 October 2002

2.IN MachineB
$gmake -v
GNU Make 3.81

3.I have run CPP code written specific to Machine A,on both MachineA and 
MachineB it's giving issues on MachineB
like: /bin/sh: syntax error at line 26: `WEB' unexpected

I have changed shell to /bin/bash 
then also /bin/bash: -c: line 26: syntax error near unexpected token `|'

What is the expected output? What do you see instead?

On MachineA code got successfully compiled, on Machine B also it should

What version of the product are you using? On what operating system?

MachineA:RELEASE VERSION SunOS 5.8 Patch 111697-04 October 2002,Make

MachineB:SunOS 5.8 and gmake 3.81

I would like to know do we need to change make files i mean is there any syntax 
differences

will you let me know some document (i have already seen gmake manual).
so that i can i can do requires changes to make files

Please provide any additional information below.
NOTE: If you have a suggested patch, please see
http://code.google.com/p/re2/wiki/Contribute
for information about sending it in for review.  Thanks.

Original issue reported on code.google.com by revathi....@gmail.com on 30 Apr 2013 at 9:41

GoogleCodeExporter commented 9 years ago
I don't know what could possibly cause this except a bug in bash or gmake.

Original comment by rsc@golang.org on 11 Jul 2013 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by rsc@golang.org on 10 Jan 2014 at 3:25

GoogleCodeExporter commented 9 years ago
RE2 has moved to GitHub. I have not moved the issues over. If this issue is 
still important to you, please file a new one at 
https://github.com/google/re2/issues. Thank you.

Original comment by rsc@golang.org on 11 Dec 2014 at 4:45