Skip to content

Instantly share code, notes, and snippets.

@migurski
Created February 17, 2012 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migurski/1854149 to your computer and use it in GitHub Desktop.
Save migurski/1854149 to your computer and use it in GitHub Desktop.
> make PKG_CONFIG_PATH=/home/migurski/src/simple-tiles/out/lib/pkgconfig test
cd src && make all
make[1]: Entering directory `/home/migurski/src/simple-tiles/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/migurski/src/simple-tiles/src'
cd test && make test
make[1]: Entering directory `/home/migurski/src/simple-tiles/test'
cd ../data && make && cd ../test
make[2]: Entering directory `/home/migurski/src/simple-tiles/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/migurski/src/simple-tiles/data'
cc -std=c99 -pedantic -O3 -g -ggdb -Wall -W -Wwrite-strings -I/home/migurski/src/simple-tiles/test/../src/ -pthread -D_REENTRANT -I/usr/local/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/gdal -c -o runner.o runner.c
In file included from runner.h:4,
from runner.c:1:
test.h:7:39: error: simple-tiles/simple_tiles.h: No such file or directory
make[1]: *** [runner.o] Error 1
make[1]: Leaving directory `/home/migurski/src/simple-tiles/test'
make: *** [test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment