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

compiling with freebsd #4

Open
robberer opened this issue Jul 5, 2016 · 0 comments
Open

compiling with freebsd #4

robberer opened this issue Jul 5, 2016 · 0 comments

Comments

@robberer
Copy link

robberer commented Jul 5, 2016

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 ?

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