|
From: | Naomaru Itoi |
Subject: | compiling xgps-0.7.5 |
Date: | Wed, 20 Nov 2002 15:30:16 -0800 |
Thanks, Adam,
> Naomaru Itoi wrote:
> >>
> > Trying Gorm.app, too ... but I'm not able to compile
> gnustep-xgps-0.7.5
> > because "NSMiddleMouseDown" is not declared in
> gnustep-gui-0.8.0 (or
> > 0.8.1, 0.8.2). Am I using a wrong version of xgps or gui?
> >
>
> Yes. You need gnustep-back-0.8.0 with gnustep-gui-0.8.0
>
> What version of gnustep-base do you have? If that is old also, that
> could be why you are getting a parse error in the gmodel file.
I have both back and gui ...
My environment:
Solaris 2.8 on SPARC, gcc-2.95.3
I have installed:
gnustep-objc-1.2.2
gnustep-make-1.4.0
gnustep-base-1.4.1
gnustep-gui-0.8.0
gnustep-back-0.8.0
gnustep-xgps-0.7.5 ... but this fails. Here's the error log:
naomaru@demosunray1 in gnustep-xgps-0.7.5 $ make
Making all in Source...
make[1]: Entering directory `/export/home/naomaru/src/gnustep/gnustep-xgps-0.7.5/Source'
Making all for bundle libgnustep-xgps...
Compiling file SharedX/XGContextEvent.m ...
SharedX/XGContextEvent.m: In function `-[XGContext(X11Methods) receivedEvent:type:extra:forMode:]':
SharedX/XGContextEvent.m:330: `NSMiddleMouseDown' undeclared (first use in this function)
SharedX/XGContextEvent.m:330: (Each undeclared identifier is reported only once
SharedX/XGContextEvent.m:330: for each function it appears in.)
SharedX/XGContextEvent.m:388: `NSMiddleMouseUp' undeclared (first use in this function)
SharedX/XGContextEvent.m:548: warning: `XGContext' does not respond to `DPSsetinputstate::'
SharedX/XGContextEvent.m:549: warning: `XGContext' does not respond to `DPSsetinputfocus:'
SharedX/XGContextEvent.m:786: `event_queue' undeclared (first use in this function)
SharedX/XGContextEvent.m:1035: warning: `XGContext' does not respond to `DPSsetinputfocus:'
SharedX/XGContextEvent.m:1115: `NSMiddleMouseDragged' undeclared (first use in this function)
SharedX/XGContextEvent.m: In function `-[XGContext(X11Ops) DPSGetEventMatchingMask:beforeDate:inMode:dequeue:]':
SharedX/XGContextEvent.m:1759: warning: `NSGraphicsContext' does not respond to `DPSGetEventMatchingMask:beforeDate:inMode:dequeue:'
SharedX/XGContextEvent.m: In function `-[XGContext(X11Ops) DPSDiscardEventsMatchingMask:beforeEvent:]':
SharedX/XGContextEvent.m:1767: warning: `NSGraphicsContext' does not respond to `DPSDiscardEventsMatchingMask:beforeEvent:'
make[2]: *** [shared_obj/sparc/solaris2.8/gnu-gnu-gnu/SharedX/XGContextEvent.o] Error 1
make[1]: *** [libgnustep-xgps.all.bundle.variables] Error 2
make[1]: Leaving directory `/export/home/naomaru/src/gnustep/gnustep-xgps-0.7.5/Source'
make: *** [internal-all] Error 2
Do I have version inconsistency??
[Prev in Thread] | Current Thread | [Next in Thread] |