From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Igor Tertishny To: devel@altlinux.ru Date: Mon, 11 Nov 2002 14:27:27 +0200 User-Agent: KMail/1.5 Organization: Home MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200211111427.27903.ilar@altlinux.ru> Subject: [devel] =?koi8-r?b?68HL?= =?koi8-r?b?IM7BytTJ?=, =?koi8-r?b?x8TFINPQ0tHUwczJ09ggKi5o?= =?koi8-r?b?IMbByszZ?= Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: Компилю совершенно бесподобную прогу. Но возникает проблема - постоянно идет ошибка о ненахождении переменных из заголовочного файла. SDL и alsa. Даю кусочек вывода: DL_alsa_audio.c:73: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function) SDL_alsa_audio.c:74: `SND_PCM_MODE_BLOCK' undeclared (first use in this function) SDL_alsa_audio.c:76: `SND_PCM_STOP_STOP' undeclared (first use in this function) SDL_alsa_audio.c:77: `SND_PCM_SFMT_S16_LE' undeclared (first use in this function) SDL_alsa_audio.c: In function `Audio_Available': SDL_alsa_audio.c:98: `snd_pcm_channel_params_t' undeclared (first use in this function) SDL_alsa_audio.c:98: parse error before "cparams" SDL_alsa_audio.c:106: `cparams' undeclared (first use in this function) SDL_alsa_audio.c:108: `SND_PCM_OPEN_PLAYBACK' undeclared (first use in this function) SDL_alsa_audio.c:108: `SND_PCM_OPEN_NONBLOCK' undeclared (first use in this function) Я пересмотрел все заголовочные файлы alsa, но не нашел этих переменных, а это явно не переменные автора проги, а системные. Как найти, где их искать, чтобы вставить в заголовочный файл? Мне проще переписать прогу самому, чем мурыжить автора.