Hi Carl,

Sorry for the delayed response.

> 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

gnustep-gui compiled for me without any errors.

> 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"
>

If this solution worked, it seems that it would be better fixed via an
'-I' switch to the to the compiler.  Since it's a header that's internal
to the project, it would be the package's configure script that somehow
failed.  I'm looking now and it seems that the -I option is set in
Printing/{GSLPR,GSCUPS}/GNUmakefile.preamble.  Is it set there for you?

Thanks,
Brandon

-- 
Brandon Invergo
http://brandon.invergo.net

Attachment: pgp1rIwHLumW0.pgp
Description: PGP signature

Reply via email to