On 12-03-25 10:33 AM, Quentin Glidic wrote:
On 25/03/2012 19:22, Matthew Brush wrote:
Weird, it builds OK here with `--enable-cppcheck` and `make check`. It has a few warnings about the compiled C code but otherwise seems fine. Can you tell what the error/failure message is?
Cheers, Matthew Brush
The debugger one: make[4]: Entering directory `/home/sardemff7/Developpement/Geany/geany-plugins/debugger/src' /usr/bin/cppcheck -q --template gcc --error-exitcode=2 . dbm_gdb.c:1483: error: Return value of allocation function g_strdup_printf is not used.
The multiterm one: make[3]: Entering directory `/home/sardemff7/Developpement/Geany/geany-plugins/multiterm/src' /usr/bin/cppcheck -q --template gcc --error-exitcode=2 . cppcheck: error: could not find or open any of the paths given.
I’m using the latest cppcheck commit.
It almost sounds like it can't see the C files compiled by Valac. Is there C files in `multiterm/src/`?
Cheers, Matthew Brush