-
Notifications
You must be signed in to change notification settings - Fork 467
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
Compilation problems with scheduler/file.c on gcc 3.2 #433
Comments
CUPS.org User: mike What version of zlib do you have? |
CUPS.org User: stefan.hildenbrand On the system with gcc 3.2 I have on the other one it's: |
CUPS.org User: mike Reassigned to 1.2. What error message do you get from GCC 3.2? |
CUPS.org User: stefan.hildenbrand That's .....: Compiling file.c... make: *** [file.o] Error 1 |
CUPS.org User: mike You don't have zlib on the affected system. This will be fixed for 1.2, but not for 1.1.x. |
CUPS.org User: mike Fixed in CVS - the anonymous CVS repository will be updated at midnight EST. |
Version: 1.1.20
CUPS.org User: stefan.hildenbrand
gcc 3.2 doesn't like the following:
You can see a
diff
with "file.c" of v1.1.19.835c833
< fp->stream.next_out = (Bytef *)fp->buf;
With gcc 3.3 it compiles.
The text was updated successfully, but these errors were encountered: