Re: Forwarded message: Thinking about GNUstep !

2001-03-29 Thread Richard Frith-Macdonald
On Thursday, March 29, 2001, at 01:21 PM, Manuel Guesdon wrote: From: Christian Schulte [EMAIL PROTECTED] Date: Thu Mar 29, 2001 01:11:48 PM Europe/London To: [EMAIL PROTECTED] Subject: Thinking about GNUstep ! From Manu Thu Mar 29 14: 15:01 2001 Delivered-To: [EMAIL PROTECTED]

Re: XML parser...

2001-10-01 Thread Richard Frith-Macdonald
On Monday, October 1, 2001, at 01:37 PM, Kotesh wrote: you mean XmlRpc-WO45-10b4r1.zip contains parser written in objectiveC ?? Infact I am looking for some XML parser that supports DTD validations and written in OBjectiveC. I have libxml package but not sure supports different

Re: .Net and Distribute Objects

2002-09-08 Thread Richard Frith-Macdonald
On Sunday, September 8, 2002, at 01:00 PM, José María Ruiz Aguilera wrote: Some phylosophical questions: a) Distribute Objects looks like very similar to .Net concept... Is this true? Vaguely ... both deal with distributed services. b) With all this software movement to big, complex

Re: Communication between applications

2002-10-09 Thread Richard Frith-Macdonald
On Thursday, October 10, 2002, at 02:50 am, Yen-Ju Chen wrote: Hi, How could two applications communicate with each other ? It seems the NSNotification only work _WITHIN_ an application itself. Should I use DO to do that ? The situation is that I have two applications: MusicBox and

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Monday, March 24, 2003, at 09:54 pm, Yen-Ju Chen wrote: Hi, I try to use [NSURL loadResourceDataNotifyingClient:usingCahce:], but it doesn't work at all. I implement both -URLHandleResourceDidBeginLoading: and -URLResourceDidBeginLoading: in the client. But they are never called. Does

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Tuesday, March 25, 2003, at 04:53 pm, Yen-Ju Chen wrote: Thanx a lot. It works. But I notice it doesn't work in the background. Is it supposed to be non-blocking ? I don't know ... It's written to block. I guess I'll have to check the apple implementation and change the GNUstep one to

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Tuesday, March 25, 2003, at 05:38 pm, Richard Frith-Macdonald wrote: On Tuesday, March 25, 2003, at 04:53 pm, Yen-Ju Chen wrote: Thanx a lot. It works. But I notice it doesn't work in the background. Is it supposed to be non-blocking ? I don't know ... It's written to block. I guess I'll

Re: nsstringencoding

2003-06-26 Thread Richard Frith-Macdonald
On Thursday, June 26, 2003, at 09:23 am, reuss wrote: NSStringEncoding *kodolas = [NSString availableStringEncodings]; NSLog(@[EMAIL PROTECTED],kodolas); and I get Segmentation fault what is wrong my code? The NSStringEncoding type is basically an integer ... to print a zero terminated array of

Re: encoding to latin2

2003-06-26 Thread Richard Frith-Macdonald
On Thursday, June 26, 2003, at 10:50 am, reuss wrote: I am unable to convert the following legyõz to latin2 string with dataUsingEncoding:9? I would like to put in an NSDictionary, but I got the message: Uncaught exception NSInvalidArgumentException, reason: Tried to add nil That means the

Re: unicode transcription table

2003-06-26 Thread Richard Frith-Macdonald
On Thursday, June 26, 2003, at 12:01 pm, reuss wrote: there is a table to see what the following unicode transcription is? Probably on the usincode web site or somewhere similar, but I don't specifically know of one. 00f6 As it's an 8bit value (ie nothing set in the top byte) it's a latin1

Re: partial matches in NSString

2003-06-29 Thread Richard Frith-Macdonald
On Sunday, June 29, 2003, at 03:15 pm, reuss wrote: How can I do find in NSStrings to get partial matches? See the documenation for -rangeOfString:options:range: ___ Help-gnustep mailing list [EMAIL PROTECTED]

Re: debian, gnustep-gui and doc

2003-07-06 Thread Richard Frith-Macdonald
On Sunday, July 6, 2003, at 03:13 AM, Adam Fedor wrote: Well this seems to be causing a lot of trouble (beside this). Maybe we should just not build Documentation in the normal build, but provide instructions for doing it in the INSTALL file? People complain (rightly) about the state of the

Re: Languages files

2003-12-09 Thread Richard Frith-Macdonald
On Tuesday, December 9, 2003, at 02:22 AM, Rob Burns wrote: Hello, Could someone explain the arrangement of the NSEarlierTimeDesignations and NSLaterTimeDesignations arrays. In the default Englsh file the Earlier array has four entries and the Later array has one. does each entry have a

Re: Using NSSocketPort

2004-05-16 Thread Richard Frith-Macdonald
On 16 May 2004, at 11:42, Nicolas SANCHEZ wrote: Hello, I want to connect to a server using NSSocketPort. What is the Class I had to use to read and write on the socket ? You almost certainly don't want to use NSSocketPort ... that's a class for Distributed Objects connections, and I assume that

Re: Cannot build gnustep-base documentation

2004-06-21 Thread Richard Frith-Macdonald
On 20 Jun 2004, at 16:04, Eric Heintzmann wrote: Once again, the gnustep-base documentation cannot be built when packaging for debian. On debian system all packages are built as simple user, and root permissions are simulated by the fakeroot program. But this fakeroot doesn't allow to write in

Re: MacOSX GNUstep build issues

2004-12-09 Thread Richard Frith-Macdonald
On 9 Dec 2004, at 15:21, Adam Fedor wrote: On Dec 9, 2004, at 2:19 AM, Kree Cole-McLaughlin wrote: Ooops, you're right, I got it backwards. I guess libgnustep-base is linking agaisnt the shared libraries, which means every time I want to build an app I need to include the libraries in the

Re: Problem with SQLClient

2004-12-14 Thread Richard Frith-Macdonald
On 14 Dec 2004, at 13:39, Käck Tim wrote: Hi, I am quite new to Objective-C (and C as well). Now, I am trying to build an application which needs to access a MySQL database. I was tinkering with the testapplication testMysql.m for the SQLClient library, but I cannot figure out how to turn all

Re: Problem with SQLClient

2004-12-15 Thread Richard Frith-Macdonald
On 15 Dec 2004, at 12:25, Käck Tim wrote: Hi Richard, Strangely enough, I doesn't help: db = [SQLClient clientWithConfiguration: nil name: @test]; [db setDebugging: 0]; [db setDurationLogging: -1]; NSLog(@Logging level is now: %@, [db durationLogging]); NSLog(@Debuggings is now: %@, [db

Re: GNUstep autogsdoc

2005-01-02 Thread Richard Frith-Macdonald
On 31 Dec 2004, at 13:08, Thomas Gamper wrote: Hi! I have some questions reguarding the autogsdoc tool. I am using your tool to generate documentation for a large software project at the Technical University of Vienna. The software I'm talking about consists of a large set of libraries written

Re: strange behaviour?

2005-01-22 Thread Richard Frith-Macdonald
On 21 Jan 2005, at 20:05, Christian Klein wrote: Hello, I have this piece of code in my little test application: NSUserDefaults *ud = [NSUserDefaults standardUserDefaults]; if([ud objectForKey: @NSWriteOldStylePropertyLists] == NO) NSLog(@returned NO\n); else

Re: FreeBSD 5.3 setup help

2005-02-02 Thread Richard Frith-Macdonald
Forgive me for butting in, but you and David appear to be talking without connecting ... at least you appear to be ignoring his points. Your point seems to be basically that use of '/proc' is not portable and that the /proc api is bad. That may be true, but it's not a useful point since we

Re: Double free invisible due to autorelease pool

2005-02-02 Thread Richard Frith-Macdonald
On 2 Feb 2005, at 19:27, Sébastien Pierre wrote: Hi all, I am currently in big trouble trying to find the cause of a double free which occurs when releasing an autorelease pool. Has anybody any idea to know how to identify where an autoreleased objects was freed (released, I guess) before being

Re: Double free invisible due to autorelease pool

2005-02-03 Thread Richard Frith-Macdonald
On 3 Feb 2005, at 08:33, Sébastien Pierre wrote: Hi Richard, Adam, First, thanks a lot for your answers ! Le 2 févr. 05, à 22:19, Adam Fedor a écrit : I am currently in big trouble trying to find the cause of a double free which occurs when releasing an autorelease pool. Has anybody any idea to

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 16:14, Sébastien Pierre wrote: Hi everyone ! I was wondering if it is possible to statically link everything that a program uses in GNUstep, so that I can end up with an executable that will simply work out of the box on Linux systems with or without GNUstep. No ... the system

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 17:39, Sébastien Pierre wrote: Le 4 févr. 05, à 18:21, Richard Frith-Macdonald a écrit : do a clean install of make + base, then build and install my program ... then I can make a tar image of the entire /usr/GNUstep tree (my program will be in /usr/GNUstep/Local/Tools

Re: Distributing gnustep-based software

2005-02-04 Thread Richard Frith-Macdonald
On 4 Feb 2005, at 20:14, Alex Perez wrote: Under Windows, at least, this could be theoretically possible. Wasn't there a patch to GNustep under win32 to make it use the timezone info in the windows registry by default? I seem to remember this...as for the character stuff, is this even really

Re: How do you write Unit Test cases?

2005-03-22 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-22 03:56:19 + Sergei Gnezdov [EMAIL PROTECTED] wrote: Is there any unit tests tool in GnuStep and/or Objective-C? Something simple and easy to use. I see something like NSAssert, but it is not enough all by itself. If you can cope with

Re: GNUstep fails to build on SUSE 9.2

2005-04-26 Thread Richard Frith-Macdonald
On 2005-04-26 12:11:42 +0100 BK [EMAIL PROTECTED] wrote: Hi I am trying to build GNUstep on SUSE 9.2 (virgin install with all devl packages installed) but it seems to me that GNUstep doesn't like SUSE, at least not 9.2. If I try to use the gnustep-startup package, it complains about missing

Re: Looking for runtime functions

2005-06-09 Thread Richard Frith-Macdonald
On 2005-06-09 20:26:53 +0100 Sherm Pendley [EMAIL PROTECTED] wrote: I've written some code that uses these functions from the Apple runtime: /* get/set iVar values */ object_getInstanceVariable object_setInstanceVariable /* fetch the objc_ivar struct for a named ivar */

Re: How To Archive SEL's With Keyed Archiving

2005-08-06 Thread Richard Frith-Macdonald
On 2005-08-06 11:47:55 +0100 Sašo Kiselkov [EMAIL PROTECTED] wrote: How do I archive a selector (SEL) correctly and portably with keyed archiving? There seems to be no `-encodeValueOfObjCType:...' or simmilar methods for keyed archives. I know I could just encode the values of the fields of

Re: Building GNUstep on Solaris 10 (x86)

2005-08-08 Thread Richard Frith-Macdonald
On 2005-08-08 08:32:05 +0100 Laszlo Kiss [EMAIL PROTECTED] wrote: Laszlo Kiss lkiss at deltaprime.com writes: Got another Solaris issue. It appears that the file GSConfig.h has a macro that should not be there. GSConfig.h - line 170: #define NXConstantStringNSConstantString When I

Re: porting code that uses NSSocketPort

2005-09-15 Thread Richard Frith-Macdonald
On 2005-09-15 13:08:13 +0100 Morgan Giddings [EMAIL PROTECTED] wrote: I am not at all clear how using an NSFileHandle would help. I have a DO based, client/server app where there can be up to 20 or more distributed processes (servers) on a cluster/grid, each talking to the client to

Re: NSObject errors compiling Objective-C programs

2005-10-10 Thread Richard Frith-Macdonald
On 2005-10-10 06:41:02 + Mehul N. Sanghvi [EMAIL PROTECTED] wrote: OK, so I've got gnustep-base and gnustep-make installed. I'm trying to follow the code as given on the Objective-C for Beginners website which is refrenced from the gnustep.org website. I am getting the following

Re: .app intergration in GWorkspace

2005-10-12 Thread Richard Frith-Macdonald
On 2005-10-12 10:49:12 + Mathew McBride [EMAIL PROTECTED] wrote: Hello all, Is it just me or are App Wrappers horribly broken in GWorkspace? I've tried taking Acrobat.app from the wrappers.tar.gz archive and dumping it into /usr/GNUStep/Local/Applications (no go) and

Re: .app intergration in GWorkspace

2005-10-17 Thread Richard Frith-Macdonald
On 2005-10-17 11:22:46 + Mathew McBride [EMAIL PROTECTED] wrote: Richard Frith-Macdonald wrote: 1. You need to run make_services after installing new apps, for them to be picked up (maybe you need to restart GWorkspace too ... I'm not sure). No dice :( That's really strange ... have

Re: .app intergration in GWorkspace

2005-10-17 Thread Richard Frith-Macdonald
On 2005-10-17 11:49:05 + Enrico Sersale [EMAIL PROTECTED] wrote: On 2005-10-17 14:39:38 +0300 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On 2005-10-17 11:22:46 + Mathew McBride [EMAIL PROTECTED] wrote: Richard Frith-Macdonald wrote: 1. You need to run make_services after

Re: .app intergration in GWorkspace

2005-10-22 Thread Richard Frith-Macdonald
On 2005-10-22 06:12:14 +0100 Mathew McBride [EMAIL PROTECTED] wrote: Apps themselves are working fine (openapp or not) but GWorkspace didn't recognize file types at all. Surely even if the application the wrapper is launching is dud, GWorkspace would still register the filetype? Yes ...

Re: Objective-C, GNUstep Base, and ncurses ??

2005-10-27 Thread Richard Frith-Macdonald
On 2005-10-27 12:52:24 +0100 Mehul N. Sanghvi [EMAIL PROTECTED] wrote: 'allo, All right, so I'm picking up on Objective-C and was wondering if there are Objective-C bindings to ncurses ? Or should I just be able to use the regular C bindings to ncurses ? Just use it as a staight C

Re: NSKeyedUnarchiver

2006-01-08 Thread Richard Frith-Macdonald
On 9 Jan 2006, at 02:44, Parrish Myers wrote: Can someone please help... this doesn't make sense: The following code should print the NSMutableArray twice... but only does once... the NSKeyedUnarchiver doesn't seem to work on windows... This is because the archive is in XML property

Re: Frmework or Kit for Inspector

2006-02-13 Thread Richard Frith-Macdonald
On 11 Feb 2006, at 16:02, Guilhem BONNEFILLE wrote: Hi, For my first application, I wish to build an inspector panel in order to allow the user set some properties. I looked for some other applications, but it seems that inspector is build from scratch each time. As it is an important

Re: Gorm won't start with gnustep-base-0.12.0

2006-03-28 Thread Richard Frith-Macdonald
On 28 Mar 2006, at 10:54, Richard Frith-Macdonald wrote: On 28 Mar 2006, at 10:55, Fabian Borschel wrote: Hi Steppers, first of all I want to thank you for all the great work you did! With the last update of gnustep-base to 0.12.0 I can't get Gorm to work. It always fails to start

Re: Gorm won't start with gnustep-base-1.12.0

2006-03-28 Thread Richard Frith-Macdonald
On 28 Mar 2006, at 16:15, Fabian Borschel wrote: Hi, On 2006-03-28 13:31:08 +0200 Richard Frith-Macdonald [EMAIL PROTECTED] wrote: You must have deleted libgnustep-base.so.1.11 If you have deleted the version of the base library that Gorm was linked with, you must either rebuild Gorm

Re: keyboard not working in GWorkspace and other smaller problems

2006-08-12 Thread Richard Frith-Macdonald
On 12 Aug 2006, at 07:22, Sebastian Reitenbach wrote: Hi, I am running GNUstep on OpenBSD. I changed the .xsession to start GWorkspace automatically after login: . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh export PATH=/sbin:$PATH export

Re: Strings and NSRanges

2006-11-21 Thread Richard Frith-Macdonald
On 19 Nov 2006, at 15:45, Graham J Lee wrote: Hi, I'm trying to implement NSNumberFormatter's -stringForObjectValue: as I said on bug-. However, I'm having trouble with parsing the format string and I expect it has more to do with my confusion than it does with any other problems ;-).

Re: Extentions won't compile

2006-12-21 Thread Richard Frith-Macdonald
On 21 Dec 2006, at 15:36, [EMAIL PROTECTED] wrote: Selon c.w. Betts [EMAIL PROTECTED]: Whenever I try to compile the extentions package, I get the following error: Aren't these extensions now part of gnustep-base ? Don't you get an old package ? IMHO you already have the extensions in

Re: NSInputStream event question

2007-04-15 Thread Richard Frith-Macdonald
On 28 Jan 2007, at 05:16, Tima wrote: Hi list, I've send similar question before, but I'm not sure it did get through. Sorry if you see the duplicate. I'm learning how to work with NSStreams. I made an application that uses NSInput/OutputStream pair for local socket. Everything works as

Re: Some test applications fail with segfault - gnustep 0.19/0.18

2008-05-06 Thread Richard Frith-Macdonald
On 6 May 2008, at 21:53, Tavs wrote: --#System: FC8, libcombo with gnu-gnu-gnu and libffi The following test( in gnustep-base/Test/) applications fail displaying Segmentation Fault -nsconnection -nsinvocation -nsnotification this one -nsmethodsignature throws the

Re: Some test applications fail with segfault - gnustep 0.19/0.18

2008-05-07 Thread Richard Frith-Macdonald
On 7 May 2008, at 21:17, Tavs wrote: Well if all apps fail in the same way, then I would expect that there is something wrong with your system ... but you would need to provide at least one example bug report. If some apps fail, and do so in different ways, then contact the authors of those

Re: Some test applications fail with segfault - gnustep 0.19/0.18

2008-05-08 Thread Richard Frith-Macdonald
On 8 May 2008, at 08:50, Tavs wrote: Richard Frith-Macdonald wrote: I would guess that you are using too new a version of guile ... the gnustep-guile library should work with guile-1.3 to guile-1.6 You don't need gnustep-guile to run the testsuite anyway ...it was needed by the old tests

Re: Tool distribution

2008-12-08 Thread Richard Frith-Macdonald
On 7 Dec 2008, at 17:42, Fred Kiefer wrote: Timothy Larkin wrote: I have a working tool which has no gui and uses no graphics. It uses only functions in the standard C library and the basic GNUStep libraries. How can I, or even can I, package this tool so that it can be run on a Linux

Re: Base library random number generation

2008-12-17 Thread Richard Frith-Macdonald
On 16 Dec 2008, at 23:33, Wesley Moore wrote: In a few places on the GNUstep site (see below) it is mentioned that the Base library includes classes for random number generators. I can't seem to find this particular functionality though, can anyone point me in the right direction? I am aware

Re: weird way to change backend now

2008-12-28 Thread Richard Frith-Macdonald
On 27 Dec 2008, at 10:40, Antoine Jacoutot wrote: Hi. (it seems my last mail never wetn through, so here it goes again; sorry for any dup). Since last GNUstep update (make, back, gui, base) I have the following problem. Before, I could change my gnustep backend using: $ defaults write

Re: NSXMLDocument

2009-02-08 Thread Richard Frith-Macdonald
On 7 Feb 2009, at 16:22, Fred Kiefer wrote: Michael C. Silva wrote: Is there anyone working on an implementation of the NSXMLDocument class? I need this object to port a project and would be willing to help out. Not NSXMLDocument, but some of the releated classes can be found in mySTEP.

Re: NSXMLDocument

2009-02-09 Thread Richard Frith-Macdonald
On 9 Feb 2009, at 10:03, Fred Kiefer wrote: Nicola Pero wrote: I stopped doing anything with it when it became apparent to me from the desgin of the API, that Apples new classes are actually a wrapper round libxml2 ... and we already have a wrapper round libxml2 in GSXML.m in the base

Re: Project Center problems

2009-10-13 Thread Richard Frith-Macdonald
On 11 Oct 2009, at 20:36, Michael Thaler wrote: Hi, My guess is that, as you are using gui from svn you have encountered a short-term problem ... a very recent change broke open panels so they returned the wrong value, causing attempts to open and create files, projects etc to fail. I

Re: printf: doens't print on WinXP installation

2009-10-23 Thread Richard Frith-Macdonald
On 23 Oct 2009, at 15:25, Eduardo Osorio Armenta wrote: try this: #include stdio.h instead of : #import stdio.h I'm afraid that won't make any difference.___ Help-gnustep mailing list Help-gnustep@gnu.org

Re: printf: doens't print on WinXP installation

2009-10-23 Thread Richard Frith-Macdonald
On 23 Oct 2009, at 03:23, jacksk58 wrote: I'm runnuning this on an XP installation. I'm supplying - hello.m, GNUmakefile and the text from the GNUStep Shell Thanks hello.m === #import stdio.h int main( int argc, const char *argv[] ) { printf( hello world\n ); return 0; }

Re: printf: doens't print on WinXP installation

2009-10-23 Thread Richard Frith-Macdonald
On 23 Oct 2009, at 15:44, Adam Fedor wrote: Oh, yes - you are trying to compile this as an Application. In that case, GNUstep adds some special flags to keep Windows from trying to output stuff to a command window. But on my system, I was able to build exactly that program and with

Re: Compilation Failure

2010-03-12 Thread Richard Frith-Macdonald
On 12 Mar 2010, at 13:45, Chinu Subudhi wrote: Dear Sir, I have recently downloaded and installed the entire GNUstep package for the Windows operating system. I am actually very new to the Objective-C language and I am facing difficulties compiling even the most basic of the Objective-C

Re: NSInvocationOperation error

2010-12-03 Thread Richard Frith-Macdonald
On 3 Dec 2010, at 18:30, Germán Arias wrote: Well, in the GNUstep documentation I don't see NSInvocationOperation class. Then, I suppose this class don't exist on GNUstep. On jue, 2010-12-02 at 21:36 -0800, aphuk wrote: Hi, I am new to Objective-C and GNUstep so my question might be a

Re: problem with libraries

2011-11-07 Thread Richard Frith-Macdonald
On 6 Nov 2011, at 19:59, Thanasis Petridis wrote: Hello. My name is Thanasis. First of all sorry for my poor english. Secondly, if this is the wrong mailing list or if there is a solution for my problem, just tell me which is the correct mailing list or where is the answer. I have

Re: NSAssert and noescape?

2018-02-06 Thread Richard Frith-Macdonald
> On 5 Feb 2018, at 21:23, Fred Kiefer wrote: > > Hi Aaron, > > thank you for this bug report. I really would like to hear more from your > porting experience > >> Am 05.02.2018 um 19:47 schrieb Aaron Hillegass : >> >> Hi, >> >> I’m porting the