Re: Problem running autogsdoc

2011-11-29 Thread Eric Wasylishen
Hi,
Sounds like a bug; -removeObjectForKey: is a method on NSMutableDictionary but 
not NSMutableSet.

To break on exceptions type:

b -[NSException raise]

in gdb.

-Eric

On 2011-11-29, at 11:03 PM, Daniel Santos wrote:

 Hello,
 
 Can anyone give me a hint ?
 How do I tell gdb to stop on objectiveC exceptions ?
 
 Cheers
 
 
 On 2011-11-23 04:05:35 -0500 Daniel Santos daniel.d...@gmail.com wrote:
 
 Hello,
 I have checked out the source tree from SVN, and did a build of base.
 Now I wanted to use the built autogsdoc to generate the source code docs.
 When invoking it on a sheel I get :
 # autogsdoc -DocumentationDirectory ~/doc/GNUStep/base
 ../Headers/Foundation/NSError.h
 autogsdoc: Uncaught exception NSInvalidArgumentException, reason:
 GSMutableSet(instance) does not recognize removeObjectForKey:
 Can anyone tell what's the problem ?
 Cheers
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Problem running autogsdoc

2011-11-23 Thread Daniel Santos
Hello,

I have checked out the source tree from SVN, and did a build of base.
Now I wanted to use the built autogsdoc to generate the source code docs.
When invoking it on a sheel I get :

# autogsdoc -DocumentationDirectory ~/doc/GNUStep/base
../Headers/Foundation/NSError.h
autogsdoc: Uncaught exception NSInvalidArgumentException, reason:
GSMutableSet(instance) does not recognize removeObjectForKey:

Can anyone tell what's the problem ?

Cheers
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep