Is there a way to make geany works on mac OS x 10.11.6 (el capitain) together with a working debugger ?
After a lot of work, I decided to install geany and geany-plugins from source code.
Geany editos works fine.
What I get, when I tray to install plugins is during the make phase:
"....
Making all in src
CC debugger_la-debug.lo
clang: error: cannot specify -o when generating multiple output files
make[1]: *** [debugger_la-debug.lo] Error 1
make: *** [all-recursive] Error 1 "
No idea of what it is.