[Fresco-devel] make -s trouble, cont'd

Matthew Brown <[email protected]> 21 Apr 2003 08:13:34 -0400
Newsgroups gmane.comp.video.fresco.devel
Organization CorData, Inc.
Message-ID <[email protected]>
I have included the log below my sig.  This is from a make -s >2make.log
this morning -- without first running make clean.

gcc version:	3.2-7	(from rpm -qa)


-- 
Best regards,

Matthew Brown
CorData, Inc.
Office:	770-795-0089
Fax:	404-806-4855


cc1plus: warning: changing search order for system directory
"/usr/local/include"
cc1plus: warning:   as it has already been specified as a non-system
directory
In file included from /usr/include/c++/3.2/backward/streambuf.h:31,
                 from
/root/downloads/fresco/Fresco-M2/Prague/include/Prague/Sys/logbuf.hh:25,
                 from
/root/downloads/fresco/Fresco-M2/Prague/include/Prague/Sys/logstream.hh:25,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/include/Berlin/Logger.hh:26,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.cc:25:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
In file included from /usr/local/include/omniconfig.h:37,
                 from /usr/local/include/omniORB4/CORBA_sysdep.h:76,
                 from /usr/local/include/omniORB4/omniInternal.h:200,
                 from /usr/local/include/omniORB4/CORBA.h:310,
                 from
/root/downloads/fresco/fresco-build/Fresco-C++/include/Fresco/Types.hh:10,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:27,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.cc:27:
/usr/local/include/omniORB4/acconfig.h:179:1: warning:
"PACKAGE_BUGREPORT" redefined
In file included from
/root/downloads/fresco/Fresco-M2/Fresco-C++/include/Fresco/config.hh:4,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/include/Berlin/Logger.hh:30,
                 from
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.cc:25:
/root/downloads/fresco/fresco-build/Fresco-C++/include/Fresco/acconfig.hh:41:1: warning: this is the location of the previous definition
In file included from
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.cc:27:
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:64: `
   FT_Face' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:64: `f
   ' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:64: invalid
   data member initialization
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:64: (use
   `=' to initialize static data members)
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:64: variable
   or field `setup_face' declared void
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:65: `
   FT_Face' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:65: `f
   ' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:65: invalid
   data member initialization
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:65: variable
   or field `setup_size' declared void
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:66: type
   specifier omitted for parameter `FT_Face'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:66: parse
   error before `&' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:67: `
   FT_Matrix' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:67: `m
   ' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:67: variable
   or field `matrix' declared void
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:67: syntax
   error before `{' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: semicolon
   missing after declaration of `Berlin::DrawingKit::libArt::FTFont'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: ISO
   C++ forbids defining types within return type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: two
   or more data types in declaration of `get_scale'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: non-
   member function `Berlin::DrawingKit::libArt::FTFont 
   Berlin::DrawingKit::libArt::get_scale()' cannot have `const' method 
   qualifier
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: semicolon
   missing after declaration of `class
Berlin::DrawingKit::libArt::FTFont'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh: In 
   function `int Berlin::DrawingKit::libArt::get_scale()':
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: `
   _scale' undeclared (first use this function)
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:69: (Each
   undeclared identifier is reported only once for each function it
appears 
   in.)
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh: At 
   global scope:
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:71: parse
   error before `protected'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:77: '
   atom' is used as a type, but is not defined as a type.
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:78: `
   atom' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:78: template
   argument 2 is invalid
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:78: template
   argument 4 is invalid
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:78: ISO
   C++ forbids declaration of `_atoms' with no type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:80: parse
   error before `&' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:83: parse
   error before `&' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:87: '
   FT_Matrix' is used as a type, but is not defined as a type.
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:88: `
   atom' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:88: `
   atom' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:88: template
   argument 1 is invalid
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:88: template
   argument 2 is invalid
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:88: ISO
   C++ forbids declaration of `FamStyle' with no type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:91: `
   FT_Matrix' was not declared in this scope
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:91: template
   argument 1 is invalid
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:91: ISO
   C++ forbids declaration of `TGlyphSpec' with no type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh: In 
   member function `bool
Berlin::DrawingKit::TGlyphSpec_cmp::operator()(const 
   TGlyphSpec&, const TGlyphSpec&)':
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:101: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:101: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:102: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:102: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:102: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:102: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:103: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:104: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:105: request
   for member `first' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:106: request
   for member `second' in `a', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:106: request
   for member `second' in `b', which is of non-aggregate type `int'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh: At 
   global scope:
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:114: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:115: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:117: parse
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:117: missing
   ';' before right brace
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:118: semicolon
   missing after declaration of
`Berlin::DrawingKit::GlyphMetricsFactory'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:118: ISO
   C++ forbids defining types within return type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:118: `
   GlyphMetrics' specified as declarator-id
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:118: syntax
   error before `(' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:119: variable
   or field `recycle' declared void
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:119: cannot
   convert `Fresco::DrawingKit::GlyphMetrics' to `int' in initialization
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:119: syntax
   error before `{' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:125: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:126: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:128: parse
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:128: missing
   ';' before right brace
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:129: semicolon
   missing after declaration of `Fresco::DrawingKit::FaceMetricsFactory'
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:129: ISO
   C++ forbids defining types within return type
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:129: `
   FontMetrics' specified as declarator-id
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:129: syntax
   error before `(' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:130: variable
   or field `recycle' declared void
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:130: cannot
   convert `Fresco::DrawingKit::FontMetrics' to `int' in initialization
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:130: syntax
   error before `{' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:136: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:137: syntax
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:139: parse
   error before `*' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:139: missing
   ';' before right brace
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:140: parse
   error before `&' token
/root/downloads/fresco/Fresco-M2/Berlin/modules/Drawing/libArt/FTFont.hh:141: confused by earlier errors, bailing out
make[3]: *** [FTFont.o] Error 1
make[2]: *** [Drawing/libArt] Error 2
make[1]: *** [modules] Error 2
make: *** [Berlin] Error 2