nanogui: Troubles with distorted fonts, compiling, and "not yet implemented" crash


Previous by date: 13 Dec 2006 19:17:40 +0000 Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Next by date: 13 Dec 2006 19:17:40 +0000 Re: Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Previous in thread: 13 Dec 2006 19:17:40 +0000 Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Next in thread: 13 Dec 2006 19:17:40 +0000 Re: Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop

Subject: Re: [nanogui] Troubles with distorted fonts, compiling, and "not yet implemented" crash
From: "Greg Haerr" ####@####.####
Date: 13 Dec 2006 19:17:40 +0000
Message-Id: <017601c71eeb$540833c0$0300a8c0@RDP>

: ../nxlib/libX11.so: undefined reference to
: `GrMoveResizeWindow'
: Now, I see that between 0.90 and 0.91 the
: GrMoveResizeWindow function was taken out, and the
: not_implemented() function calls were taken out. 
: Taking out the not_implemented() calls was good, but
: taking out the GrMoveResizeWindow wasn't so good.
: 
: I think I've already got the latest version of nxlib
: 0.45, but that relies on GrMoveResizeWindow.  

The latest version of nxlib uses the following code
for XMoveResizeWindow:

int
XMoveResizeWindow(Display * display, Window w, int x, int y,
unsigned int width, unsigned int height)
{
GrMoveWindow(w, x, y);
GrResizeWindow(w, width, height);
return 1;
}

It shouldn't use the obsolete GrMoveResizeWindow.

Sounds like you've got an older copy of nxlib.

Regards,

Greg


Previous by date: 13 Dec 2006 19:17:40 +0000 Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Next by date: 13 Dec 2006 19:17:40 +0000 Re: Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Previous in thread: 13 Dec 2006 19:17:40 +0000 Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop
Next in thread: 13 Dec 2006 19:17:40 +0000 Re: Troubles with distorted fonts, compiling, and "not yet implemented" crash, Nick Bishop


Powered by ezmlm-browse 0.20.