tsoding / nothing

A simple platformer about nothing
MIT License
295 stars 76 forks source link

Project is not compilable with TCC #1224

Closed rexim closed 4 years ago

Nykseli commented 4 years ago

The problem with pulse audio was that it couldn't find the libpulsecommon-12.2.so that is located under /usr/lib/x86_64-linux-gnu/pulseaudio.

I don't know why this happens but as a workaround you can get nothing running with: CC=tcc CFLAGS='-DSDL_DISABLE_IMMINTRIN_H -L/usr/lib/x86_64-linux-gnu/pulseaudio' ./build-posix.sh

rexim commented 4 years ago

@Nykseli bruh! That's epic! Thank you very much! :+1: