[Piglit] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

Brian Paul brianp at vmware.com
Mon Oct 15 07:57:42 PDT 2012


On 10/15/2012 02:37 AM, Chad Versace wrote:
> Waffle 1.1.0 is now available. Downloads and documentation are available at
>      http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0
>
> Waffle is a cross-platform library that allows one to defer selection of GL
> API and of window system until runtime. For example, on Linux, Waffle enables
> an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
> OpenGL ES2, and other window system / API combinations.
>
> The API and ABI of waffle 1.1 is backwards compatible with waffle 1.0.
>
>
> New Features since 1.0
> ----------------------
>
> - Support for a new Linux platform, EGL with GBM. When using GBM, OpenGL
> applications
>    do not require a running display manager.
>
> - Experimental support for Android.
>
> - manpages. The entirety of waffle's public API is now documented in manpages.
>    To build and install them, run CMake with `-Dwaffle_build_manpages=1`. (See
>    the README for build requirements).
>
>
> Acknowledgements
> ----------------
>
> Contributors to this release:
>      Chad Versace<chad.versace at linux.intel.com>
>      Jeff Bland<jksb at member.fsf.org>
>      Jordan Justen<jordan.l.justen at intel.com>`
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


I unpacked the .xz file, then

$ cd waffle-1.1.0
$ export WAFFLE_SOURCE_DIR=$PWD/src
$ cmake \
         -DCMAKE_LIBRARY_PATH=$(echo $LIBRARY_PATH | sed 's/:/;/g') \
         -Dwaffle_has_glx=1 \
         -Dwaffle_has_x11_egl=1 \
         $WAFFLE_SOURCE_DIR

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at waffle/CMakeLists.txt:141 (target_link_libraries):
   Cannot specify link libraries for target "dl" which is not built by 
this
   project.


CMake Warning (dev) in CMakeLists.txt:
   No cmake_minimum_required command is present.  A line of code such as

     cmake_minimum_required(VERSION 2.8)

   should be added at the top of the file.  The version specified may 
be lower
   if you wish to support older CMake versions for this project.  For more
   information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


Did I do something wrong?

BTW, shouldn't the piglit docs be updated with some mention of waffle?

-Brian


More information about the Piglit mailing list