ArtEze

Results 29 issues of ArtEze

**main.c** ```sh int main(int argc, char *argv[]){ return 0; } ``` Compile: ```sh chibicc ./main.c -o ./n ``` Error: ```sh gcc library path is not found ```

**main.c** ```sh #include int main(int argc, char **argv){ int i=0; while(i

I want to compile in _Slackware_, but I am an error from _Debian_. ```sh /bic autoreconf -i perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:...

My gcc: ``` Leyendo especificaciones de /usr/lib64/gcc/x86_64-slackware-linux/10.3.0/specs COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/10.3.0/lto-wrapper Objetivo: x86_64-slackware-linux Configurado con: ../configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,brig,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --disable-libstdcxx-pch --disable-libunwind-exceptions --enable-__cxa_atexit...

I have a mistake when doing `make`. ```sh make SHECC out/shecc-stage1.elf /bin/sh: line 1: 21530 Segmentation fault out/shecc --dump-ir -o out/shecc-stage1.elf src/main.c > out/shecc-stage1.log make: *** [Makefile:71: out/shecc-stage1.elf] Error 139...

I have the following error when running bauh: ```sh root@puppypc30690:~# bauh Traceback (most recent call last): File "/usr/bin/bauh", line 5, in from bauh.app import main File "/usr/lib/python3.9/site-packages/bauh/app.py", line 7, in...

When wanting to do `#include ` an error appears: ```sh mzcc --dump-ast ./main.c -o ./x lexer.c:209: Unexpected character: '#' ```

Summarizing: ```sh The CXX compiler identification is unknown ``` Full console output: ```sh root@puppypc30690:/initrd/mnt/dev_save/descargas/oiio-2.2.14.0/oiio-2.2.14.0# make --trace -B Makefile:263: el objetivo 'config' no existe (if [ ! -e build/linux64/Makefile ] ;...

Error in `test1.js` because method `render` is in lowercase. ```js /root/initrd-expanded/js/nx11/examples/opengl/test1.js:63 gl.render(ctx); ^ TypeError: gl.render is not a function at /root/initrd-expanded/js/nx11/examples/opengl/test1.js:63:16 at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:497:39) at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10) at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)...

I obtain this error at execute `examples/opengl/glxgears.js`. ```js node Welcome to Node.js v16.3.0. Type ".help" for more information. > x=require("/x11njs/examples/opengl/glxgears.js") {} > 887 64 Error: Bad param value at ReadFixedRequest.callback...