kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

Build Failure. Print errors. #1432

Closed toadzroc closed 4 months ago

toadzroc commented 5 months ago

Another build failure. This time it's a printf error

$ ./build_linux.sh RADIUM_QT_VERSION=5 BUILDTYPE=RELEASE fatal: not a git repository (or any of the parent directories): .git File "", line 1 import sys;print sys.prefix+'/include/python'+sys.version[:3] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? INCLUDE_FAUSTDEV=jadda INCLUDE_PDDEV=jadda File "", line 1 import sys;print '-L'+sys.prefix+'/lib' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

kmatheussen commented 4 months ago

Did you override the warning about missing python2?

kmatheussen commented 4 months ago

I mean remove the warning about missing python2?