From: "Яков Попов" <j.a.popov@mail.ru> To: Saratov Linux User Group Maillist <sarlug@lug.ru> Subject: Re: [Sarlug] Снова нужна помощь Date: Wed, 25 Jul 2007 21:01:56 +0400 Message-ID: <1185382916.5795.3.camel@popov-home> (raw) In-Reply-To: <417591185351453@webmail28.yandex.ru> В Срд, 25/07/2007 в 12:17 +0400, Александр пишет: > Сорри, если задолбал глупыми вопросами, но нужна снова помощь. Пытаюсь компилить линуксовую игрушку. Конфигурирование (после некоторых доработок) прошло норм. Далее делаю make, и тут ступор. Вот лог: > > [root@isilme-lin asc-1.15.0.0]# make ..... > Making all in sdl > make[3]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source/sdl' > source='sound.cpp' object='sound.lo' libtool=yes \ > depfile='.deps/sound.Plo' tmpdepfile='.deps/sound.TPlo' \ > depmode=gcc3 /bin/sh ../../depcomp \ > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -g -O2 -Wno-sign-compare -funsigned-char -D_UNIX_ -D_SDL_ -c -o sound.lo `test -f 'sound.cpp' || echo './'`sound.cpp > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -g -O2 -Wno-sign-compare -funsigned-char -D_UNIX_ -D_SDL_ -c sound.cpp -MT sound.lo -MD -MP -MF .deps/sound.TPlo -o sound.o > sound.h:71: error: extra qualification 'SoundSystem::' on member 'loadWave' > make[3]: *** [sound.lo] Ошибка 1 ..... > На что конкретно ругается, и как это обойти? > -- > Александр > _______________________________________________ > Sarlug mailing list > Sarlug@lug.ru > https://lists.lug.ru/mailman/listinfo/sarlug Ну так Вам же ясно написали: sound.h:71: error: extra qualification 'SoundSystem::' on member 'loadWave' Ошибка в файле sound.h на строке 71. loadWave не предполагает указания 'SoundSystem::'. Смотрим в SDL и вообще звука, проверяем нужные версии всех библиотек... или копаем где-нибудь из репозитория :-) p.s. надеюсь, игра того стОит? -- С уважением, Яков Попов
prev parent reply other threads:[~2007-07-25 17:01 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-07-25 8:17 Александр 2007-07-25 14:22 ` freeman 2007-07-25 17:01 ` Яков Попов [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1185382916.5795.3.camel@popov-home \ --to=j.a.popov@mail.ru \ --cc=sarlug@lug.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Saratov Linux User Group This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \ sarlug@lists.lug.ru sarlug@lug.ru public-inbox-index sarlug Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sarlug AGPL code for this site: git clone https://public-inbox.org/public-inbox.git