Giter Club home page Giter Club logo

Comments (2)

dvzrv avatar dvzrv commented on August 20, 2024

I'm currently maintaining cage for Arch Linux.
Building the 0.1 release of cage against wlroots 0.6 fails with:

1/9] Generating 'cage@exe/xdg-shell-protocol.h'.
[2/9] Compiling C object 'cage@exe/xwayland.c.o'.
[3/9] Compiling C object 'cage@exe/idle_inhibit_v1.c.o'.
[4/9] Compiling C object 'cage@exe/xdg_shell.c.o'.
FAILED: cage@exe/xdg_shell.c.o 
cc -Icage@exe -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 -flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -O3 -DWLR_USE_UNSTABLE -Wall -Wundef -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIE -MD -MQ 'cage@exe/xdg_shell.c.o' -MF 'cage@exe/xdg_shell.c.o.d' -o 'cage@exe/xdg_shell.c.o' -c ../xdg_shell.c
../xdg_shell.c: In function ‘popup_unconstrain’:
../xdg_shell.c:102:14: error: ‘struct wlr_output’ has no member named ‘lx’
   .x = output->lx - view->x,
              ^~
../xdg_shell.c:103:14: error: ‘struct wlr_output’ has no member named ‘ly’
   .y = output->ly - view->y,
              ^~
[5/9] Compiling C object 'cage@exe/view.c.o'.
[6/9] Compiling C object 'cage@exe/cage.c.o'.
[7/9] Compiling C object 'cage@exe/output.c.o'.
FAILED: cage@exe/output.c.o 
cc -Icage@exe -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 -flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -O3 -DWLR_USE_UNSTABLE -Wall -Wundef -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIE -MD -MQ 'cage@exe/output.c.o' -MF 'cage@exe/output.c.o.d' -o 'cage@exe/output.c.o' -c ../output.c
../output.c: In function ‘handle_output_damage_frame’:
../output.c:204:7: error: implicit declaration of function ‘wlr_output_damage_make_current’; did you mean ‘wlr_output_damage_add_whole’? [-Werror=implicit-function-declaration]
  if (!wlr_output_damage_make_current(output->damage, &needs_swap, &damage)) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       wlr_output_damage_add_whole
../output.c:270:7: error: implicit declaration of function ‘wlr_output_damage_swap_buffers’; did you mean ‘wlr_output_damage_add_box’? [-Werror=implicit-function-declaration]
  if (!wlr_output_damage_swap_buffers(output->damage, &now, &damage)) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       wlr_output_damage_add_box
cc1: all warnings being treated as errors
[8/9] Compiling C object 'cage@exe/seat.c.o'.
ninja: build stopped: subcommand failed.

It would be very awesome, if you could tag a new release, so that we can update wlroots to 0.6.

from cage.

Hjdskes avatar Hjdskes commented on August 20, 2024

@dvzrv Not sure what you're showing with the output: wlroots 0.6.0 included breaking changes that Cage 0.1 did not contain.

In any case, thanks for notifying me. I have released Cage 0.1.1 so that you can package it in Arch Linux with wlroots 0.6.0 :)

from cage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.