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
Hi,
if i try to compile this on FreeBSD 10 with gcc 4.8.5 i get the following error:
# make rastertozj.o gcc -Wl,-rpath,/usr/lib -Wall -fPIC -O3 -c rastertozj.c rastertozj.c: In function 'pageSetup': rastertozj.c:191:13: error: lvalue required as left operand of assignment old_signal = signal(15,cancelJob); ^ *** Error code 1 Stop. make: stopped in /root/zj-58
How can I fix this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
if i try to compile this on FreeBSD 10 with gcc 4.8.5 i get the following error:
How can I fix this ?
The text was updated successfully, but these errors were encountered: