This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-2.x and MICO 2.2.1 ...



Morning...

Using the current (0914) port of egcs in the FreeBSD ports collection, I get
the following error message when trying to compile mico 2.2.1, with 
the configure switch --disable-mini-stl enabled.  Removing the disable
allows it to compile through, but then corba/koffice won't work.

Talking to the mico guys about it, they are all working with egcs 1.1, and
say that it works fine there, so their thought is that something in the 
STL of egcs 2.x is either broken, or changed drastically from v1.1.

I've seen one report on the MICO mailing list of another person using an 
even newer version of EGCS and also running into this problem.

Can anyone out there help with trying to determine where the problem for
this lies?  If its in MICO itself, if there an #ifdef EGCS_2_X (or
something similar) that can be added to the source to fix the problem?  Or
somewhere else I should check to narrow down where the problem lies?

Thanks in advance...

eg++  -I../include -fno-exceptions -I/usr/X11R6/include/X11/qt -I/usr/local/include  -c orb.cc -o orb.o
In file included from /usr/local/lib/gcc-lib/i386-unknown-freebsdelf/egcs-2.92.07/include/g++/algorithm:34,
                 from orb.cc:34:
/usr/local/lib/gcc-lib/i386-unknown-freebsdelf/egcs-2.92.07/include/g++/stl_algo.h:449: declaration of `operator MICO_LongDouble' as non-function
/usr/local/lib/gcc-lib/i386-unknown-freebsdelf/egcs-2.92.07/include/g++/stl_algo.h:449: confused by earlier errors, bailing out
gmake[1]: *** [orb.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb'
gmake: *** [system] Error 1
*** Error code 2


Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]