You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did have a problem when compiling systemv/cupstestppd.c. The
compiler did not find the new PPD_CONFORM_STRICT,... values. This
was because i had set -I/usr/local/include as my CFLAG and the compiler
picked up an old cups.h file. My setting was needed to find jpeg, libz
etc.
A solution for this is to make sure that the -I options are set in
proper order
This is on Tru64 V5.1B, native C and C++
The text was updated successfully, but these errors were encountered:
Version: 1.2-current
CUPS.org User: olle.cb.uu
I did have a problem when compiling systemv/cupstestppd.c. The
compiler did not find the new PPD_CONFORM_STRICT,... values. This
was because i had set -I/usr/local/include as my CFLAG and the compiler
picked up an old cups.h file. My setting was needed to find jpeg, libz
etc.
A solution for this is to make sure that the -I options are set in
proper order
This is on Tru64 V5.1B, native C and C++
The text was updated successfully, but these errors were encountered: