Opened 5 years ago
Closed 5 years ago
#4477 closed defect (fixed)
expr: syntax error
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
As of commit 09447c38aec00bc390aef3b5237c383a14ae995a (3.0.0alpha5dev) and dunno since when, upon running make check
under postgis/
subdir, an error is printed:
expr: syntax error
I believe this comes from this line in postgis/Makefile (and other Makefiles):
ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1)
The PROTOCC_VERSION
variable is NOT defined in that Makefile
Note:
See TracTickets
for help on using tickets.
In 17709: