Re: Which distro/version is better for compiling Wayland?

2012-06-11 Thread Xiong Jiang
I was just building libvpx as is following the wayland building instruction. I have no much idea on it. Glad it builds now and I can run the demos on Intel video card. On Mon, Jun 11, 2012 at 7:17 AM, Kristian Høgsberg wrote: > On Sun, Jun 10, 2012 at 10:58 PM, Xiong Jiang wrote: >>

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
I changed this line in wcap/Makefile and it compiles fine now. wcap_decode_CFLAGS = -pthread $(WCAP_CFLAGS) On Sun, Jun 10, 2012 at 7:58 PM, Xiong Jiang wrote: > Got error when linking weston: > >  CCLD   wcap-decode > /home/jxiong/install/lib/libvpx.a(onyx_if.c.o):

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
23a): undefined reference to `sem_post' /home/jxiong/install/lib/libvpx.a(onyx_if.c.o): In function `vp8_loopfilter_frame': .. How to add -pthread in the link option? I see POPPLER_CFLAGS = -pthread in weston\wcap\Makefile. Not sure why it does not help. On Sun, Jun 10, 2012 at 2:

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
> > On Sun, Jun 10, 2012 at 3:22 PM, Scott Moreau wrote: >> >> >> >> On Sat, Jun 9, 2012 at 10:56 PM, Xiong Jiang wrote: >>> >>> To compile cairo with GL enabled, I followed the Wayland README and >>> pull the latest cairo git. However th

Which distro/version is better for compiling Wayland?

2012-06-09 Thread Xiong Jiang
To compile cairo with GL enabled, I followed the Wayland README and pull the latest cairo git. However then I found that I need the latest pixman git. Do you know which distro/version has the required dev packages so I do not need to compile everything from scratch? Thanks! __