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 +=
signature.asc
Description: Digital signature