Skip to content

Instantly share code, notes, and snippets.

@rlaager
Created March 11, 2014 23:49
Show Gist options
  • Save rlaager/9497616 to your computer and use it in GitHub Desktop.
Save rlaager/9497616 to your computer and use it in GitHub Desktop.
PASS: /home/rlaager/gplugin/build/lua/tests/test-lua-loader
[ 80%] Generating test-gplugin-lua-junit.xml
[ 80%] Built target lua-tests
[ 81%] Building C object python/CMakeFiles/gplugin-python.dir/gplugin-python-core.c.o
[ 82%] Building C object python/CMakeFiles/gplugin-python.dir/gplugin-python-loader.c.o
[ 83%] Building C object python/CMakeFiles/gplugin-python.dir/gplugin-python-plugin.c.o
[ 84%] Building C object python/CMakeFiles/gplugin-python.dir/gplugin-python-utils.c.o
/home/rlaager/gplugin/python/gplugin-python-utils.c: In function ‘gplugin_python_exception_to_gerror’:
/home/rlaager/gplugin/python/gplugin-python-utils.c:95:22: warning: implicit declaration of function ‘PyUnicode_AsUTF8’ [-Wimplicit-function-declaration]
/home/rlaager/gplugin/python/gplugin-python-utils.c:96:22: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘int’ [-Wformat]
/home/rlaager/gplugin/python/gplugin-python-utils.c:96:22: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat]
Linking C shared module gplugin-python.so
[ 84%] Built target gplugin-python
[ 86%] Building C object python/CMakeFiles/gplugin-python-static.dir/gplugin-python-core.c.o
[ 87%] Building C object python/CMakeFiles/gplugin-python-static.dir/gplugin-python-loader.c.o
[ 88%] Building C object python/CMakeFiles/gplugin-python-static.dir/gplugin-python-plugin.c.o
[ 89%] Building C object python/CMakeFiles/gplugin-python-static.dir/gplugin-python-utils.c.o
/home/rlaager/gplugin/python/gplugin-python-utils.c: In function ‘gplugin_python_exception_to_gerror’:
/home/rlaager/gplugin/python/gplugin-python-utils.c:95:22: warning: implicit declaration of function ‘PyUnicode_AsUTF8’ [-Wimplicit-function-declaration]
/home/rlaager/gplugin/python/gplugin-python-utils.c:96:22: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘int’ [-Wformat]
/home/rlaager/gplugin/python/gplugin-python-utils.c:96:22: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat]
Linking C static library libgplugin-python-static.a
[ 89%] Built target gplugin-python-static
[ 90%] Building C object python/tests/CMakeFiles/test-python-utils.dir/test-python-utils.c.o
/home/rlaager/gplugin/python/tests/test-python-utils.c:20:34: fatal error: gplugin-python-utils.h: No such file or directory
compilation terminated.
make[2]: *** [python/tests/CMakeFiles/test-python-utils.dir/test-python-utils.c.o] Error 1
make[1]: *** [python/tests/CMakeFiles/test-python-utils.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment