Re: Valgrind



Hi;

Le dimanche 27 mai 2007 à 23:07 +0200, Andreas Røsdal a écrit :
> I'm trying to run gnome-games with valgrind, and I get a compilation 
> error. I have set the following environment variable:
>   export GNOME_GAMES_CFLAGS=-g
> 
> Then I run autogen.sh and make, which gives the following error.
> Has anyone used valgrind on gnome-games?

You shouldn't export GNOME_GAMES_CFLAGS, since normally configure adds
all the include paths to that variable, but the env var overrides that.
Just building with
	make CFLAGS+="-g"
should do what you want.

Regards,
	Christian




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