Anji
Anji
@fedor-elizarov Thanks a lot mate :3
``` $ gcc-10 --version gcc-10 (Homebrew GCC 10.3.0) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty;...
``` $ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 12.0.5 (clang-1205.0.22.9) Target: x86_64-apple-darwin20.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin $ gcc-10 --version gcc-10 (Homebrew GCC 10.3.0) 10.3.0 Copyright (C)...
@fedor-elizarov Wow, **Makefile** looks interesting! ^_^ I would like to test these demos but I feel like maybe there's something tricky about macOS... Or is it just because I'm such...
> > #include "cengine.h" == #include "../include/cengine.h" becouse compiler have option -I../../include > > it Makefiles in ./demo/*/Makefile > > Ok. if you can give full log > > ```shell...
OK I give up, there're hundreds of ```.h``` files in there, maybe I should write a python script to add absolute path to all the ```#include```s
@fedor-elizarov Have a sweet dream ^^ Thanks for your help sir
> @sacrrie I was having this same problem and compiling with `clang` instead of `arm-linux-androideabi-clang` fixed it for me. My exact command was `CC=clang python setup.py build` and `CC=clang pip...
> It is likely because of missing bindings in https://github.com/j8r/cride/blob/master/src/libc/ioctls.cr, which are used to get the terminal size. Does it mean I'm missing some dependencies? Should I do `brew install...
구글 검색을 해봤는데 Android API 버전의 문제일 수 있고, openjdk 개발자의 legacy code 의 문제(32-bit -> 64-bit 때)가 일 수도 있다는 생각 들었습니다. 개발 환경의 부분에서는 [Termux](https://f-droid.org/en/packages/com.termux/)를 사용하고 있는데, `pip...