<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal>I’m trying to build the nestedvm-2009-08-09 snapshot.
I’m able to build the base system fine (make, make test) but building C++
(make cxxtest) fails:<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal> gcc-4.1 -g -DIN_GCC -DCROSS_COMPILE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1 \<o:p></o:p></p>
<p class=MsoNormal> c-parse.o c-lang.o c-pretty-print.o
attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o
c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o
c-dump.o libcpp.a main.o libbackend.a ../libiberty/libiberty.a<o:p></o:p></p>
<p class=MsoNormal> gcc-4.1 -g -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long -DHAVE_CONFIG_H gcov.o intl.o version.o
../libiberty/libiberty.a -o gcov<o:p></o:p></p>
<p class=MsoNormal> gcc-4.1 -g -DIN_GCC -DCROSS_COMPILE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1plus \<o:p></o:p></p>
<p class=MsoNormal> cp/call.o cp/decl.o cp/expr.o cp/pt.o
cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o
cp/rtti.o cp/spew.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o
cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o
cp/optimize.o cp/mangle.o cp/cp-lang.o attribs.o c-common.o c-format.o
c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o main.o
libbackend.a libcpp.a ../libiberty/libiberty.a<o:p></o:p></p>
<p class=MsoNormal> gcc-4.1 -c -g -DIN_GCC -DCROSS_COMPILE -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-DHAVE_CONFIG_H -I. -If -I../../gcc-3.3.6/gcc -I../../gcc-3.3.6/gcc/f
-I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../include
../../gcc-3.3.6/gcc/f/com.c -o f/com.o<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c: In function
‘ffecom_char_args_x_’:<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c:1938: warning:
pointer targets in passing argument 2 of ‘build_string’ differ in
signedness<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c: In function
‘ffecom_constantunion’:<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c:10528: warning:
pointer targets in passing argument 2 of ‘build_string’ differ in
signedness<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c:10549: warning:
pointer targets in passing argument 2 of ‘build_string’ differ in
signedness<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c: At top level:<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.c:11080: error:
conflicting types for ‘ffecom_gfrt_basictype’<o:p></o:p></p>
<p class=MsoNormal> ../../gcc-3.3.6/gcc/f/com.h:236: error: previous
declaration of ‘ffecom_gfrt_basictype’ was here<o:p></o:p></p>
<p class=MsoNormal> make[3]: *** [f/com.o] Error 1<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
</div>
</body>
</html>