I've went over that line character by character (added the space as you recommended), all backticks are matched (unless I'm missing something, new to Linux programming never had this issue with windoze). The line cut & pasted from the "Set Build Commands" is:
*gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0` -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0`* I need this to be a Linux program as I will be using it on a Pi, the Arduino software I had no problem with. I've gone over the Geany documentation heavily, understand a bit more, compiles fine to the .o file but no further. Can't thank you enough for the pointers, Bill On Thu, May 2, 2024 at 5:22 AM elextr ***@***.***> wrote: > Well, the original error message indicates the backticks don't match, > maybe post the text from the build command entry (not from the website) on > a line by itself with a line of ``` before and another after it so its not > recognised as markdown. If we can't see exactly what you are inputting > again we can't help. Also post the error message each time just in case > there is some subtle difference you missed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/geany/geany/issues/3863#issuecomment-2089995093>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/BIGX5Y5Z26KQGB3KGYO4FY3ZAIAULAVCNFSM6AAAAABHCDQHLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBZHE4TKMBZGM> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> > -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3863#issuecomment-2091366390 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3863/[email protected]>
