Your message dated Mon, 18 Sep 2006 16:53:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line FTBFS: Unable to include GWorkspace/GWProtocol.h
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gworkspace
Version: 0.7.0-1
Severity: serious
Tags: patch

gworkspace fails to build because it cannot include
GWorkspace/GWProtocol.h:

> gcc GWRemote.m -c \
>       -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 
> -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN 
> -DGSDIAGNOSE -O2 -fno-strict-aliasing -fgnu-runtime -Wall 
> -fconstant-string-class=NSConstantString -IGWRemote -I../IGWRemote 
> -I../../IGWRemote -IViewer -IRemoteEditor -IRemoteTerminal -I. 
> -I/root/GNUstep/Library/Headers 
> -I/tmp/buildd/gworkspace-0.7.0/debian/gworkspace.app/usr/lib/GNUstep/System/Library/Headers
>  -I/usr/local/lib/GNUstep/Network/Library/Headers 
> -I/usr/lib/GNUstep/System/Library/Headers \
>        -o shared_obj/GWRemote.o
> GWRemote.m:37:35: error: GWorkspace/GWProtocol.h: No such file or directory

The attached patch fixes this problem by adding ../.. to the include
path.

-- 
Matt
only in patch2:
unchanged:
--- gworkspace-0.7.0.orig/GWRemote/GWRemote/GNUmakefile.preamble
+++ gworkspace-0.7.0/GWRemote/GWRemote/GNUmakefile.preamble
@@ -10,7 +10,7 @@
 
 # Additional include directories the compiler should search
 ADDITIONAL_INCLUDE_DIRS += -IGWRemote -I../IGWRemote -I../../IGWRemote \
-                          -IViewer -IRemoteEditor -IRemoteTerminal
+                          -IViewer -IRemoteEditor -IRemoteTerminal -I../..
 
 # ADDITIONAL_INCLUDE_DIRS +=
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0.8.3-1

On Mon, Sep 18, 2006 at 04:08:09PM +0200, G?rkan Seng?n wrote:
> if this bug #327430 is fixed with 0.8.3-1, can you please close it,
> or tell me to close it?

I wasn't able to reproduce it, so I'm closing it with this message.

-- 
Matt

--- End Message ---

Reply via email to