Re: Help compiling mesa/gallium from git!

2014-02-19 Thread Pekka Paalanen
On Tue, 18 Feb 2014 23:58:41 -0800 Bill Spitzak wrote: > Okay, a bit more luck, in that I can compile weston. > > I mostly discovered that there are parts of mesa you just cannot turn > off, no matter how much you are certain they are not used. Mesa > internally has calls into various function

Re: Help compiling mesa/gallium from git!

2014-02-19 Thread Pekka Paalanen
On Tue, 18 Feb 2014 11:12:01 -0800 Bill Spitzak wrote: > Maybe you can correct my guess as to how all this software talks to each > other: > > 1. An EGL-using wayland client talks to mesa's libEGL. You have to ensure it actually gets the Mesa version of libEGL. > 2. Somehow mesa decides to us

Re: Help compiling mesa/gallium from git!

2014-02-18 Thread Bill Spitzak
Okay, a bit more luck, in that I can compile weston. I mostly discovered that there are parts of mesa you just cannot turn off, no matter how much you are certain they are not used. Mesa internally has calls into various functions in these modules from others so they cannot be removed. My cu

Re: Help compiling mesa/gallium from git!

2014-02-18 Thread Bill Spitzak
On 02/08/2014 01:30 AM, Pekka Paalanen wrote: *sigh*... I wrote a long nice reply and then my laptop crashed. Ok, here's the summary anyway. Well I am wishing here I could see the longer reply but I am stuck. Weston did not compile with an error similar to this until I added "--disable-egl"

Re: Help compiling mesa/gallium from git!

2014-02-08 Thread Pekka Paalanen
On Fri, 07 Feb 2014 09:54:36 -0800 Bill Spitzak wrote: > Okay, removing everything with "gallium" in it's name from the > install worked. But "make install" in mesa puts it all back! > Would "clean" fix this? > > What I am really interested in is the proper configure line for > mesa. I am curren

Re: Fwd: Re: Help compiling mesa/gallium from git!

2014-02-07 Thread Bill Spitzak
Okay, removing everything with "gallium" in it's name from the install worked. But "make install" in mesa puts it all back! Would "clean" fix this? What I am really interested in is the proper configure line for mesa. I am currently only interested in running wayland atop an Nvidia X server, a

Fwd: Re: Help compiling mesa/gallium from git!

2014-02-07 Thread Axel Davy
The new mesa you built has no egl_gallium.so (since you have --disable-gallium-egl), but you have not removed the old egl_gallium.so, and it tries to load it, since it is here. Axel Davy Le 07/02/2014 18:30, Bill Spitzak a écrit : In order to try to compile the new xserver for wayland, I updat

Help compiling mesa/gallium from git!

2014-02-07 Thread Bill Spitzak
In order to try to compile the new xserver for wayland, I updated mesa to the latest git version, and now wayland does not work at all! Considering it has worked for a long time I would like to try to fix this, it is really unfortunate. It does appear the problem is in egl gallium and it's sof

Re: Make error when compiling mesa

2011-08-29 Thread Benjamin Franzke
2011/8/29 Rovanion Luckey : > > In src/egl/main/Makefile i put the include path for gbm.h outside of the > if-statements. That solved the problem. Here is the bugreport: > https://bugs.freedesktop.org/show_bug.cgi?id=40443 . Either the > buildinstructions on wayland.freedesktop.org or the Makefile

Re: Make error when compiling mesa

2011-08-28 Thread Rovanion Luckey
In src/egl/main/Makefile i put the include path for gbm.h outside of the if-statements. That solved the problem. Here is the bugreport:https://bugs.freedesktop.org/show_bug.cgi?id=40443. Either the buildinstructions on wayland.freedesktop.org or the Makefile has to change. -- www.twitter.com/Rova

Re: Make error when compiling mesa

2011-08-28 Thread Daniel Nicoara
The problem seems to be related to a configure/makefile issue. If you look in src/egl/main (where egldisplay.c is), in the Makefile, you'll notice that the include path for gbm.h isn't picked up. I managed to compile it once I forced the include of the path containing gbm.h. On Sun, Aug 28, 2011 a

Re: Make error when compiling mesa

2011-08-28 Thread Rovanion Luckey
2011/8/28 Zhao, Juan J > libgdm-devel Isn't it a bit odd that I ran perfectly fine trough ./autogen.sh for mesa? libgbm seems like a very new part of the graphics stack. The library doesn't exist in Ubuntu 11.04, only in the alpha builds of 11.10 in which it's pulled from the mesa git: http://w

RE: Make error when compiling mesa

2011-08-28 Thread Zhao, Juan J
28, 2011 6:50 PM To: wayland-devel@lists.freedesktop.org Subject: Make error when compiling mesa When compiling mesa according to the build instructions on http://wayland.freedesktop.org/building.html i get the fallowing error: http://www.fpaste.org/1OF0/ I'm running Ubuntu 11.04 if tha

Make error when compiling mesa

2011-08-28 Thread Rovanion Luckey
When compiling mesa according to the build instructions on http://wayland.freedesktop.org/building.html i get the fallowing error: http://www.fpaste.org/1OF0/ I'm running Ubuntu 11.04 if that has any impact. -- www.twitter.com/Rovanion ___ wa

Re: compiling mesa

2011-01-03 Thread Marty Jack
I found the following by doing this experiment: martyj:~$ find /usr/include -exec grep -H I915_EXEC_ {} \; /usr/include/libdrm/i915_drm.h:#define I915_EXEC_RING_MASK (7<<0) /usr/include/libdrm/i915_drm.h:#define I915_EXEC_DEFAULT(0<<0) /usr/include/libdrm/i915_drm.h:#d

compiling mesa :)

2011-01-03 Thread Ambrose J
obably will be the big difference for you coming from Windows platform. Have fun! Tiago Hi , Can some one help me with compiling mesa ? I get the following when I say "make" intel_batchbuffer.c: In function 'do_flush_locked': intel_batchbuffer.c:101: error: