help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Patch for compile gnustep-gui-0.20.0 agains gnustep-bas


From: Jochen Schmitt
Subject: [Help-smalltalk] Patch for compile gnustep-gui-0.20.0 agains gnustep-base-1.23.0
Date: Sun, 09 Oct 2011 21:52:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

Hallo,

unfortunately, I could not compile gnustep-gui-0.20.0 agains gnustep-base-1.23.0,
because I have got a errror message which told me, that the header file

GNUStepBase/preface.h

doesn't exists.

So I have created the following patch

diff -up gnustep-gui-0.20.0/Source/GSGuiPrivate.h.gb23 gnustep-gui-0.20.0/Source/GSGuiPrivate.h --- gnustep-gui-0.20.0/Source/GSGuiPrivate.h.gb23 2011-10-09 21:26:46.225797710 +0200 +++ gnustep-gui-0.20.0/Source/GSGuiPrivate.h 2011-10-09 21:27:10.046798788 +0200
@@ -31,7 +31,6 @@
 #define _GNUstep_H_GSGuiPrivate

 #import <Foundation/NSBundle.h>
-#include "GNUstepBase/preface.h"

 /*
  * Return the gnustep-gui bundle used to load gnustep-gui resources.

I could compile gnustep-gui after applying this patch, so I would
like your comments about this patch.

Best Regards:

Jochen Schmitt



reply via email to

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