Problem in GSDecimalCompare

2023-12-06 Thread Daniel Boyd
I believe I may have found a bug in GSDecimalCompare in NSDecimal.mIf you run this code:NSDecimalNumber * d1 = [NSDecimalNumber zero];NSDecimalNumber * d2 = [NSDecimalNumber decimalNumberWithString: @"0.02"];NSComparisonResult test = [d1 compare: d2];NSLog(@"%@", test == NSOrderedAscending ? @"Asce

Re: OC method call in style of CPP rather than message sending

2023-11-05 Thread Daniel Boyd
I’m far from the being an authority on ObjC relative to others on this listserv, but I’ll take a stab at responding. The reason ObjC has its syntax is largely because it was developed around the same time as C++ (slightly after, but close enough) — in other words, it was developed at a time befo

Unable to compile Gorm on Debian 12

2023-08-14 Thread Daniel Boyd
I am attempting to compile Gorm on Debian 12. I am running a clean install of Debian 12 running Andreas Fink's gnustep binaries (repo.universalss7.com/debian)I am able to compile all my code and also projectcenter, so I'm pretty sure I've got a functional environment going.When I try to compil

Ubuntu

2011-05-22 Thread Daniel Boyd
As far as I can tell, GNUStep hasn't worked properly in the last 3 versions of Ubuntu (including 11.04) amd64. I am using the GNUStep packages from Ubuntu's repository. I just downloaded and compiled ProjectCenter 0.60. It compiles fine, but when I try to run it, I get an error: Downloads/Proje