Bug 107459 - glfw : dynamic library and bad window fix
|
Bug#:
107459
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: leidola@newcon.de
|
|
Component: Games
|
|
|
URL:
|
|
Summary: glfw : dynamic library and bad window fix
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-09-27 16:06 0000
|
When using glfw via mono/tao you need a glfw.so, but there is no dynamic
library
build for x11 at all. This patch adds a target in the Makefile.in to build it.
Furthermore glfw apps don't start on xfree > 4.3 due a bug in glfw. There is a
bad window error message. I found a quick hack on their mailing list, but
although it resolves the problem the patch didn't go into the latest version.
The second patch contains the quick hack.
Reproducible: Always
Steps to Reproduce:
Have these patches been sent upstream?
Created an attachment (id=98796) [details]
Revised version of "the complete ebuild"
Updated ebuild for shared library to match most recent glfw ebuild in portage.
Removed line that applies the "Bad Window error" fix because the problem
doesn't seem to affect modular x.
It's been a long time - can these changes be added to portage or is there a
reason they haven't been.
When I build it, I get:
QA Notice: the following shared libraries lack a SONAME
/var/tmp/portage/glfw-2.5.0/image/usr/lib/libglfw.so
This patch fixed problems with compiling Io that were really starting to tic me
off... Is there any reason why it's not in Portage yet?
Missing soname fixed (hopefully) and new ebuild is in portage. Thanks