gnustep-gui-0.24
GSLPRPrintOperation.m:49:25: fatal error: GSGuiPrivate.h: No such file or
directory
#import "GSGuiPrivate.h"
^
compilation terminated.
/opt/gsrc/System/Library/Makefiles/rules.make:468: recipe for target
'obj/x86_64/linux-gnu/gnu-gnu-gnu/GSLPR.obj/GSLPRPrintOperation.m.o' failed
make[6]: ***
[obj/x86_64/linux-gnu/gnu-gnu-gnu/GSLPR.obj/GSLPRPrintOperation.m.o] Error 1
solution:
in gnustep-gui-0.24.0/Printing/GSLPR/GSLPRPrintOperation.m
and gnustep-gui-0.24.0/Printing/GSCUPS/GSCUPSPrintOperation.m
replace
#import "GSGuiPrivate.h"
by
#import "../../Source/GSGuiPrivate.h"