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
Hello, I got this build error on Arch Linux, python is at v3.12.6, building from the latest commit of master branch
GEN zh_CN.gmo
GEN zh_HK.gmo
make[2]: Leaving directory '/build/qk-git/src/qk/po-gsv'
Making all in api
make[2]: Entering directory '/build/qk-git/src/qk/api'
GEN moo.xml.stamp
GEN gtk.xml.stamp
Traceback (most recent call last):
File "/build/qk-git/src/qk/api/./parsedocs.py", line 9, in <module>
from mdp.docparser import Parser
File "/build/qk-git/src/qk/api/mdp/docparser.py", line 317
Traceback (most recent call last):
print 'func.name:', func.name
File "/build/qk-git/src/qk/api/./parsedocs.py", line 9, in <module>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
from mdp.docparser import Parser
File "/build/qk-git/src/qk/api/mdp/docparser.py", line 317
print 'func.name:', func.name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
make[2]: *** [Makefile:871: moo.xml.stamp] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:888: gtk.xml.stamp] Error 1
make[2]: Leaving directory '/build/qk-git/src/qk/api'
make[1]: *** [Makefile:520: all-recursive] Error 1
make[1]: Leaving directory '/build/qk-git/src/qk'
make: *** [Makefile:452: all] Error 2
==> ERROR: A failure occurred in build().
checking for windres... no
checking for python2... no
checking for python2.7... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python2.3... no
checking for python2.2... no
checking for python2.1... no
checking for python2.0... no
checking for python... python
checking for pkg-config... /usr/bin/pkg-config
The text was updated successfully, but these errors were encountered:
Hello, I got this build error on Arch Linux, python is at v3.12.6, building from the latest commit of master branch
The text was updated successfully, but these errors were encountered: