@lilith
when trying to build xruncounter.c with
Code:
gcc -Wall xruncounter.c -lm `pkg-config --cflags --libs jack` -o xruncounter
I'm getting an error:
when trying to build xruncounter.c with
Code: Select all
gcc -Wall xruncounter.c -lm
pkg-config --cflags --libs jack
-o xruncounterI'm getting an error:
Code:
xruncounter.c:1:1: error: expected identifier or ‘(’ before ‘{’ token 1 | {"payload":{"allShortcutsEnabled":true,"fileTree":{"":{"items":[{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"xruncounter.c","path":"xruncounter.c","contentType":"file"}],"totalCount":4}},"fileTreeProcessingTime":2.02989,"foldersToFetch":[],"reducedMotionEnabled":"system","repo":{"id":177461482,"defaultBranch":"master","name":"xruncounter","ownerLogin":"Gimmeapill","currentUs ...
libjack-jackd2-dev is installed.
Hmm, looks like you've downloaded the Github JSON metadata, rather than the xruncounter.c
file itself.
If you aren't cloning the repo with git, try using the "raw" version of the file:
https://raw.githubusercontent.com/Gimme ... ncounter.c
Statistics: Posted by tseaver — Thu Jan 04, 2024 1:15 am