From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Comment: RFC 2476 MSA function at mx14.yandex.ru logged sender identity as: shader Message-ID: <4340E8DA.9060801@yandex.ru> Date: Mon, 03 Oct 2005 12:16:26 +0400 From: "Alexey V. Novikov" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Community Subject: Re: [Comm] audio2midi converter References: <4340E189.7020401@yandex.ru> <4340E414.9050202@rambler.ru> In-Reply-To: <4340E414.9050202@rambler.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 08:16:44 -0000 Archived-At: List-Archive: List-Post: 03.10.2005 11:56, Olvin пишет: > [testu@enigma snd2mid-0.1]$ make > gcc -s -c -o snd2mid.o -Wall -O3 -march=i586 -mcpu=i686 -ffast-math > snd2mid.c > snd2mid.c: In function `midiwritechannel': > snd2mid.c:134: syntax error before `int' > snd2mid.c:138: `maxi' undeclared (first use in this function) > snd2mid.c:138: (Each undeclared identifier is reported only once > snd2mid.c:138: for each function it appears in.) > snd2mid.c:143: `maxi_old' undeclared (first use in this function) > snd2mid.c:146: `delta' undeclared (first use in this function) > snd2mid.c: In function `init_hamming': > snd2mid.c:377: syntax error before `int' > snd2mid.c:378: `i' undeclared (first use in this function) > snd2mid.c: In function `main_loop': > snd2mid.c:407: syntax error before `int' > snd2mid.c:408: `ch' undeclared (first use in this function) > snd2mid.c:412: `channel_len' undeclared (first use in this function) > snd2mid.c: In function `main': > snd2mid.c:482: syntax error before `*' > snd2mid.c:483: `sndfile' undeclared (first use in this function) > snd2mid.c:502: syntax error before `int' > snd2mid.c:503: `channel' undeclared (first use in this function) > make: *** [snd2mid.o] Ошибка 1 А gcc --version случаем не 2.96? sudo apt-get install gcc3.3 sudo select-gcc 3.3 -- WBR, Alexey V. Novikov