ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] g++ протухает :(
@ 2011-09-14  8:08 Igor Vlasenko
  2011-09-14 10:08 ` [devel] error in /usr/include/xulrunner/xpcom-config.h Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Vlasenko @ 2011-09-14  8:08 UTC (permalink / raw)
  To: devel


В новом стандарте c++ char16_t превратился во встроенный тип и keyword,
http://en.cppreference.com/w/cpp/keywords/char16_t
в результате чего, например, новый xulrunner уже не определяет char16_t,
и сборка с помощью gcc45 оканчивается неудачей:

     [exec] //usr/include/xulrunner/nsStringAPI.h:1101:3: error: 'char16_t' was not declared in this scope
     [exec] make: *** [xpcomxul.o] Error 1

тем же, кстати, страдает python-module-hulahop (@sugar).

я извратился с помощью кувалды
export CXX='g++ -Dchar16_t="unsigned short int"'

Но, думаю, это звонок, что пора уже собирать gcc46.
-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



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

* Re: [devel] error in /usr/include/xulrunner/xpcom-config.h
  2011-09-14  8:08 [devel] g++ протухает :( Igor Vlasenko
@ 2011-09-14 10:08 ` Dmitry V. Levin
  2011-09-14 10:29   ` Igor Vlasenko
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2011-09-14 10:08 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

Hi,

On Wed, Sep 14, 2011 at 11:08:48AM +0300, Igor Vlasenko wrote:
> 
> В новом стандарте c++ char16_t превратился во встроенный тип и keyword,
> http://en.cppreference.com/w/cpp/keywords/char16_t
> в результате чего, например, новый xulrunner уже не определяет char16_t,

Значит, новый xulrunner неправильно собран, поскольку сам по себе
он поддерживает системы как с HAVE_CPP_CHAR16_T, так и без них, см.
/usr/include/xulrunner/xpcom-config.h

> я извратился с помощью кувалды
> export CXX='g++ -Dchar16_t="unsigned short int"'

Зря, надо было копать глубже.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] error in /usr/include/xulrunner/xpcom-config.h
  2011-09-14 10:08 ` [devel] error in /usr/include/xulrunner/xpcom-config.h Dmitry V. Levin
@ 2011-09-14 10:29   ` Igor Vlasenko
  0 siblings, 0 replies; 3+ messages in thread
From: Igor Vlasenko @ 2011-09-14 10:29 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wed, Sep 14, 2011 at 02:08:42PM +0400, Dmitry V. Levin wrote:
> > В новом стандарте c++ char16_t превратился во встроенный тип и keyword,
> > http://en.cppreference.com/w/cpp/keywords/char16_t
> > в результате чего, например, новый xulrunner уже не определяет char16_t,
> 
> Значит, новый xulrunner неправильно собран, поскольку сам по себе
> он поддерживает системы как с HAVE_CPP_CHAR16_T, так и без них, см.
> /usr/include/xulrunner/xpcom-config.h
> 
> > я извратился с помощью кувалды
> > export CXX='g++ -Dchar16_t="unsigned short int"'
> 
> Зря, надо было копать глубже.

Спасибо за разъяснение, повесил 
https://bugzilla.altlinux.org/show_bug.cgi?id=26296

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



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

end of thread, other threads:[~2011-09-14 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-14  8:08 [devel] g++ протухает :( Igor Vlasenko
2011-09-14 10:08 ` [devel] error in /usr/include/xulrunner/xpcom-config.h Dmitry V. Levin
2011-09-14 10:29   ` Igor Vlasenko

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