[Bug 5026] X development files not found during build

Wine Bugs wine-bugs at winehq.org
Mon Apr 10 21:12:53 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5026





------- Additional Comments From linux at travisdale.net  2006-10-04 21:12 -------
Ok, here is what I did, and here are the results:

1.  I had read the first e-mail and created the symbolic links according to my
interpritation of the webpage provided as follows:
    /usr/lib/ln -s libGL.so.1 libGL.so
    and found I also needed this step /usr/lib/ln -s libX11.so.6 libX11.so
2.  I compiled according to the second e-mail as follows:
    ./configure --x-includes=/usr/include/X11/ --x-libraries=/usr
3.  It reported that it could not find -lXext so I performed the following step:
    /usr/lib/ln -s libXext.so.6 libXext.so 
4.  At this point it finally compiled.  When I went to run WoW.exe (the reason I
am compiling in the first place) I got an error that told me I might be using
prelink or exec-shield ( I lost the exact error sory, if you need it I can try
and reproduce it -- shouldn't be hard just time consuming).

5.  I found this site: 
http://www.datastat.com/sysadminjournal/linuxworkstations.html
and followed these instructions:
prelink -a -u

<< Then I editted /etc/sysconfig/prelink to have these options      
   PRELINK_OPTS="-m --no-exec-shield"
   then I ran prelink with the following options
   prelink -a -m --no-exec-shield >>

6.  This resolved the prelink error and caused this error when I run WoW.exe:
rr:module:import_dll Library OPENGL32.dll (which is needed by L"Y:\\World of
Warcraft\\WoW.exe") not found

7.  So I removed the libGL.so soft link I made in step one, as I have read a few
things that seemed to imply this might be the problem, re-compiled, and I now
get this error:

X Error of failed request:  GLXBadContext
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  364
  Current serial number in output stream:  364

8.  Which error I thought I was finally rid of with the latest ATI Livina
driver.  glxgears still works.

Feel free to let me know what I did wrong and what I need to do to fix all of
these problems.  I read that WoW.exe will run under wine.  I appreciate any help
you can give me in getting it to run on Fedora Core 5, x86_64, xorg 7.0.0
(X11R7) and an ATI X600 Card.  Thank you.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list