From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=3.2.5 Message-ID: <48EBEB13.7040100@ukr.net> Date: Wed, 08 Oct 2008 02:04:51 +0300 From: "K. A. Bylym" User-Agent: Thunderbird 2.0.0.17 (X11/20080929) MIME-Version: 1.0 To: ALT Linux Sisyphus discussions References: <48EB0514.8060606@ukr.net> <48EB6CFB.60306@rambler.ru> In-Reply-To: <48EB6CFB.60306@rambler.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [sisyphus] syntax error near unexpected token `GTK,' X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 08:22:58 -0000 Archived-At: List-Archive: List-Post: Yury Aliaev пишет: > K. A. Bylym scripsit: >> Сборка вылетает с сообщением >> ./configure: line 8815: syntax error near unexpected token `GTK,' >> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK, > > Кажись я понял. В configure макросы должны раскрываться, и > PKG_CHECK_MODULES в явном виде не должно присутствовать. Попробуйте > перед запуском autoconf сказать aclocal, чтобы для всех макросов > подгрузились шаблоны для их раскрытия. В спеке заменил %__autoconf на %__autoreconf (еще не знаю, насколько это правильно). Затык на PKG_CHECK_MODULES исчез, но появилось новое. Множественные --8<-- ../../libAfterStep/libAfterStep.so: undefined reference to `get_text_size' ../../libAfterStep/libAfterStep.so: undefined reference to `overlay_scanlines' ../../libAfterStep/libAfterStep.so: undefined reference to `flush_shm_cache' ../../libAfterStep/libAfterStep.so: undefined reference to `set_xml_image_manager' ../../libAfterStep/libAfterStep.so: undefined reference to `XineramaQueryScreens' -->8-- и --8<-- verify-elf: ERROR: ./usr/lib/libAfterStep.so.1.14: undefined symbol: alphablend_scanlines verify-elf: ERROR: ./usr/lib/libAfterStep.so.1.14: undefined symbol: add_scanlines verify-elf: ERROR: ./usr/lib/libAfterStep.so.1.14: undefined symbol: colorize_scanlines verify-elf: ERROR: ./usr/lib/libAfterStep.so.1.14: undefined symbol: darken_scanlines -->8-- Следствие ли это замены макросов в спеке или неверные зависимости? В общем, куда идти далее?