Re: Segfault in pbxbuild

2009-12-07 Thread hansfbaier
2009/12/3 SPUeNTRUP - Kai Henningsen kai.henning...@cats.ms: (gdb) where #0  objc_msg_lookup (receiver=0x8490bb0, op=0xf76cfb68) at /opt/Cross/Work/i686-ubuntu-linux-gnu/BUILD/gcc-4.3.3/libobjc/sendmsg.c:224 #1  0xf74811ca in -[NSArrayEnumerator dealloc] (self=0x84915b0, _cmd=0xf76f5f40) at

Re: [flame] NEWS file is useless

2009-11-25 Thread hansfbaier
I still haven't seen a convincing argument for it.  Any of the information that people write in the ChangeLog file they could also write in the commit log.  It is impossible to make a commit without writing a log message, it is easy to make a commit without editing the ChangeLog (you could add

GNUstep looks really good with the new Gtk+-Aurora Theme

2009-11-19 Thread hansfbaier
Here is the screenshot: http://stashbox.org/705472/Bildschirmfoto.png Kind regards, Hans signature.asc Description: OpenPGP digital signature ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

GNUstep looks really good with the new Gtk+-Aurora Theme

2009-11-19 Thread hansfbaier
Here is the screenshot: http://stashbox.org/705472/Bildschirmfoto.png Kind regards, Hans signature.asc Description: OpenPGP digital signature ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: pbxbuild patch

2009-11-19 Thread hansfbaier
After glancing through it again it's not as bad as I had originally thought. Like you said, it's mostly some block comments, and I added some helper macros that should be moved somewhere else. It's going to be at least several weeks before I can think about spending time on it again so I

Re: pbxbuild patch

2009-11-19 Thread hansfbaier
So, i will apply the patch and throw out the comments, I hope, this is ok for you :) Applied it now. Hans signature.asc Description: OpenPGP digital signature ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: pbxbuild patch

2009-11-18 Thread hansfbaier
2009/11/18 Joe Mattiello j...@sensenetworks.com: I have a patch I wrote over the summer for pbxbuild that adds many enhancements, though it may break legacy (pre-leopard XCode) versions of projects. The short story is I wrote all these changes for internal projects that needed to be ported to

Re: Proposal: new name: pbxbuild - pearbuild

2009-11-18 Thread hansfbaier
2009/11/19 Gregory Casamento greg.casame...@gmail.com: Hans, The only thing I'm wondering is why pear in particular?   I think it's good, because it's imaginative.  Additionally, I wouldn't have wanted the tool to be called gsxcodebuild or gspbxbuild or even gsbuild as I have a distinct

Re: Proposal: new name: pbxbuild - pearbuild

2009-11-18 Thread hansfbaier
1) Separate out the code which does the actual conversion.  It would be useful to have this as a library in case it could be used by other tools or apps, such as ProjectCenter. That would be appealing to me. I could envision an event-based API like for SAX, but I have to look at the code to

Re: [Fwd: Re: GNUstep and Linux Fund]

2009-11-12 Thread hansfbaier
This allows to display any menu (set via setMenu:) as the popup menu of the view. It is up to the application programmer to use or ignore this feature. Thanks for the explanation. I supposed so. So the issue is rather the default behavior; I would suggest rather do nothing on right mouse click,