cblc
cblc
Invoking cmake with: `cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$MYINSTALL -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_LINK_FLAGS="-Wl,-rpath,$MYINSTALL/lib" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DFLANG_ENABLE_WERROR=ON -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_BUILD_MAIN_SRC_DIR=../build -DLLVM_EXTERNAL_LIT=../build/bin/llvm-lit -DLLVM_LIT_ARGS=-v -DLLVM_DIR=../build/lib/cmake/llvm -DCLANG_DIR=../build/lib/cmake/clang -DMLIR_DIR=../build/lib/cmake/mlir ../src/llvm-project-16.0.6.src/flang` I get: ``` CMake Error at CMakeLists.txt:91 (find_package): Could...
macOS Monterey 12.6, Xcode 14.0.1, LLVM 16.0.6 (desired build: all libs static, and everything universal x86_64 + Arm64) First of all, I'd like to know if you believe the build...
I don't know if it's just me, but in these days of Intel+ARM universal binaries for MacOS, I'd find it very convenient to build these fat binaries in one go,...
It would be very desirable that you provide a prebuilt PDF version of the book. When you released 0.3.x, you did. But in the latest 0.4.0, you didn't. I belong...
Fixes https://github.com/Immediate-Mode-UI/Nuklear/issues/494
One of the features I miss the most in C is being able to define for example my own floating point data type and provide its arithmetic operators implementation. There's...
Another of the features I really miss in C is struct introspection (ie: having automatic getters and setters for struct fields accessed by their numerical index), which would open the...
I just found that I cannot type international characters in the input fields of the Search, Replace, Open File, dialogs (and maybe in every input box, except for the editor)....
Not sure what's going on, but this has happened to me three times now. It was always while using the Search&Replace dialog, and I think it was after pasting text...
I really like XNEdit. You've done a great job!! Two features that would be very nice to have would be to be able to save and restore a "session" (with...