gtk+-3.18.1/examples/application10 question

2015-10-14 Thread Stefan Salewski
gtk+-3.18.1/examples/application10 cd application10 glib-compile-schemas . glib-compile-resources exampleapp.gresource.xml --target=resources.c --generate-source gcc -o main main.c resources.c exampleapp.c exampleappwin.c exampleappprefs.c `pkg-config --libs --cflags gtk+-3.0` I am still

Re: gtk+-3.18.1/examples/application10 question

2015-10-14 Thread Emmanuele Bassi
Hi; On 14 October 2015 at 16:50, Stefan Salewski wrote: > gtk+-3.18.1/examples/application10 > > cd application10 > glib-compile-schemas . > glib-compile-resources exampleapp.gresource.xml --target=resources.c > --generate-source > gcc -o main main.c resources.c exampleapp.c