Bug 36266 - gnustep-gui fails build
Summary: gnustep-gui fails build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Gellekum
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-24 23:20 UTC by Peter Schmiedeskamp
Modified: 2002-03-26 12:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schmiedeskamp 2002-03-24 23:20:00 UTC
gnustep-gui fails to build with the following:

NSBezierPath.m: In function `-[GSBezierPath moveToPoint:]':
NSBezierPath.m:1401: cast to union type from type not present in union
NSBezierPath.m: In function `-[GSBezierPath lineToPoint:]':
NSBezierPath.m:1411: cast to union type from type not present in union
NSBezierPath.m: In function `-[GSBezierPath curveToPoint:controlPoint1:controlPoint2:]':
NSBezierPath.m:1425: cast to union type from type not present in union
NSBezierPath.m: In function `-[GSBezierPath closePath]':
NSBezierPath.m:1436: cast to union type from type not present in union
NSBezierPath.m: In function `-[GSBezierPath elementAtIndex:associatedPoints:]':
NSBezierPath.m:1457: union has no member named `ext'
NSBezierPath.m: In function `-[GSBezierPath setAssociatedPoints:atIndex:]':
NSBezierPath.m:1479: union has no member named `ext'
NSBezierPath.m:1499: cast to union type from type not present in union
gmake[2]: *** [shared_obj/ix86/freebsd/gnu-gnu-gnu/NSBezierPath.o] Error 1
gmake[1]: *** [libgnustep-gui.all.library.variables] Error 2
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnustep-gui/work/gnustep-gui-0.7.5/Source'
gmake: *** [internal-all] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gnustep-gui.
*** Error code 1

Fix: 

I wish I knew :-)
How-To-Repeat: Clean install 4.5-RELEASE, cvsup ports (24 March 2001), make install in /usr/ports/x11-toolkits/gnustep-gui
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 2002-03-25 13:34:46 UTC
Responsible Changed
From-To: freebsd-ports->tg

I'll take this.
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2002-03-26 12:10:57 UTC
State Changed
From-To: open->closed

Fixed with latest upgrade of the port.