ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4]
  @ 2008-11-25  7:38 ` Michael Shigorin
  2008-11-25  9:54   ` Evgeny Sinelnikov
  2008-11-25 10:24   ` Alexander Myltsev
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Shigorin @ 2008-11-25  7:38 UTC (permalink / raw)
  To: devel

On Tue, Nov 25, 2008 at 12:43:30AM +0000, QA Team Robot wrote:
> Package: dangerdeep-0.2.0-alt2
> Packager: Michael Shigorin <mike@altlinux>
> Status: i586 rebuild failed.
> Cannot build this package for 4 week(s) (since Sat Oct 25 2008).
> Please investigate.

Эт не настолько интересно чинить, чтоб разучивать плюсные грабли
дальше... хотя штуковина довольно симпатичная, если кому чего.

> g++ -o build/linux/ai.o -c -Wall `sdl-config --cflags` -pipe -Wall -O2 -march=i586 -mtune=i686 -DWITH_FLOAT_FFTW -I/usr/include/SDL -I/usr/include/GL src/ai.cpp
> In file included from src/ai.cpp:26:
> src/convoy.h:48: error: ISO C++ forbids declaration of 'auto_ptr' with no type
> src/convoy.h:48: error: invalid use of '::'
> src/convoy.h:48: error: expected ';' before '<' token
> src/convoy.h: In member function 'virtual ai* convoy::get_ai()':
> src/convoy.h:86: error: 'myai' was not declared in this scope
> In file included from src/ai.cpp:27:
> src/sea_object.h: At global scope:
> src/sea_object.h:176: error: ISO C++ forbids declaration of 'auto_ptr' with no type
> src/sea_object.h:176: error: invalid use of '::'
> src/sea_object.h:176: error: expected ';' before '<' token
> src/sea_object.h: In member function 'virtual ai* sea_object::get_ai()':
> src/sea_object.h:268: error: 'myai' was not declared in this scope
> scons: building terminated because of errors.
> scons: *** [build/linux/ai.o] Error 1

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4]
  2008-11-25  7:38 ` [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4] Michael Shigorin
@ 2008-11-25  9:54   ` Evgeny Sinelnikov
  2008-11-25 10:00     ` Dmitriy M. Maslennikov
  2008-11-25 10:24   ` Alexander Myltsev
  1 sibling, 1 reply; 4+ messages in thread
From: Evgeny Sinelnikov @ 2008-11-25  9:54 UTC (permalink / raw)
  To: ALT Linux Team development discussions

2008/11/25 Michael Shigorin <mike@osdn.org.ua>:
> On Tue, Nov 25, 2008 at 12:43:30AM +0000, QA Team Robot wrote:
>> Package: dangerdeep-0.2.0-alt2
>> Packager: Michael Shigorin <mike@altlinux>
>> Status: i586 rebuild failed.
>> Cannot build this package for 4 week(s) (since Sat Oct 25 2008).
>> Please investigate.
>
> Эт не настолько интересно чинить, чтоб разучивать плюсные грабли
> дальше... хотя штуковина довольно симпатичная, если кому чего.
>

Ну, я попробую помочь в разгребани плюсных граблей. Правда в моём
git'е в асмое ближайшее время его не стоит ждать...

>> g++ -o build/linux/ai.o -c -Wall `sdl-config --cflags` -pipe -Wall -O2 -march=i586 -mtune=i686 -DWITH_FLOAT_FFTW -I/usr/include/SDL -I/usr/include/GL src/ai.cpp
>> In file included from src/ai.cpp:26:
>> src/convoy.h:48: error: ISO C++ forbids declaration of 'auto_ptr' with no type
>> src/convoy.h:48: error: invalid use of '::'
>> src/convoy.h:48: error: expected ';' before '<' token
>> src/convoy.h: In member function 'virtual ai* convoy::get_ai()':
>> src/convoy.h:86: error: 'myai' was not declared in this scope
>> In file included from src/ai.cpp:27:
>> src/sea_object.h: At global scope:
>> src/sea_object.h:176: error: ISO C++ forbids declaration of 'auto_ptr' with no type
>> src/sea_object.h:176: error: invalid use of '::'
>> src/sea_object.h:176: error: expected ';' before '<' token
>> src/sea_object.h: In member function 'virtual ai* sea_object::get_ai()':
>> src/sea_object.h:268: error: 'myai' was not declared in this scope
>> scons: building terminated because of errors.
>> scons: *** [build/linux/ai.o] Error 1
>

Если это всё, там перед "auto_ptr" нужно поставить "std::", как я полагаю.


-- 
Sin (Sinelnikov Evgeny)

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

* Re: [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4]
  2008-11-25  9:54   ` Evgeny Sinelnikov
@ 2008-11-25 10:00     ` Dmitriy M. Maslennikov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitriy M. Maslennikov @ 2008-11-25 10:00 UTC (permalink / raw)
  To: ALT Linux Team development discussions

25 ноября 2008 г. 12:54 пользователь Evgeny Sinelnikov
<sin@altlinux.ru> написал:
>>> g++ -o build/linux/ai.o -c -Wall `sdl-config --cflags` -pipe -Wall -O2 -march=i586 -mtune=i686 -DWITH_FLOAT_FFTW -I/usr/include/SDL -I/usr/include/GL src/ai.cpp
>>> In file included from src/ai.cpp:26:
>>> src/convoy.h:48: error: ISO C++ forbids declaration of 'auto_ptr' with no type
>>> src/convoy.h:48: error: invalid use of '::'
>>> src/convoy.h:48: error: expected ';' before '<' token
>>> src/convoy.h: In member function 'virtual ai* convoy::get_ai()':
>>> src/convoy.h:86: error: 'myai' was not declared in this scope
>>> In file included from src/ai.cpp:27:
>>> src/sea_object.h: At global scope:
>>> src/sea_object.h:176: error: ISO C++ forbids declaration of 'auto_ptr' with no type
>>> src/sea_object.h:176: error: invalid use of '::'
>>> src/sea_object.h:176: error: expected ';' before '<' token
>>> src/sea_object.h: In member function 'virtual ai* sea_object::get_ai()':
>>> src/sea_object.h:268: error: 'myai' was not declared in this scope
>>> scons: building terminated because of errors.
>>> scons: *** [build/linux/ai.o] Error 1
>>
>
> Если это всё, там перед "auto_ptr" нужно поставить "std::", как я полагаю.
Скорее заголовочного файла не хватает.

-- 
Dmitriy M. Maslennikov
rlz@etersoft.ru
rlz@altlinux.org
maslennikovdm@gmail.com
master@armory.ru

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

* Re: [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4]
  2008-11-25  7:38 ` [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4] Michael Shigorin
  2008-11-25  9:54   ` Evgeny Sinelnikov
@ 2008-11-25 10:24   ` Alexander Myltsev
  1 sibling, 0 replies; 4+ messages in thread
From: Alexander Myltsev @ 2008-11-25 10:24 UTC (permalink / raw)
  To: ALT Linux Team development discussions

2008/11/25 Michael Shigorin <mike@osdn.org.ua>:
> Эт не настолько интересно чинить, чтоб разучивать плюсные грабли

Машинально починил, добавив несколько хедеров. За результат (см. на
git.alt) не отвечаю.

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

end of thread, other threads:[~2008-11-25 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-25  7:38 ` [devel] dangerdeep-0.2.0-alt2: i586 rebuild failed [4] Michael Shigorin
2008-11-25  9:54   ` Evgeny Sinelnikov
2008-11-25 10:00     ` Dmitriy M. Maslennikov
2008-11-25 10:24   ` Alexander Myltsev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git