Saratov Linux User Group
 help / color / mirror / Atom feed
* [Sarlug] Снова нужна помощь
@ 2007-07-25  8:17 Александр
  2007-07-25 14:22 ` freeman
  2007-07-25 17:01 ` Яков Попов
  0 siblings, 2 replies; 3+ messages in thread
From: Александр @ 2007-07-25  8:17 UTC (permalink / raw)
  To: sarlug

Сорри, если задолбал глупыми вопросами, но нужна снова помощь. Пытаюсь компилить линуксовую игрушку. Конфигурирование (после некоторых доработок) прошло норм. Далее делаю make, и тут ступор. Вот лог:

[root@isilme-lin asc-1.15.0.0]# make
make  all-recursive
make[1]: Entering directory `/usr/local/games/asc/asc-1.15.0.0'
Making all in source
make[2]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source'
Making all in docs
make[3]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source/docs'
Making all in en
make[4]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source/docs/en'
make[4]: Цель `all' не требует выполнения команд.
make[4]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source/docs/en'
make[4]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source/docs'
make[4]: Цель `all-am' не требует выполнения команд.
make[4]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source/docs'
make[3]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source/docs'
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
make[3]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source/sdl'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0'
make: *** [all] Ошибка 2

На что конкретно ругается, и как это обойти?
--
Александр


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Sarlug] Снова нужна помощь
  2007-07-25  8:17 [Sarlug] Снова нужна помощь Александр
@ 2007-07-25 14:22 ` freeman
  2007-07-25 17:01 ` Яков Попов
  1 sibling, 0 replies; 3+ messages in thread
From: freeman @ 2007-07-25 14:22 UTC (permalink / raw)
  To: Saratov Linux User Group Maillist

On Wed, 25 Jul 2007 12:17:33 +0400, Александр <Alexa41@yandex.ru> wrote:

> Сорри, если задолбал глупыми вопросами, но нужна снова помощь. Пытаюсь  
> компилить линуксовую игрушку. Конфигурирование (после некоторых  
> доработок) прошло норм. Далее делаю make, и тут ступор. Вот лог:
>
> [root@isilme-lin asc-1.15.0.0]# make
> make  all-recursive
> make[1]: Entering directory `/usr/local/games/asc/asc-1.15.0.0'
> Making all in source
> make[2]: Entering directory `/usr/local/games/asc/asc-1.15.0.0/source'
> Making all in docs
> make[3]: Entering directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs'
> Making all in en
> make[4]: Entering directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs/en'
> make[4]: Цель `all' не требует выполнения команд.
> make[4]: Leaving directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs/en'
> make[4]: Entering directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs'
> make[4]: Цель `all-am' не требует выполнения команд.
> make[4]: Leaving directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs'
> make[3]: Leaving directory  
> `/usr/local/games/asc/asc-1.15.0.0/source/docs'
> 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
> make[3]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source/sdl'
> make[2]: *** [all-recursive] Ошибка 1
> make[2]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0/source'
> make[1]: *** [all-recursive] Ошибка 1
> make[1]: Leaving directory `/usr/local/games/asc/asc-1.15.0.0'
> make: *** [all] Ошибка 2
>
> На что конкретно ругается, и как это обойти?
> --
> Александр
> _______________________________________________
> Sarlug mailing list
> Sarlug@lug.ru
> https://lists.lug.ru/mailman/listinfo/sarlug

Проверь установленную библиотеку SDL... Может игрушка для другой версии  
писалась

-- 
Отправлено M2, революционной почтовой программой Opera:  
http://www.opera.com/mail/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Sarlug] Снова нужна помощь
  2007-07-25  8:17 [Sarlug] Снова нужна помощь Александр
  2007-07-25 14:22 ` freeman
@ 2007-07-25 17:01 ` Яков Попов
  1 sibling, 0 replies; 3+ messages in thread
From: Яков Попов @ 2007-07-25 17:01 UTC (permalink / raw)
  To: Saratov Linux User Group Maillist


В Срд, 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. надеюсь, игра того стОит?

-- 


С уважением,

Яков Попов



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-25 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25  8:17 [Sarlug] Снова нужна помощь Александр
2007-07-25 14:22 ` freeman
2007-07-25 17:01 ` Яков Попов

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