Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError when running the configure script #937

Open
adri326 opened this issue Mar 9, 2018 · 1 comment
Open

SyntaxError when running the configure script #937

adri326 opened this issue Mar 9, 2018 · 1 comment

Comments

@adri326
Copy link

adri326 commented Mar 9, 2018

I was doing a fresh install of the software, I just cloned it on my machine and ran $ ./configure in it, and it directly spit me out the following error:

  File "./configure", line 409
    '''
      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int '''Node.js configure error: No acceptable C compiler found!

        Please make sure you have a C compiler installed on your system and/or
        consider adjusting the CC environment variable if you installed
        it in a non-standard prefix.
        ''')?

When looking at the file, this is what there is at the spot it showed me:

print '''Node.js configure error: No acceptable C compiler found!
        Please make sure you have a C compiler installed on your system and/or
        consider adjusting the CC environment variable if you installed
        it in a non-standard prefix.
        '''

This is very disturbing, because the python print syntax is - if I remember correctly: print("stuff")

Is it an issue with my python interpreter? Since the build is passing on travis and the same thing is found all over the place in the ./configure script and since there is no issue mentioning this, it has to be an error on my side

@adri326
Copy link
Author

adri326 commented Mar 9, 2018

I am running:

  • python 3.6.4-2
  • Antergos (Arch Linux) 4.14.13-1-ARCH
  • x86_64 architecture
  • X11, xfce3/i3 (not relevant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant