This is the mail archive of the gcc-bugs@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]

bug



I don't know how much of this is a but of how much is my incompitence.  I
got a message at the end to send in a bug report.  As I can't find a
formal form to use for reporting bugs, I will try to answer the questions
that I think that you are looking for.

I am trying to compile DDD with Lesstif on a PowerMac running MkLinux
pre-DR3. 

Linux version 2.0.33-osfmach3 (gilbert@venus.apple.com) (gcc version
egcs-2.90.2
5 980302 (egcs-1.0.2 prerelease)) #1 Tue Apr 21 16:28:50 PDT 1998

If there is someplace else that I can look for help, please advise.

Thanks, Fritz.

 c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g
-W -Wall -Wno-uninitialized
-fexternal-templates -felide-constructors -fconserve-space -c -I. -I.
-I./.. -I/usr/X11R6/include -o exit.o exit.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -Wno-uninitialized
-fexternal-templates -felide-constructors -fconserve-space -c -I. -I.
-I./.. -I/usr/X11R6/include -o expired.o expired.C
In file included from /opt/egcs/include/g++/iostream.h:31,
                 from strclass.h:389,
                 from expired.h:37,
                 from expired.C:36:
/opt/egcs/include/g++/streambuf.h:403: warning: invalid type `void *' for
default argument to `ios *'
In file included from strclass.h:389,
                 from expired.h:37,
                 from expired.C:36:
/opt/egcs/include/g++/iostream.h:50: warning: invalid type `void *' for
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:123: warning: invalid type `void *' for
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:230: warning: invalid type `void *' for
default argument to `ostream *'
In file included from strclass.h:390,
                 from expired.h:37,
                 from expired.C:36:
/opt/egcs/include/g++/strstream.h:64: warning: invalid type `void *' for
default argument to `signed char *'
/opt/egcs/include/g++/strstream.h:58: warning: invalid type `void *' for
default argument to `unsigned char *'
/opt/egcs/include/g++/strstream.h:56: warning: invalid type `void *' for
default argument to `char *'
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -Wno-uninitialized
-fexternal-templates -felide-constructors -fconserve-space -c -I. -I.
-I./.. -I/usr/X11R6/include -o file.o file.C
file.C: In function `void searchLocal(struct _WidgetRec *, struct
XmFileSelectionBoxCallbackStruct *, bool (*)(const class string &))':
file.C:481: Internal compiler error.
file.C:481: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [file.o] Error 1
make[1]: Leaving directory `/usr/ddd-3.0/ddd'
make: *** [all] Error 1




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