Newsgroups: fj.sys.sun,fj.questions.unix
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!spinnews!spin-hsd0-tky!okigw!tyo-hub!hlabs2!news
From: uchimura@hlabs.oki.co.jp (Kenichiro Uchimura)
Subject: Re: can't compile libg++-2.6.2
Content-Type: text/plain; charset=ISO-2022-JP
Organization: OKI Electric Industry Co.,Ltd
Date: Fri, 28 Jul 1995 01:42:50 GMT
Message-ID: <DCEKrF.BtA@hlabs.oki.co.jp>
Mime-Version: 1.0
X-Newsreader: WinVN 0.99.3J
References: <DC3oBJ.LDy@hlabs.oki.co.jp>
Sender: news@hlabs.oki.co.jp
Nntp-Posting-Host: gikan3
Lines: 118
Xref: galaxy.trc.rwcp.or.jp fj.sys.sun:4089 fj.questions.unix:4819
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=4819&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

In article <DC3oBJ.LDy@hlabs.oki.co.jp>, uchimura@hlabs.oki.co.jp says...
>
> $BFbB<!w2-EE5$9)6H!J3t!K$H$$$&$b$N$G$9!#(B
>$B8=:_El<G(BSparclt/G30$B$H$$$&5!<o!J4D6-(B:sunos4.1.3,JLE1.1.3)$B$G(Bgnu$B$N%=%U%H$r(B
>$B%$%s%9%H!<%k$7$F$$$k$H$3$m$J$N$G$9$,!"(B
>make-3.74,-->bison-1.22,-->flex-2.52,-->sed-2.05,-->gcc-2.6.3,
>-->glibc-1.09$B$H%$%s%9%H!<%k$,L5;v40N;$7$F!"<!$K(Blibg++-2.6.2$B$r%$%s%9%H!<(B
$B%k(B
>$B$7$h$&$H$7$?$H$3$m!"<!$N$h$&$J%(%i!<$G%9%H%C%W$7$F$7$^$$$^$7$?!#(B
>$B$I$J$?$+!"$3$N%(%i!<$NFbMF$N$o$+$k$+$?%U%)%m!<$r$*4j$$$7$^$9!#(B
>$B!J%(%i!<FbMF!K(B
>$B!!!'(B
>$B!!!'(B
>editbuf.cc: In method `struct edit_buffer * edit_mark::buffer()':
>editbuf.cc:647: warning: implicit declaration of function `int 
>offsetof(...)'
>editbuf.cc:647:parse error before `,'
>gmake[1]: *** [editbuf.o] Error 1
>gmake[1]: Leaving directry `/usrx/gnu/src/libg++-2.6.2/libio'
>gmake: *** [all-libio] Error 2
>
-------$B0J2<>JN,(B------
$B$3$N5-;v$KBP$7$F=P1@!w?@F`@nBg3X$5$s$+$i%a!<%k$r$$$?$@$-!"(B
-I$B%*%W%7%g%s$G(Bgcc$B$N%X%C%@%U%!%$%k$N$"$k%G%#%l%/%H%j$r;XDj(B
$B$7$F%3%s%Q%$%k$7$?$H$3$m!">e5-$N$h$&$J%(%i!<$O2r>C$7$?$N$G$9$,(B
$B$+$J$j!"%3%s%Q%$%k$,?J$s$@$H$3$m$G!"0J2<$N$h$&$J%(%i!<$,$G$F(B
$B%9%H%C%W$7$F$7$^$$$^$7$?!#$3$N%(%i!<$NFbMF$O$5$C$Q$jJ,$+$j$^$;$s!#(B
$B$I$J$?$+%U%)%m!<$7$F$b$i$($J$$$G$7$g$&$+!#59$7$/$*4j$$$7$^$9!#(B
$B%(%i!<$NFbMF(B
----------------$B$3$3$+$i(B
gcc -I/usrx/gnu/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.3/include -c -g 
-nostdinc++ -I. -I../../libio -I. -I./../../libio -I./../src  Fix.cc

In file included from ../../libio/libio.h:32,

                 from ../../libio/streambuf.h:36,

                 from ../../libio/iostream.h:31,

                 from ../../libio/stream.h:31,

                 from ./Fix.h:11,

                 from Fix.cc:25:

../../libio/_G_config.h:42: warning: ANSI C++ forbids typedef which does 
not specify a type
./../libio/_G_config.h:44: warning: ANSI C++ forbids 
typedef which does not specify a type

Fix.cc: In function `static struct Fix::Rep * Fix::multiply(const struct 
Fix::Rep *, const struct Fix::Rep *, struct Fix::Rep * = 0)':

Fix.cc:301: call of overloaded constructor `Fix(unsigned int)' is 
ambiguous

./Fix.h:232: candidates are: Fix::Fix(const Fix &)

./Fix.h:226:                 Fix::Fix(double)

./Fix.h:218:                 Fix::Fix(int)

Fix.cc:301: in base initialization for class `Fix'

Fix.cc:301: call of overloaded constructor `Fix(unsigned int)' is 
ambiguous

./Fix.h:232: candidates are: Fix::Fix(const Fix &)

./Fix.h:226:                 Fix::Fix(double)

./Fix.h:218:                 Fix::Fix(int)

Fix.cc:301: in base initialization for class `Fix'

Fix.cc: In function `static struct Fix::Rep * Fix::divide(const struct 
Fix::Rep *, const struct Fix::Rep *, struct Fix::Rep * = 0, struct 
Fix::Rep * = 0)':

Fix.cc:371: call of overloaded constructor `Fix(unsigned int)' is 
ambiguous

./Fix.h:232: candidates are: Fix::Fix(const Fix &)

./Fix.h:226:                 Fix::Fix(double)

./Fix.h:218:                 Fix::Fix(int)

Fix.cc:371: in base initialization for class `Fix'

Fix.cc:386: call of overloaded constructor `Fix(unsigned int)' is 
ambiguous

./Fix.h:232: candidates are: Fix::Fix(const Fix &)

./Fix.h:226:                 Fix::Fix(double)

./Fix.h:218:                 Fix::Fix(int)

Fix.cc:386: in base initialization for class `Fix'

gmake[2]: *** [Fix.o] Error 1

gmake[2]: Leaving directory `/usrx/gnu/src/libg++-2.6.2/libg++/src'

gmake[1]: *** [in-src] Error 1

gmake[1]: Leaving directory `/usrx/gnu/src/libg++-2.6.2/libg++'

gmake: *** [all-libg++] Error 1

---------------------------------------$B$3$3$^$G(B

$B$$$8$g$&$G$9!#59$7$/$*4j$$$7$^$9!#(B

---uchimura@hlabs.oki.co.jp------

-- 
