[Doxygen-users] doxygen-1.2.7solaris build fails
Brought to you by:
dimitri
|
From: <sun...@ex...> - 2001-05-09 21:04:57
|
Hello,
I am trying to install doxygen on solaris-g++. The build fails at building
qxml.cpp platform. The environment details and build failure log is
attached.
Anything I am missing or doing incorrectly?
Thank You,
sunil
[tekgp8:doxygen-1.2.7] uname -a
SunOS tekgp8 5.5.1 Generic_103640-32 sun4u sparc SUNW,Ultra-Enterprise
[tekgp8:doxygen-1.2.7] gcc -version
gcc: unrecognized option `-version'
gcc: No input files
[tekgp8:doxygen-1.2.7] gcc -ver
gcc: unrecognized option `-ver'
gcc: No input files
[tekgp8:doxygen-1.2.7] gcc -dumpversion
2.9-redhat-980810
[tekgp8:doxygen-1.2.7] make -version
GNU Make version 3.75-redhat-980810, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug...@pr...>.
[tekgp8:doxygen-1.2.7] make
/tools/gcc-2.8.1/bin/make -C qtools
/tools/gcc-2.8.1/bin/make -f Makefile.qtools all
g++ -c -DQT_NO_CODECS -DQT_LITE_UNICODE -Wall -W -O2 -I. -o
../objects/qxml.o qxml.cpp
qvaluelist.h: In method `void QValueListPrivate<QMap<QString,QString>
>::remove(const class QMap<QString,QString> &)':
qvaluelist.h:376: instantiated from `QValueList<QMap<QString,QString>
>::remove(const QMap<QString,QString> &)'
qvaluestack.h:57: instantiated from `QValueStack<QMap<QString,QString>
>::pop()'
qxml.cpp:513: instantiated from here
qvaluelist.h:276: no match for `QMap<QString,QString> & == const
QMap<QString,QString> &'
qcstring.h:319: candidates are: operator ==(const QCString &, const QCString
&)
qcstring.h:322: operator ==(const QCString &, const char *)
qcstring.h:325: operator ==(const char *, const QCString &)
qstring.h:270: operator ==(char, QChar)
qstring.h:275: operator ==(QChar, char)
qstring.h:280: operator ==(QChar, QChar)
qstring.h:745: operator ==(const QString &, const QString &)
qstring.h:752: operator ==(const QString &, const char *)
qstring.h:758: operator ==(const char *, const QString &)
make[2]: *** [../objects/qxml.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
[tekgp8:doxygen-1.2.7]
Sunil K Khiani
Tektronix, Inc. - MBD
IP Flow Monitoring Group
P.O. Box 500, M/S 50-488
Beaverton, OR 97077
Phone : 1.503.627.4121
Fax : 1.503.627.6710
email : sun...@te...
|