We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any idea what might be causing this,
job_attr_def.c:1373:3: error: invalid conversion from ‘char’ to ‘int ()(pbs_attribute, void*, int)’ [-fpermissive]
The text was updated successfully, but these errors were encountered:
Any idea what might be causing this, job_attr_def.c:1373:3: error: invalid conversion from ‘char’ to ‘int ()(pbs_attribute, void*, int)’ [-fpermissive]
This issue came from your gcc and g++ compiler. I tried gcc-4.8 and g++-6, and solved this problem.
Sorry, something went wrong.
In 2019, using GCC-4.8 is not an acceptable solution.
No branches or pull requests
Any idea what might be causing this,
job_attr_def.c:1373:3: error: invalid conversion from ‘char’ to ‘int ()(pbs_attribute, void*, int)’ [-fpermissive]
The text was updated successfully, but these errors were encountered: