URL: <http://savannah.gnu.org/bugs/?27030>
Summary: -gui compilaiton broken on windows (CGFloat) Project: GNUstep Submitted by: rmottola Submitted on: Tue 14 Jul 2009 10:51:01 PM GMT Category: Gui/AppKit Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: on my W2k machine I get the following error while compiling gui: Making all in Source... Making all for library libgnustep-gui... Compiling file NSAffineTransform.m ... In file included from NSAffineTransform.m:41: ../Headers/AppKit/NSBezierPath.h:100: error: syntax error before "CGFloat" ../Headers/AppKit/NSBezierPath.h:107: fatal error: method definition not in clas s context compilation terminated. make[3]: *** [obj/NSAffineTransform.m.o] Error 1 I don't understand what is wrong there. It looks fine... the relevant code is: #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)aRect xRadius:(CGFloat)xRadius yRadius:(CGFloat)yRadius; #endif _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?27030> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list Bug-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnustep