[Geany-devel] [ANN for plugin developers] Automated code checking

Frank Lanitz frank at xxxxx
Wed Mar 16 10:57:45 UTC 2011


Hi,

Am 14.03.2011 20:11, schrieb Colomban Wendling:
> I just added some automated code checking to the Autotools-based build
> system, after a (quite long) discussion on the Geany development list [1].

I had some issues with these check on my ubuntu virtual test box inside
po folder just positng complete output. Its a Ubuntu 10.04 and check and
cppcheck is installed

frlan at ubuntu:~/svn/geany-plugins/trunk/geany-plugins$ LANG=C make check
Making check in po
make[1]: Entering directory
`/home/frlan/svn/geany-plugins/trunk/geany-plugins/po'
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use.
Please
consider adding these to the POTFILES.in file, located in the po/ directory.

geany-plugins-0.20/addons/src/addons.c
geany-plugins-0.20/addons/src/ao_bookmarklist.c
geany-plugins-0.20/addons/src/ao_doclist.c
geany-plugins-0.20/addons/src/ao_openuri.c
geany-plugins-0.20/addons/src/ao_tasks.c
geany-plugins-0.20/addons/src/ao_xmltagging.c
geany-plugins-0.20/codenav/src/codenavigation.c
geany-plugins-0.20/codenav/src/goto_file.c
geany-plugins-0.20/codenav/src/switch_head_impl.c
geany-plugins-0.20/geanydoc/src/geanydoc.c
geany-plugins-0.20/geanyextrasel/src/extrasel.c
geany-plugins-0.20/geanygdb/src/gdb-io-break.c
geany-plugins-0.20/geanygdb/src/gdb-io-envir.c
geany-plugins-0.20/geanygdb/src/gdb-io-frame.c
geany-plugins-0.20/geanygdb/src/gdb-io-read.c
geany-plugins-0.20/geanygdb/src/gdb-io-run.c
geany-plugins-0.20/geanygdb/src/gdb-ui-break.c
geany-plugins-0.20/geanygdb/src/gdb-ui-envir.c
geany-plugins-0.20/geanygdb/src/gdb-ui-frame.c
geany-plugins-0.20/geanygdb/src/gdb-ui-locn.c
geany-plugins-0.20/geanygdb/src/gdb-ui-main.c
geany-plugins-0.20/geanygdb/src/geanygdb.c
geany-plugins-0.20/geanygendoc/src/ggd-file-type-loader.c
geany-plugins-0.20/geanygendoc/src/ggd-file-type-manager.c
geany-plugins-0.20/geanygendoc/src/ggd-options.c
geany-plugins-0.20/geanygendoc/src/ggd-plugin.c
geany-plugins-0.20/geanygendoc/src/ggd-tag-utils.c
geany-plugins-0.20/geanygendoc/src/ggd-utils.c
geany-plugins-0.20/geanygendoc/src/ggd-widget-doctype-selector.c
geany-plugins-0.20/geanygendoc/src/ggd.c
geany-plugins-0.20/geanyinsertnum/src/insertnum.c
geany-plugins-0.20/geanylatex/src/bibtexlabels.c
geany-plugins-0.20/geanylatex/src/formatpatterns.c
geany-plugins-0.20/geanylatex/src/geanylatex.c
geany-plugins-0.20/geanylatex/src/latexencodings.c
geany-plugins-0.20/geanylatex/src/latexenvironments.c
geany-plugins-0.20/geanylatex/src/latexutils.c
geany-plugins-0.20/geanylatex/src/letters.c
geany-plugins-0.20/geanylipsum/src/geanylipsum.c
geany-plugins-0.20/geanylua/geanylua.c
geany-plugins-0.20/geanylua/glspi.h
geany-plugins-0.20/geanylua/glspi_app.c
geany-plugins-0.20/geanylua/glspi_dlg.c
geany-plugins-0.20/geanylua/glspi_init.c
geany-plugins-0.20/geanylua/glspi_kfile.c
geany-plugins-0.20/geanylua/glspi_run.c
geany-plugins-0.20/geanylua/glspi_sci.c
geany-plugins-0.20/geanylua/gsdlg.c
geany-plugins-0.20/geanylua/gsdlg_lua.c
geany-plugins-0.20/geanyprj/src/geanyprj.c
geany-plugins-0.20/geanyprj/src/menu.c
geany-plugins-0.20/geanyprj/src/sidebar.c
geany-plugins-0.20/geanyprj/src/xproject.c
geany-plugins-0.20/geanysendmail/src/geanysendmail.c
geany-plugins-0.20/geanyvc/src/geanyvc.c
geany-plugins-0.20/shiftcolumn/src/shiftcolumn.c
geany-plugins-0.20/spellcheck/src/gui.c
geany-plugins-0.20/spellcheck/src/scplugin.c
geany-plugins-0.20/spellcheck/src/speller.c
geany-plugins-0.20/treebrowser/src/treebrowser.c
geany-plugins-0.20/webhelper/src/gwh-browser.c
geany-plugins-0.20/webhelper/src/gwh-plugin.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
	  exit 1; \
	fi
make[1]: *** [check] Error 1
make[1]: Leaving directory
`/home/frlan/svn/geany-plugins/trunk/geany-plugins/po'
make: *** [check-recursive] Error 1


Unfortunately I don't have any idea what it want to tell me here ;)

cheers,
Frank



More information about the Devel mailing list