Re: How to compile tictactoe widget example in tutorial
- From: donn <donn ingle gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to compile tictactoe widget example in tutorial
- Date: Sun, 07 Feb 2010 16:07:55 +0200
On 07/02/2010 14:30, Tor Lillqvist wrote:
You need to compile and link *both* the .c files into *one*
executable.
Thanks, I think ... these concepts are not well introduced in the tutorial.
I.e.:
gcc -Wall -g `pkg-config --cflags gtk+-2.0` tictactoe.c
test_tictactoe.c -o ttt `pkg-config --libs gtk+-2.0`
Magic, that worked. So noted.
\d
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]