bug-gsrc
[Top][All Lists]
Advanced

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

Re: [bug-gsrc] gnustep-gui-0.24


From: Brandon Invergo
Subject: Re: [bug-gsrc] gnustep-gui-0.24
Date: Tue, 01 Apr 2014 21:22:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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: pgpeZhLZRdLt1.pgp
Description: PGP signature


reply via email to

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