[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CURRENT back sources
From: |
Fred Kiefer |
Subject: |
Re: CURRENT back sources |
Date: |
Tue, 14 Jan 2003 00:50:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903 |
John Gutierrez wrote:
1. The last CURRENT core package appears to be missing wraster.h in the
/core/back/Source/xdps directory
wraster.h is available in back/Headers/x11 and should be included from here.
2. I've compiled core on SuSE 8.0 with the xdps back-end. I get the
following error when attempting to run either GWorkspace.ap or Gorm.app
/usr/X11R6/GNUstep/System/Applications/GWorkspace.app/ix86/linux-gnu/gnu-gnu-gnu/GWorkspace:
Uncaught exception NSInvalidArgumentException, reason: XGServer(instance)
does not recognize xrContext
Yes, this is a problem in xdps. The method xrContext has been replaced by
xrContextForScreen:, which has not been reflected by xdps. I will change
this.
Cheers
Fred