bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gsrc] gnustep-gui-0.24


From: carl hansen
Subject: [bug-gsrc] gnustep-gui-0.24
Date: Wed, 26 Mar 2014 00:57:14 -0700

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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]