bugGNUstep - Bugs: bug #27030, -gui compilaiton broken on windows...

Group
 
 

bug #27030: -gui compilaiton broken on windows (CGFloat)

Submitter:  Riccardo Mottola <rmottola>
Submitted:  Tue 14 Jul 2009 10:51:01 PM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Declined
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 15 Jul 2009 09:36:15 PM UTC, comment #1: 

I just tried on my Windows machine and there it works. Most likely you still have an old version of base installed, which could easily be explained by that infamous installation domain problem of base.

Fred Kiefer <FredKiefer>
Group Member
Tue 14 Jul 2009 10:51:01 PM UTC, original submission:  

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


Riccardo Mottola <rmottola>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by rmottola (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-07-15 FredKiefer StatusNone Works For Me
        Open/ClosedOpen Declined

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code