clort81

Results 198 comments of clort81

99color would be nice. but there's a better color format underway.

Make it your default with a pcm.!default { ... } entry in ~/.asoundrc

problem line is /bin/bash ../libtool --mode=compile --tag=RC `/bin/sh ../../../libiconv/lib/../windows/windres-options --escape 1.15` -i ../../../libiconv/lib/../windows/libiconv.rc -o libiconv.res.lo --output-format=coff libtool doesn't have a -D option: ``` libtool: error: unrecognised option: '-DPACKAGE_VERSION_STRING="1.15" libtool: error:...

Sorry if this is offtopic but i just uploaded some benchmarks for a Khadas VIM3 and the cpuinfo didn't show the cpu type. It is the Amlogic A311D. Thanks for...

Attention please. I developed software for curses on BSD, in the 1980s, before ncurses. We used hardware serial terminals. curses was created as an abstraction layer so that programs could...

User error. Know what ffpb does and that it needs ffmpeg output to work. Don't hide ffmpeg output and expect ffpb to work.

getting about 0.5fps in-game with omap4 :) Might be possible to hack together a more primitive renderer that would be selectable with seta r_renderer

Debian unstable is at Version: 2.0.22+dfsg-4 Ubuntu* is. Very. Often. Outdated for compiling current github projects against. It's really not a distro for doin that.

I have found that adding -mno-outline-atomics gets me through link: [ 99%] Built target Tenacity this seems to only affect aarch64 and recent gcc. cheers.

On my system, libatomic is available to the linker. ``` ldconfig -p |grep libatomic libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1 ``` Researching why the flag fixes this gets into water too deep...