How did you compile it? Putting your code in a file called try.c and running the following: gcc -c try.c `pkg-config --cflags gtk+-3.0` gcc -o try try.o `pkg-config --libs gtk+-3.0` worked okay and running it put up an empty window. On 06/04/14 09:21, Zhengrong Zang wrote:
|