Re: Changes to graphic context handling

2007-03-20 Thread Mark Tracy
Fred, I tried the new svn 24903 with your changes. It looks like printing works now, when using the art backend. Cairo does not generate good EPS, but at least it tries. On the related subject of Cairo, I just submitted 3 bug reports, including the printing problem. I submitted the

RE: Problem building gnustep-base tools with MinGW

2007-03-20 Thread xavier . glattard
Selon Nicola Pero [EMAIL PROTECTED]: Mine is: gcc -Wl,--enable-auto-import -fgnu-runtime -o obj/autogsdoc.exe ./obj/autogsdoc.o ./obj/AGSParser.o ./obj/AGSOutput.o ./obj/AGSIndex.o ./obj/AGSHtml.o -L../Source/./obj -L/home/Nico/GNUstep/Library/Libraries

Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-16 13:33:48 +0200 Enrico Sersale [EMAIL PROTECTED] wrote: On 2007-03-16 13:04:30 +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

Re: Problem with gnustep trunk

2007-03-20 Thread Nicola Pero
Today, after a svn update, the problem is again here... (on four different machines) (I do have a /usr/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.14/Resources/Languages) Thanks ... we clearly haven't finished fixing this yet :-( The directory is looked up in various places

Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-20 15:17:49 +0200 Nicola Pero [EMAIL PROTECTED] wrote: Today, after a svn update, the problem is again here... (on four different machines) (I do have a /usr/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.14/Resources/Languages) Thanks ... we clearly haven't finished

Re: Please digg this, we want GNUstep's Summer of Code participation's place in t

2007-03-20 Thread Henry Acevedo
I just reading, the Etolie blog I found this!! I think that this guy had good points! --- Anonymous said... I was wondering, if anyone an answer my question, there is any default file

Re: Changes to graphic context handling

2007-03-20 Thread Fred Kiefer
Thank you for these bug reports and especially for the great test application. I ran it on my Linux machine already and was able to fix the GSReadRect:. Next I will try it on my Apple laptop to see the expected results there. Cheers, Fred Mark Tracy wrote: Fred, I tried the new svn 24903 with

Re: FILE* interface to NSString or NSData?

2007-03-20 Thread Michael Hopkins
On 19/3/07 20:33, Fred Kiefer [EMAIL PROTECTED] wrote: The class you are asking for is NSStream plus its subclasses NSInputStream and NSOutputStream. Michael Hopkins wrote: We want to convert a C library that reads from and writes to binary FILE* descriptors using fread() fwrite()

Hosts MAC address available from within Foundation?

2007-03-20 Thread Michael Hopkins
Hi all Is there some part of the Foundation API that lets me unambiguously discover the MAC address of the host running the application? Thx Michael _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/_/ _/_/_/ Hopkins Research Ltd

Re: Problem with gnustep trunk

2007-03-20 Thread Nicola Pero
[EMAIL PROTECTED] ~]# make_services 2007-03-20 15:38:12.039 make_services[23877] File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found OK ... I debugged and rewrote the lot ... try again now. :-) Thanks

Re: Problem with gnustep trunk

2007-03-20 Thread Enrico Sersale
On 2007-03-20 20:31:57 +0200 Nicola Pero [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~]# make_services 2007-03-20 15:38:12.039 make_services[23877] File NSUserDefaults.m: 580. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found OK ... I debugged and

Re: Hosts MAC address available from within Foundation?

2007-03-20 Thread Chris Vetter
On 2007-03-20 19:22:00 +0100 Michael Hopkins [EMAIL PROTECTED] wrote: Is there some part of the Foundation API that lets me unambiguously discover the MAC address of the host running the application? No, but you can use getaddrinfo(3) to obtain a socket address structure, then loop through

RE: Problem building gnustep-base tools with MinGW

2007-03-20 Thread Christopher Armstrong
Hi XSLT is #***ed on Windows. It compiles as a static library, and its imports end up overriding the imports in gnustep-base.dll when you do a -lxslt, such that all of the libxml2 and gnustep-base exported symbols get obliterated (all the __objc_ and NS* functions). I don't know what the