Hi,
With recent (march 31) GNUstep CVS + Gorm I am experiencing lots of
NSBundle warnings. I have used this change to see what was wrong:
NSBundle.m:927:
NSLog(@"WARNING: NSBundle -initWithPath: requires absolute path names!
Used path: '%@'", path);
And I was getting this:
....
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
....
I am using no app extension bundles, nor custom Gorm palettes.
Anyone else experiencing this?