Hello, I’ve tried to build the library on my mac, but it’s failing on “make check” step. I’m using: - macOS Catalina 10.15.7 (19H15) - Python 3.9.0
This is the error message I get: /Library/Developer/CommandLineTools/usr/bin/make check-TESTS ./check.py: line 1: import: command not found ./check.py: line 2: import: command not found ./check.py: line 5: syntax error near unexpected token `(' ./check.py: line 5: `srcdir = os.path.dirname(__file__)' FAIL: check.py ================================= 1 of 1 test failed Please report to libredwg@gnu.org ================================= make[4]: *** [check-TESTS] Error 1 make[3]: *** [check-am] Error 2 make[2]: *** [check-recursive] Error 1 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 Do you have any suggestion? Thanks in advance. Sincerely, Seokhwan