Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Richard Frith-Macdonald
On 15 Mar 2007, at 06:20, Michael Gardner wrote: On 3/15/07, Andrew Pinski [EMAIL PROTECTED] wrote: You still have to compile your program with -fexceptions to get objc exceptions working with objective-C. But that doesn't explain (2), where I *do* use -fobjc-exceptions, only with gcc

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Michael Gardner
On 3/15/07, Richard Frith-Macdonald [EMAIL PROTECTED] wrote: Presumably you failed to use the --enable-native-objc-exceptions when configuring gnustep-make. It's hardly surprising that the wrong flags are being passed to the compiler and the wrong config options being set if the system was not

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Michael Gardner
D'oh! I forgot to attach config.log, after I accidentally reloaded the window in which I was writing the previous email and had to re-type the whole thing. Sorry about the noise. -Michael On 3/15/07, Michael Gardner [EMAIL PROTECTED] wrote: On 3/15/07, Richard Frith-Macdonald [EMAIL PROTECTED]

Re: Problem with gnustep trunk

2007-03-15 Thread Nicola Pero
Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure why ... can you provide me/us with some more info to find/fix

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Nicola Pero
You still have to compile your program with -fexceptions to get objc exceptions working with objective-C. But that doesn't explain (2), where I *do* use -fobjc-exceptions, only with gcc instead of g++, and with a separate linking step instead of all-at-once. I believe that Andrew is

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Nicola Pero
Andrew -- do we need to add -fexceptions on all platforms or only on some ? Well, I added it to all platforms on gnustep-make trunk. :-) If anyone has got a FreeBSD (or any other non-GNU/Linux platform) and is around to help a little, you could try gnustep-make from trunk, using ./configure

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Michael Gardner
On 3/15/07, Nicola Pero [EMAIL PROTECTED] wrote: I believe that Andrew is suggesting trying -fobjc-exceptions -fexceptions both when compiling and linking. Can you try it out ? Ah, I misread; sorry about that. I just tried that suggestion: gcc41 -c -fobjc-exceptions -fexceptions

Re: Problem with gnustep trunk

2007-03-15 Thread Enrico Sersale
On 2007-03-15 11:30:54 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure

Re: Problem with gnustep trunk

2007-03-15 Thread Enrico Sersale
On 2007-03-15 11:30:54 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Unfortunately, for me not. I still get: File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found with any application or tool... Thanks Enrico ... I'm not sure

Fwd: Congratulations, Your organization has been accepted in to the Google Summer of Code(tm) 2007

2007-03-15 Thread Adam Fedor
Woo Hoo! :-) Begin forwarded message: From: [EMAIL PROTECTED] Date: March 15, 2007 1:59:50 AM MDT Subject: Congratulations, Your organization has been accepted in to the Google Summer of Code(tm) 2007 Congratulations! Your organization GNUstep has been accepted in to the Google Summer

Re: Congratulations, Your organization has been accepted in to the Google Summer of Code(tm) 2007

2007-03-15 Thread Nicolas Roard
On 3/15/07, Adam Fedor [EMAIL PROTECTED] wrote: Woo Hoo! :-) Excellent news !! :-) I'll probably have time to mentor a student this summer if needed. -- Nicolas Roard La perfection, ce n'est pas quand il n'y a plus rien à ajouter, c'est quand il n'y a plus rien à retrancher. -- Antoine de

Re: Congratulations, Your organization has been accepted in to the Google Summer of Code(tm) 2007

2007-03-15 Thread Fred Kiefer
Nicolas Roard wrote: On 3/15/07, Adam Fedor [EMAIL PROTECTED] wrote: Woo Hoo! :-) Excellent news !! :-) I'll probably have time to mentor a student this summer if needed. Great! I also should have some time to mentor somebody working on GNUstep gui or the cairo backend. Cheers, Fred

Re: Call for volunteers: Backporting mySTEP changes

2007-03-15 Thread Fred Kiefer
Xavier Glattard wrote: Selon Fred Kiefer [EMAIL PROTECTED]: There are some differences in NSApplication. As this class is central i guess many other classes use it and then it should be treated first. A quick look in NSApplication.h shows me some additions : - an event queue (i know : i

Re: Summer of Code 2007

2007-03-15 Thread Nicolas Roard
On 3/15/07, Fred Kiefer [EMAIL PROTECTED] wrote: Nicola Pero wrote: I looked at the stuff, and the money is pretty good for students -- it looks like it's 4,500 USD in total for the Summer job ? :-) Can we add 'Writing a Renaissance GUI Builder' to the list of tasks ? I volunteer

Re: Summer of Code 2007

2007-03-15 Thread Gregory John Casamento
Nicola, Having thought about this type of thing a great deal, extending Gorm to read and write Renaissance files as well as adding editors to handle the different editing situations would be better than creating a gui builder from scratch. Gorm currently has an architecture which allows easy

Re: Summer of Code 2007

2007-03-15 Thread Nicola Pero
Can we add 'Writing a Renaissance GUI Builder' to the list of tasks ? I volunteer mentoring a student doing that. It's a pretty tough job though, so only determined people! ;-) No, lets not write a new GUI Builder here, No, let's not start a new flamewar here, ;-) Your idea could

NSPropertyListSerialization

2007-03-15 Thread YL
Dear All, Is NSPropertyListSerialization and surrounding Objects available in GnuSTEP now? I cannot find the code in dev-libs. Thanks, YL ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: NSPropertyListSerialization

2007-03-15 Thread Richard Frith-Macdonald
On 15 Mar 2007, at 18:17, YL wrote: Dear All, Is NSPropertyListSerialization and surrounding Objects available in GnuSTEP now? I cannot find the code in dev-libs. Try looking in NSPropertyList.m in the base library. ___ Gnustep-dev mailing

Re: Call for volunteers: Backporting mySTEP changes

2007-03-15 Thread Richard Frith-Macdonald
On 15 Mar 2007, at 17:10, Fred Kiefer wrote: Is there a good example of gnustep coding standard conformity around ? No, it is used a bit inconsistently in the GNUstep code. Most of the time I take NSCell as my reference. But the full details are somewhere on the web page. I've tried

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Andrew Pinski
On 3/15/07, Richard Frith-Macdonald [EMAIL PROTECTED] wrote: I thought that compiling with '-x objective-c' was supposed to have the same effect as compiling a file with a .m extension too. If that understanding is correct, I don't see how the behavior you are seeing could be anything other than

Re: Congratulations, Your organization has been accepted in to the Google Summer of Code(tm) 2007

2007-03-15 Thread Adam Fedor
It would really help, if you want to be a mentor, to go to the google site and sign up. I also need a backup administrator to sign up (in case thay can't contact me). You need to have a google account to do this (easy). http://code.google.com/soc/mentor_step1.html Also, make sure you

make install

2007-03-15 Thread Xavier Glattard
Hi all :-) I used to use make-1.13. I just upated it to svn version. When i did 'make install' with 1.13 version all files were put in GNUstep/Local/... directory. But now they are put in GNUstep/System/... I had to clean by hand my Local directory because it is search first (by ld) and old

Fwd: [OG #148744] Fwd: Is the pre WebKit OmniWeb Code available?

2007-03-15 Thread Lars Sonchocky-Helldorf
FYI, no luck with OmniGroups code ... Anfang der weitergeleiteten E-Mail: Von: [EMAIL PROTECTED] Datum: 8. März 2007 19:09:05 MEZ An: [EMAIL PROTECTED] Betreff: [OG #148744] Fwd: Is the pre WebKit OmniWeb Code available? Antwort an: [EMAIL PROTECTED] Hi Lars, Sorry for my delay in getting

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Michael Gardner
On 3/15/07, Andrew Pinski [EMAIL PROTECTED] wrote: On 3/15/07, Richard Frith-Macdonald [EMAIL PROTECTED] wrote: I thought that compiling with '-x objective-c' was supposed to have the same effect as compiling a file with a .m extension too. If that understanding is correct, I don't see how

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Andrew Pinski
On 3/15/07, Michael Gardner [EMAIL PROTECTED] wrote: On 3/15/07, Andrew Pinski [EMAIL PROTECTED] wrote: On 3/15/07, Richard Frith-Macdonald [EMAIL PROTECTED] wrote: I thought that compiling with '-x objective-c' was supposed to have the same effect as compiling a file with a .m extension

Re: Crash with new-style exceptions on FreeBSD amd64

2007-03-15 Thread Michael Gardner
On 3/15/07, Andrew Pinski [EMAIL PROTECTED] wrote: On 3/15/07, Michael Gardner [EMAIL PROTECTED] wrote: That bug's description doesn't seem to match the symptoms I'm seeing, and it's reported against gcc 4.3 rather than 4.1. For one, it is the same symptom, in that we are not linking against

RE: make install

2007-03-15 Thread Nicola Pero
Installing into System is supposed to be the standard ... ;-) If you want to always install everything into Local, you can try export GNUSTEP_INSTALLATION_DOMAIN=LOCAL in your shell (in particular, add it to your shell initialization script). :-) This will then install everything into Local/

Please digg this, we want GNUstep's Summer of Code participation's place in the limelight!

2007-03-15 Thread Lars Sonchocky-Helldorf
http://digg.com/programming/ GNUstep_participates_in_Google_Summer_of_Code_2007 http://gnustep.blogspot.com/2007/03/summer-of-code-2007.html about 50 diggs should do it. regards, Lars ___ Gnustep-dev mailing list Gnustep-dev@gnu.org