So what are the possible things I could try out? I have symlinks to clang in /usr/bin.
On Sun, 6 Oct 2024, 16:09 Lex Trotman via Users, users@lists.geany.org wrote:
It appears that clang++ is not on the path that Geany can see. If the search path is set by shell startup script, but you run Geany from the menu where there is no shell involved, then the path will not contain clang++.
On Sun, 6 Oct 2024 at 18:04, Avdhoot Jadhav via Users < users@lists.geany.org> wrote:
Hello there, I have freshly installed geany on my void linux xfce. In my current setup, I have clang installed and I don't have gcc installed. I have been using geany for years and earlier I used geany with gcc and it worked fine. I had set the compile and build commands as follows-
- Compile - clang++ -std=c++17 -Wshadow -Wall -o "%e" "%f" -O2
-Wno-unused-result 2. Build - clang++ -std=c++17 -Wshadow -Wall -o "%e" "%f" -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG
When I tried executing build or compile, geany threw this error - [image: image.png]
Specs - Geany version - 2.0 OS - Void Linux XFCE Latest Clang - v18.1.8
I need help in setting geany for clang. Could anyone help me with this?
Thanks, Avdhoot J _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org