You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
I'm getting a configure error when building with or without --without-python:
checking for python >= 2.5... File "<string>", line 1
import
^
SyntaxError: invalid syntax
./configure: line 12394: test: : integer expression expected
not found
configure: error: found python (/usr/local/Library/ENV/4.3/python); required >= 2.5
See `config.log' for more details.
The error doesn't occur when built with --universal (probably because of env :std). I'm guessing this is linked to #26140.
I'm getting a configure error when building with or without
--without-python
:The error doesn't occur when built with
--universal
(probably because ofenv :std
). I'm guessing this is linked to #26140.Full log output:
https://gist.github.com/anonymous/8642219
The text was updated successfully, but these errors were encountered: