Matheus C. França
Matheus C. França
Thanks for the feedback. While still working on converting the solution to zig, partly `translate-c` cannot help me completely. I have to redo some points manually before this step can...
Cosmopolitan: 2.2 ### Current error using LLD ```bash $> clang -g -Os -static -nostdlib -nostdinc -fno-pie -mno-red-zone -fno-omit-frame-pointer -o hello.com.dbg hello.c -Wl,-T,libcosmo/ape.lds -include libcosmo/cosmopolitan.h libcosmo/crt.o libcosmo/ape.o libcosmo/cosmopolitan.a -Wl,-z,max-page-size=0x1000 -Wl,--gc-sections -fuse-ld=lld...
It is also worth pointing out that [aedis](https://github.com/mzimbres/aedis)(redis client), restinio, [crowCpp](https://github.com/CrowCpp/Crow) are based on asio. For Qt restAPI there is also [cutelyst](https://github.com/cutelyst/cutelyst).
> Is there any alternative to Sourcerer? maybe: https://profile.codersrank.io
@an-tao , Drogon v2 will add asio's support only the boost libraries version or also support the standalone version?
> See #1031 :) Wow! Nice. 🥳
Have you tried using `-isystem` for include? Does the same error occur on the master?
> What's your exact CMake command-line? ```bash cmake "$ROOTDIR/ldc" \ -DLLVM_ROOT_DIR="$ROOTDIR/out/llvm-cross-$TARGET-$MCPU" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CROSSCOMPILING=True \ -DCMAKE_C_COMPILER=clang \ -DCMAKE_CXX_COMPILER=clang++ \ -DCMAKE_INSTALL_PREFIX="$ROOTDIR/out/$TARGET-$MCPU" \ -DCMAKE_PREFIX_PATH="$ROOTDIR/out/$TARGET-$MCPU" \ -DCMAKE_SYSTEM_NAME="$TARGET_OS_CMAKE" \ -DLLVM_IS_SHARED=OFF \ -DD_COMPILER_FLAGS="-gcc=clang -Xcc=-static...
> What bug? No, error build only! > AFAICT, you don't pass any `-stdlib=libc++` when compiling the LDC C++ parts. Yeah! There's not much choice from what I've seen. Hopefully...
> `-w` making them errors. So `-wi` might get you further. ```bash core/thread/osthread.d(1572):1:12: warning: used $at (currently $1) without ".set noat" sw $22, 0($1) ^ core/thread/osthread.d(1572):1:12: warning: used $at (currently...