[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #27030] -gui compilaiton broken on windows (CGFloat)
From: |
Riccardo mottola |
Subject: |
[bug #27030] -gui compilaiton broken on windows (CGFloat) |
Date: |
Tue, 14 Jul 2009 22:51:02 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727) |
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 #27030] -gui compilaiton broken on windows (CGFloat),
Riccardo mottola <=