From owner-ports-jp@jp.freebsd.org  Wed Jan  5 21:20:30 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id VAA52546;
	Wed, 5 Jan 2000 21:20:30 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from asuka.mk.bsdclub.org (t17.htmnet.ne.jp [202.248.65.17])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id VAA52541
	for <ports-jp@jp.freebsd.org>; Wed, 5 Jan 2000 21:20:29 +0900 (JST)
	(envelope-from motoyuki@mk.bsdclub.org)
Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [192.168.11.4]) by asuka.mk.bsdclub.org (8.9.3/3.7W) with ESMTP
	id VAA75665 for <ports-jp@jp.freebsd.org>; Wed, 5 Jan 2000 21:20:28 +0900 (JST)
Received: from sakura (localhost [127.0.0.1]) by sakura.mk.bsdclub.org (8.9.3/3.7W) with ESMTP
	id VAA32174 for <ports-jp@jp.freebsd.org>; Wed, 5 Jan 2000 21:20:28 +0900 (JST)
Message-Id: <200001051220.VAA32174@sakura.mk.bsdclub.org>
To: ports-jp@jp.freebsd.org
From: Motoyuki Konno <motoyuki@bsdclub.org>
X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1
References: <200001051026.TAA04343@lavender.yy.cs.keio.ac.jp>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=ISO-2022-JP
Date: Wed, 05 Jan 2000 21:20:28 +0900
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: ports-jp 8485
Subject: [ports-jp 8485] Re: japanese/iv broken on -current
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: motoyuki@mk.bsdclub.org

  $B:#Ln$G$9!#(B

  $B:G6a(B C++ $B$$$8$C$F$$$J$$$N$GA4$/<+?.$,$"$j$^$;$s$,!"(B

MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>wrote:
> $BNc(B
> In file included from ../ibadjuster.c:33:
> ../ibvars.h:235: warning: keyword 'export' not implemented and will be ignore
d
> ../ibvars.h: In method `void MemberSharedName::SetExport(unsigned int)':
> ../ibvars.h:235: warning: keyword 'export' not implemented and will be ignore
d
> ../ibvars.h:235: parse error before `;'
> ../ibvars.h: At top level:
> ../ibvars.h:329: warning: keyword 'export' not implemented and will be ignore
d
> ../ibvars.h: In method `void ButtonSharedName::SetExport(unsigned int)':
> ../ibvars.h:329: warning: keyword 'export' not implemented and will be ignore
d
> ../ibvars.h:329: parse error before `;'
> *** Error code 1

  $B$3$NItJ,!"(B export $B$H$$$&JQ?tL>$r(B gcc $B$,(B keyword $B$H8mG'<1$7$F$$(B
$B$k$h$&$J5$$,$7$^$9!#$I$&$b(B gcc 2.9.5 $B$,0-$5$r$7$F$$$k$h$&$G$9!#(B
$BD4$Y$F$_$^$7$?$,!"(B 3.4-RELEASE $B$G(B gcc 2.9.5 (ports $B$N(B lang/egcs)
$B$r;H$C$F(B build $B$7$F$_$F$b$3$N%(%i!<$,$G$^$9!#(B

$B!t(B  gcc $B$N%P%0!)(B

  $B0J2<$N$h$&$J%Q%C%A$r$"$F$l$P!"$H$j$"$($:$3$NItJ,$N%(%i!<$r2sHr(B
$B$G$-$^$9!#(B

$B!t(B  $B$3$s$J=$@5$7$F$$$$$N$+$I$&$+$O<+?.$J$7(B :-)

--------
--- src/bin/ibuild/ibvars.h.old	Thu Jul 16 07:36:21 1992
+++ src/bin/ibuild/ibvars.h	Wed Jan  5 20:37:09 2000
@@ -232,7 +232,7 @@
 
 inline boolean MemberSharedName::GetExport() { return _export; }
 inline SubclassNameVar* MemberSharedName::GetSubclass () { return _subclass; }
-inline void MemberSharedName::SetExport(boolean export) { _export = export;}
+inline void MemberSharedName::SetExport(boolean m_export) { _export = m_export;}
 inline int& MemberSharedName::GetSerial () { return _mSerial; }
 inline IDVar* MemberSharedName::GetIDVar () { return _idVar; }
 
@@ -326,7 +326,7 @@
 inline int ButtonSharedName::GetInitial() { return _initial; }
 inline void ButtonSharedName::SetInitial(int initial) { _initial = initial;}
 inline boolean ButtonSharedName::GetExport() { return _export; }
-inline void ButtonSharedName::SetExport(boolean export) { _export = export;}
+inline void ButtonSharedName::SetExport(boolean m_export) { _export = m_export;}
 inline const char* ButtonSharedName::GetFuncName() { return _func; }
 inline int& ButtonSharedName::GetSerial() { return _bsSerial; }
 inline SubclassNameVar* ButtonSharedName::GetSubclass () { return _subclass; }

--------
--
------------------------------------------------------------------------
$B:#Ln(B  $B85G7!w;3M|0e2JBg3X(B      mkonno@res.yamanashi-med.ac.jp    (Univ)
                              motoyuki@bsdclub.org              (Home)
                              http://www.freebsd.org/~motoyuki/ (Web)
