Re: Problem with compiling



Petr Hracek wrote:
Makefile is:
CC=gcc
CFLAGS='pkg-config --cflags gtk+-20'
LIBS='pkg-config --lib gtk+-2.0'

Is that CFLAGS line just a typo in your email, or is it really like that in your Makefile?

It should be gtk+-2.0.  Note this is 2.0, not 20.

(And as Padraig's email said, they should be back-ticks, not single quotes).
Richard.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]