Giter Club home page Giter Club logo

Comments (3)

Nykseli avatar Nykseli commented on August 17, 2024 1

Confirmed that that patch fixes the color bug.

Steps for building the fixed tcc. Only tested on debian 10

sudo apt-get install tcc

# Get the source code tarball from debian
wget http://deb.debian.org/debian/pool/main/t/tcc/tcc_0.9.27.orig.tar.bz2

# extract
tar -xf tcc_0.9.27.orig.tar.bz2 && cd tcc-0.9.27

# get and apply the patch
wget -O fix.patch https://repo.or.cz/tinycc.git/patch/fadfc118e5f8c476000fcf6486c5b530ffaf86da
patch -i fix.patch

# configure and build
./configure --libdir=/usr/lib/x86_64-linux-gnu/tcc/ --tccdir=/usr/lib/x86_64-linux-gnu/tcc/
make -j4

# go to nothing and build
CC=./tcc-0.9.27/tcc \
CFLAGS='-DSDL_DISABLE_IMMINTRIN_H -L/usr/lib/x86_64-linux-gnu/pulseaudio' \
./build-posix.sh

# run and confirm it works
./nothing

from nothing.

rexim avatar rexim commented on August 17, 2024 1

@Nykseli thank you so much for verifying that! I guess the only thing to do now is to wait until the fix is actually officially released.

from nothing.

rexim avatar rexim commented on August 17, 2024

It's probably this bug:

from nothing.

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.