GithubHelp home page GithubHelp logo

daniel-abrecht / libttymultiplex Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.08 MB

A terminal multiplexer library

License: Other

C 92.38% Makefile 6.49% CSS 0.03% C++ 0.83% PLSQL 0.01% Shell 0.27%

libttymultiplex's People

Contributors

danct12 avatar daniel-abrecht avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

baonks81

libttymultiplex's Issues

Failing on 32-bit architectures

Compiles perfectly fine under aarch64 and x86_64, but fails with armv7 and i686

make -f "backend/curses/backend.mk" BACKEND="curses" "build/backend/curses.a"
make[1]: Entering directory '/home/pmos/build/src/libttymultiplex-cea8dfbee140e3d0803b502457b43d1c6fc9bdf1'
mkdir -p "build/backend/curses/"
gcc -c -o "build/backend/curses/main.c.o" -Werror -fPIC -pthread -ffunction-sections -fdata-sections -fstack-protector-all -DTYM_BUILD -finput-charset=UTF-8  -Iinclude -Ibackend/curses/include -std=c99 -Wall -Wextra -pedantic -Wno-implicit-fallthrough -D_POSIX_C_SOURCE -D_DEFAULT_SOURCE -DTYM_PREFIX='"/usr"' -DTYM_VERSION='"0.0.1"' -DTYM_MAJOR='0' -DTYM_MINOR='0' -DTYM_PATCH='1' -DTYM_BACKEND_DIR='"/usr/lib/libttymultiplex/backend-0.0.1"' -fvisibility=hidden -DTYM_LOG_PROJECT='"libttymultiplex-backend-curses"' -DTYM_I_BACKEND_NAME='"curses"' -DTYM_I_BACKEND_ID="B_$(printf "curses" | sed 's/[^a-zA-Z0-9]/_/g')" -DTYM_I_BACKEND_PRIORITY=40 -Os -fomit-frame-pointer -Os -fomit-frame-pointer "backend/curses/src/main.c"
backend/curses/src/main.c: In function 'pane_scroll_region':
backend/curses/src/main.c:250:10: error: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Werror=sign-compare]
  250 |   if(top >= h)
      |          ^~
backend/curses/src/main.c:252:13: error: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Werror=sign-compare]
  252 |   if(bottom > h)
      |             ^
cc1: all warnings being treated as errors
make[1]: *** [src/common.mk:63: build/backend/curses/main.c.o] Error 1
make[1]: Leaving directory '/home/pmos/build/src/libttymultiplex-cea8dfbee140e3d0803b502457b43d1c6fc9bdf1'
make: *** [makefile:109: build/backend/curses.a] Error 2
>>> ERROR: libttymultiplex: build failed

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.