Missing libpthread dependence in Weston config files?

Üstün Ergenoglu ustun.ergenoglu at gmail.com
Sat Jul 7 23:47:50 PDT 2012


That's a problem with libvpx. It doesn't build the shared libraries by
default so you have to use the --enable-shared flag while configuring
it.

-Ustun

On 8 July 2012 06:57, Mikalai Kisialiou <kisialiou at gmail.com> wrote:
> Not sure if this list is the proper media for communicating potential
> issues/bugs. I've just built Weston from the git repo on a brand new Ubuntu
> 12.02 LTS. During Weston compilation there is an error that some libpthread
> functions are not found. The problem can be fixed by modifying
> ./weston/wcap/Makefile to include -lpthread:
>
> WCAP_LIBS = -L/home/install/wayland/lib -lcairo -lvpx -lm -lm -lpthread
>
>
> I suspect some configuration files need to be fixed to include it.
>
> NK
>
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>


More information about the wayland-devel mailing list