discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_e_info in NSException.h


From: Sebastian Reitenbach
Subject: _e_info in NSException.h
Date: Sun, 13 Jan 2008 22:20:24 +0100

Hi,

after I got sope and sogo working with gnustep-make 2 and gnustep-base 
1.14.1, I tried to compile against gnustep-base1.15.2.

sope compilation ended in an error:
Structure has no member named: _e_info
there is a line:
ASSIGN(self->_e_info, _userInfo);

after a bit digging I figured out that it was removed not long ago from 
NSException.h:

http://svn.gna.org/viewcvs/gnustep?rev=25681&view=rev
after adding again:
NSDictionary *_e_info;

sope compiled again.

I wonder why was it removed? or is it an error to set it, in the first 
place?

kind regards
Sebastian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]