Fwd: gcc compiler issues with gcc version 3.3.1...,,, on freebsd 5-current

2003-10-22 Thread Dorin Hogea
>What upgrade path did you use to get to 5.x/CURRENT?
>Did you remember to
>clear out /usr/include/g++ and perform an
>installworld as stated in
>current if you've come from 4.x (or a mid-2002
>CURRENT)?

I have identical errors while compiling the kde port
(cvsuped on 2003/10/20).  The base system was cvsuped
on 2003/10/06.  Just to make sure I do the right
thing:
1. do I have to delete:
/usr/include/g++ 
or 
/usr/include/c++ (as errors come from the folder
/usr/include/c++/3.3/bits/*.tcc)?
2. To speed up the process, can I run directly "make
installworld" from single user mode without going
through all the steps from handbook? I haven't deleted
anything yet from the last make installworld
process...

Tbank you and have a good day,
/Dorin.



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fwd: gcc compiler issues with gcc version 3.3.1...,,, on freebsd 5-current

2003-10-18 Thread KroNiC~BSD
It was an 5.1 install then upgraded to 5-current via... the
handbookand i followed it to the letter. I have had no problems
compiling other code so i assume its either a firebird code issue or its
the modified gcc freebsd 5.x compiler.

Thanks for all the help guys.


On Sat, 18 Oct 2003 15:17:03 -0400 (EDT), "Andre Guibert de Bruet"
<[EMAIL PROTECTED]> said:
> 
> On Sat, 18 Oct 2003, KroNiC~BSD wrote:
> 
> > On Sat, 18 Oct 2003 12:29:05 -0600, "KroNiC~BSD" <[EMAIL PROTECTED]>
> > said:
> > > I am trying to compile firebird on freebsd 5-current. Something appears
> > > to be wrong with the compiler on the 5.x series as i am getting the
> > > following errors:
> 
> > > others are getting these errors while compiling various other apps.
> > >
> > > http://gcc.gnu.org/ml/gcc-bugs/2003-08/msg00370.html
> > >
> > > I can find others having these issues but have not found why or how to
> > > fix it, so i would appreciate some help on this.
> 
> What upgrade path did you use to get to 5.x/CURRENT? Did you remember to
> clear out /usr/include/g++ and perform an installworld as stated in
> current if you've come from 4.x (or a mid-2002 CURRENT)?
> 
> > Andre Guibert de Bruet | Enterprise Software Consultant >
> > Silicon Landmark, LLC. | http://siliconlandmark.com/>
-- 
  KroNiC~BSD
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Accessible with your email software
  or over the web
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: gcc compiler issues with gcc version 3.3.1...,,, on freebsd 5-current

2003-10-18 Thread KroNiC~BSD

On Sat, 18 Oct 2003 12:29:05 -0600, "KroNiC~BSD" <[EMAIL PROTECTED]>
said:
> I am trying to compile firebird on freebsd 5-current. Something appears
> to be wrong with the compiler on the 5.x series as i am getting the
> following errors:
> 
> c++ -o TestCOMPtr.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\"
> -I./../ds -I./services  -I../../dist/include/string
> -I../../dist/include/xpcom -I../../dist/include
> -I/sandbox/firebird/mozilla/dist/include/nspr -I/usr/X11R6/include  
> -fPIC  -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti
> -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align
> -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long
> -pedantic -fshort-wchar -pipe  -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g
>  -I/usr/X11R6/include  -I/usr/X11R6/include -DMOZILLA_CLIENT -include
> ../../mozilla-config.h -Wp,-MD,.deps/TestCOMPtr.pp TestCOMPtr.cpp
> In file included from /usr/include/c++/3.3/backward/iostream.h:31,
>  from TestCOMPtr.cpp:39:
> /usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning
> is a GCC extension
> /usr/include/c++/3.3/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  header for the 
> header for C++ includes, or  instead of the deprecated header
> . To disable this warning use -Wno-deprecated.
> In file included from
> /usr/include/c++/3.3/bits/stl_iterator_base_funcs.h:68,
>  from /usr/include/c++/3.3/bits/stl_algobase.h:74,
>  from /usr/include/c++/3.3/memory:54,
>  from /usr/include/c++/3.3/string:48,
>  from /usr/include/c++/3.3/bits/locale_classes.h:47,
>  from /usr/include/c++/3.3/bits/ios_base.h:47,
>  from /usr/include/c++/3.3/ios:49,
>  from /usr/include/c++/3.3/ostream:45,
>  from /usr/include/c++/3.3/iostream:45,
>  from /usr/include/c++/3.3/backward/iostream.h:32,
>  from TestCOMPtr.cpp:39:
> /usr/include/c++/3.3/bits/concept_check.h:52:37: warning: anonymous
> variadic macros were introduced in C99
> In file included from /usr/include/c++/3.3/memory:55,
>  from /usr/include/c++/3.3/string:48,
>  from /usr/include/c++/3.3/bits/locale_classes.h:47,
>  from /usr/include/c++/3.3/bits/ios_base.h:47,
>  from /usr/include/c++/3.3/ios:49,
>  from /usr/include/c++/3.3/ostream:45,
>  from /usr/include/c++/3.3/iostream:45,
>  from /usr/include/c++/3.3/backward/iostream.h:32,
>  from TestCOMPtr.cpp:39:
> /usr/include/c++/3.3/bits/stl_alloc.h:968: error: ISO C++ forbids the use
> of `
>extern' on explicit instantiations
> /usr/include/c++/3.3/bits/stl_alloc.h:969: error: ISO C++ forbids the use
> of `
>extern' on explicit instantiations
> /usr/include/c++/3.3/bits/stl_alloc.h:970: error: ISO C++ forbids the use
> of `
>extern' on explicit instantiations
> /usr/include/c++/3.3/bits/stl_alloc.h:970: error: ISO C++ forbids the use
> of `
>extern' on explicit instantiations
> /usr/include/c++/3.3/bits/stl_alloc.h:970: error: ISO C++ forbids the use
> of `
>extern' on explicit instantiations
> In file included from /usr/include/c++/3.3/string:57,
>  from /usr/include/c++/3.3/bits/locale_classes.h:47,
>  from /usr/include/c++/3.3/bits/ios_base.h:47,
>  from /usr/include/c++/3.3/ios:49,
>  from /usr/include/c++/3.3/ostream:45,
>  from /usr/include/c++/3.3/iostream:45,
>  from /usr/include/c++/3.3/backward/iostream.h:32,
>  from TestCOMPtr.cpp:39:
> /usr/include/c++/3.3/bits/basic_string.tcc:1061: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1061: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1061: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1064: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1067: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1070: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1073: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1076: error: ISO C++ forbids
> the use 
>of `extern' on explicit instantiations
> /usr/include/c++/3.3/bits/basic_string.tcc:1076: