From 9c7c14513dfe3440dad9cf0b1c652dde9e4f1de7 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 3 Jun 2012 21:45:00 +0000 Subject: Version qui marchouille sans le pointeur de fonction (segfault incompris). Problèmes d'offset. Le vu-mètre donne juste la valeur abs max ce qui ne correspond pas à grand chose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-violon-leds/trunk@11 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test5/compil.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test5/compil.sh') diff --git a/tests/test5/compil.sh b/tests/test5/compil.sh index 4875cc1..776669a 100755 --- a/tests/test5/compil.sh +++ b/tests/test5/compil.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex -#gcc -Wall -g -c gtkvumeter.c $(pkg-config --cflags gtk+-2.0) -#gcc -Wall -g -c win_main.c $(pkg-config --cflags gtk+-2.0) -#gcc -Wall -g -c compute.c $(pkg-config --cflags gtk+-2.0) +gcc -Wall -g -c gtkvumeter.c $(pkg-config --cflags gtk+-2.0) +gcc -Wall -g -c win_main.c $(pkg-config --cflags gtk+-2.0) +gcc -Wall -g -c compute.c $(pkg-config --cflags gtk+-2.0) gcc -Wall -g -c test5.c $(pkg-config --cflags gtk+-2.0 gthread-2.0 libpulse) gcc -Wall -g -c capture.c $(pkg-config --cflags gtk+-2.0 libpulse) gcc -Wall -o test5 *.o $(pkg-config --libs gtk+-2.0 gthread-2.0 libpulse) -- cgit v1.2.3