Problem with GUI

2010-11-22 Thread Germán Arias
Currently I can't compile GUI because I get the error: In file included from GSSpeechEngine.h:1, from GSSpeechEngine.m:1: /usr/GNUstep/Local/Library/Headers/Foundation/Foundation.h:47:34: error: Foundation/NSCalendar.h: No such file or directory make[5]: *** [obj/GSSpeechServer.ob

Re: Problem with GUI

2010-11-22 Thread Riccardo Mottola
Hi, I was about to complain about the same error: I get it when compiling any program. On the computer where I noticed it I even have libicu (3.8.1) installed. Riccardo Germán Arias wrote: Currently I can't compile GUI because I get the error: In file included from GSSpeechEngine.h:1,

Re: Problem with GUI

2010-11-23 Thread Fred Kiefer
again. And if you have some extra time, send a mail to David explaining the benefits of ChangeLog entries :-) Fred Original-Nachricht > Datum: Tue, 23 Nov 2010 08:13:12 +0100 > Von: Riccardo Mottola > An: ger...@xelalug.org > CC: GNUstep Developer > Betreff:

Re: Problem with GUI

2010-11-23 Thread Nicola Pero
> This was a change that accidentally slipped into David's bigger ICU change. > And I could convince David to revert that part. (Not visible in the ChangeLog > as David cannot be bothered by this old fashioned concept) > > Just do an SVN update of base and recompile. Then everything should be fi

Re: Problem with GUI

2010-11-23 Thread Nicola Pero
> So, what can we do to make this disruptive behaviour stop ? It's > exasperating. Having briefly looked at David's latest changes, it's worse than just missing ChangeLog entries: * FSF/LGPL copyright headers are missing in new files. I even wonder if the copyright was assigned to the FSF

Re: Problem with GUI

2010-11-23 Thread David Chisnall
On 23 Nov 2010, at 09:45, Nicola Pero wrote: > So, what can we do to make this disruptive behaviour stop ? It's > exasperating. Two options 1) Someone who cares about ChangeLogs can create a script that automatically pulls the commit message and list of changed files into the ChangeLog. I ca

Re: Problem with GUI

2010-11-23 Thread Tim Kack
Hi David, I do not want feed a heated discussion but I think there is a simple solution to this. On Tue, Nov 23, 2010 at 1:23 PM, David Chisnall wrote: > On 23 Nov 2010, at 09:45, Nicola Pero wrote: > > > So, what can we do to make this disruptive behaviour stop ? It's > exasperating. > > Two

Re: Problem with GUI

2010-11-23 Thread Tim Kack
Hi David, Btw, Foundation.h.install needs to be reverted as well since it is importing non existing NSCalender.h. Cheers, Tim ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Problem with GUI

2010-11-23 Thread David Chisnall
On 23 Nov 2010, at 13:09, Tim Kack wrote: > Hi David, > > Btw, Foundation.h.install needs to be reverted as well since it is importing > non existing NSCalender.h. Should be fixed. David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.g

Re: Problem with GUI

2010-11-23 Thread David Chisnall
On 23 Nov 2010, at 12:57, Tim Kack wrote: > I guess the svn2cl script (http://arthurdejong.org/svn2cl/) could come handy > to do this. > That way you do not need to copy paste anything. The script does it for you. Thanks. I've committed a script that uses this to create a ChangeLog entry from

Re: Problem with GUI

2010-11-23 Thread Nicola Pero
>> So, what can we do to make this disruptive behaviour stop ? It's >> exasperating. > > Two options > > 1) Someone who cares about ChangeLogs can ... > > 2) Someone who cares about ChangeLogs can ... > It's not about "caring about ChangeLogs" - it's about "coding standards". If every contri

Re: Problem with GUI

2010-11-23 Thread Gregory Casamento
Guys, These are very basic things. All of these standards are extremely important. I'd like to urge everyone to adhere to them for the following reasons: * The copyright headers are important since they legally notify anyone using the code that it is covered by a given license. This is import

Re: Problem with GUI

2010-11-24 Thread Banlu Kemiyatorn
Hi, I'm free for 2$ per commit and will write all necessary ChangeLog for you. Who need a commit script when you can have your own secretary? Thanks, Banlu. --     ..     Banlu Kemiyatorn   /.../\...\   Free Software Yogi  |.../  \...|  漫画家 GZSC  |../    \..|  http://groundzerostudiocomplex.

Foundation.h vs. Foundation.h.install (Was: Problem with GUI)

2010-11-23 Thread Wolfgang Lux
David Chisnall wrote: On 23 Nov 2010, at 13:09, Tim Kack wrote: Hi David, Btw, Foundation.h.install needs to be reverted as well since it is importing non existing NSCalender.h. Should be fixed. which reminds me of the question I was going to ask for quite some time: What is the point

Re: Foundation.h vs. Foundation.h.install (Was: Problem with GUI)

2010-11-23 Thread David Chisnall
On 23 Nov 2010, at 14:17, Wolfgang Lux wrote: > which reminds me of the question I was going to ask for quite some time: What > is the point of having two different headers in the first place? The headers > are (almost) identical, so this split apparently just ends up in being a > maintenance n

Re: Foundation.h vs. Foundation.h.install (Was: Problem with GUI)

2010-11-23 Thread Wolfgang Lux
David Chisnall wrote: Looking in Foundation.h, I also noted that the contents of Foundation.h seems to be wrong - it should contain lines like: #import "NSObject.h" Instead, it contains lines like: #import This means that it will always grab the header from the installed location unless

Re: Foundation.h vs. Foundation.h.install (Was: Problem with GUI)

2010-11-23 Thread Nicola Pero
> The only issue is with headers that are > removed from the source tree without updating Foundation.h, since the > old header still may be present in the installed location (I don't > know whether gnustep-make prunes the header directories upon make > install. Nicola?) No, it doesn't pru

Re: Foundation.h vs. Foundation.h.install (Was: Problem with GUI)

2010-11-24 Thread Fred Kiefer
Am 23.11.2010 15:17, schrieb Wolfgang Lux: > David Chisnall wrote: > >> On 23 Nov 2010, at 13:09, Tim Kack wrote: >> >>> Hi David, >>> >>> Btw, Foundation.h.install needs to be reverted as well since it is >>> importing non existing NSCalender.h. >> >> Should be fixed. > > which reminds me of the