ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Баг в /usr/include/Standard_Stream.hxx
@ 2010-03-15  7:55 REAL
  2010-03-15  8:38 ` Slava Semushin
  0 siblings, 1 reply; 6+ messages in thread
From: REAL @ 2010-03-15  7:55 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Почините кто-нибудь Standard_Stream.hxx, а то надоела :) (#include 
<iomanip> нужно туда добавить, кажется).

In file included from /usr/include/Standard_OStream.hxx:8,
                  from /usr/include/Standard_ExtCharacter.hxx:24,
                  from /usr/include/Standard_PrimitiveTypes.hxx:29,
                  from /usr/include/Handle_Standard_Transient.hxx:10,
                  from /usr/include/Handle_MMgt_TShared.hxx:33,
                  from /usr/include/Handle_BRepAlgo_AsDes.hxx:33,
                  from Partition_Inter2d.hxx:31,
                  from Partition_Inter3d.cxx:34:
/usr/include/Standard_Stream.hxx:84: error: 'std::setw' has not been 
declared
/usr/include/Standard_Stream.hxx:85: error: 'std::setprecision' has 
not been declared

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [devel] Баг в /usr/include/Standard_Stream.hxx
  2010-03-15  7:55 [devel] Баг в /usr/include/Standard_Stream.hxx REAL
@ 2010-03-15  8:38 ` Slava Semushin
  2010-03-15  9:03   ` REAL
  0 siblings, 1 reply; 6+ messages in thread
From: Slava Semushin @ 2010-03-15  8:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

15 марта 2010 г. 13:55 пользователь REAL <root@mmedia2.kemsu.ru> написал:
> Почините кто-нибудь Standard_Stream.hxx, а то надоела :) (#include <iomanip>
> нужно туда добавить, кажется).

Баги -- в багзиллу!

[...]


-- 
Slava Semushin

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

* Re: [devel] Баг в /usr/include/Standard_Stream.hxx
  2010-03-15  9:03   ` REAL
@ 2010-03-15  8:44     ` Slava Semushin
  2010-03-15 10:23     ` REAL
  2010-03-20 11:11     ` Michael Shigorin
  2 siblings, 0 replies; 6+ messages in thread
From: Slava Semushin @ 2010-03-15  8:44 UTC (permalink / raw)
  To: ALT Linux Team development discussions

15 марта 2010 г. 15:03 пользователь REAL <root@mmedia2.kemsu.ru> написал:
[...]
> Мне просто лень было искать пакет, на который нужно повесить баг.

Евгений, вы бы лучше время всех подписчиков devel@ пожалели... :-(


-- 
Slava Semushin

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

* Re: [devel] Баг в /usr/include/Standard_Stream.hxx
  2010-03-15  8:38 ` Slava Semushin
@ 2010-03-15  9:03   ` REAL
  2010-03-15  8:44     ` Slava Semushin
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: REAL @ 2010-03-15  9:03 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Slava Semushin пишет:
> 15 марта 2010 г. 13:55 пользователь REAL <root@mmedia2.kemsu.ru> написал:
>> Почините кто-нибудь Standard_Stream.hxx, а то надоела :) (#include <iomanip>
>> нужно туда добавить, кажется).
> 
> Баги -- в багзиллу!

Мне просто лень было искать пакет, на который нужно повесить баг.

А так - вечером припрусь в багзиллу. А то уже не первый пакет ломается 
из-за этого хедера.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [devel] Баг в /usr/include/Standard_Stream.hxx
  2010-03-15  9:03   ` REAL
  2010-03-15  8:44     ` Slava Semushin
@ 2010-03-15 10:23     ` REAL
  2010-03-20 11:11     ` Michael Shigorin
  2 siblings, 0 replies; 6+ messages in thread
From: REAL @ 2010-03-15 10:23 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Привет!

REAL пишет:
> Slava Semushin пишет:
>> 15 марта 2010 г. 13:55 пользователь REAL <root@mmedia2.kemsu.ru> написал:
>>> Почините кто-нибудь Standard_Stream.hxx, а то надоела :) (#include 
>>> <iomanip>
>>> нужно туда добавить, кажется).
>>
>> Баги -- в багзиллу!
> 
> Мне просто лень было искать пакет, на который нужно повесить баг.
> 
> А так - вечером припрусь в багзиллу.

Это оказалась не бага, а новые правила сборки: нужно добавить с 
optflags директиву -DHAVE_IOMANIP.

Вопрос закрыт.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [devel] Баг в /usr/include/Standard_Stream.hxx
  2010-03-15  9:03   ` REAL
  2010-03-15  8:44     ` Slava Semushin
  2010-03-15 10:23     ` REAL
@ 2010-03-20 11:11     ` Michael Shigorin
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2010-03-20 11:11 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Mon, Mar 15, 2010 at 04:03:29PM +0700, REAL wrote:
> >>Почините кто-нибудь Standard_Stream.hxx, а то надоела :)
> >>(#include <iomanip> нужно туда добавить, кажется).
> >Баги -- в багзиллу!
> Мне просто лень было искать пакет, на который нужно повесить баг.

JFYI, применяю для установленных в систему/чрут:

$ rpm -qf /usr/include/xf86drm.h               
libdrm-devel-2.4.17-alt1

для остальных:

$ fgrep /usr/include/Standard_Stream.hxx Sisyphus/*/base/contents_index
Sisyphus/i586/base/contents_index:/usr/include/Standard_Stream.hxx  libopencascade-devel
Sisyphus/x86_64/base/contents_index:/usr/include/Standard_Stream.hxx        libopencascade-devel

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


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

end of thread, other threads:[~2010-03-20 11:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-15  7:55 [devel] Баг в /usr/include/Standard_Stream.hxx REAL
2010-03-15  8:38 ` Slava Semushin
2010-03-15  9:03   ` REAL
2010-03-15  8:44     ` Slava Semushin
2010-03-15 10:23     ` REAL
2010-03-20 11:11     ` Michael Shigorin

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