[Doxygen-users] Problems compiling Doxygen on Solaris
Brought to you by:
dimitri
From: Sanjay B. <sb...@ya...> - 2001-06-27 18:14:48
|
Hi, I am trying to build doxygen 1.2.8.1 on solaris 5.8, and am getting errors. We're using GCC/G++ 2.95.3, and have flex, bison and gmake installed on the machine. Can someone tell me what could be going wrong? Here are the details... please mail me if you need more info. Thanks, sb The following is the output from configure : sb@molokai:~/doxygen-1.2.8.1: ./configure --prefix /usr/local Autodetected platform solaris-cc... -n Checking for GNU make tool... using /usr/local/bin/gmake -n Checking for dot (part of GraphViz)... not found! -n Checking for perl... using /usr/local/bin/perl Created Makefile from Makefile.in... Created addon/xmlgen/Makefile from addon/xmlgen/Makefile.in... Created qtools/Makefile from qtools/Makefile.in... Created src/Makefile from src/Makefile.in... Created examples/Makefile from examples/Makefile.in... Created doc/Makefile from doc/Makefile.in... Created addon/doxywizard/Makefile from addon/doxywizard/Makefile.in... Created addon/xmlread/Makefile from addon/xmlread/Makefile.in... Created qtools/qtools.pro from qtools/qtools.pro.in... Created src/libdoxygen.pro from src/libdoxygen.pro.in... Created src/libdoxycfg.pro from src/libdoxycfg.pro.in... Created src/doxygen.pro from src/doxygen.pro.in... Created src/doxytag.pro from src/doxytag.pro.in... Created src/doxysearch.pro from src/doxysearch.pro.in... Created addon/doxywizard/doxywizard.pro from addon/doxywizard/doxywizard.pro.in... Created addon/xmlread/xmlread.pro from addon/xmlread/xmlread.pro.in... Created addon/xmlgen/xmlgen.pro from addon/xmlgen/xmlgen.pro.in... and this is what I get when I run make/gmake : sb@molokai:~/doxygen-1.2.8.1: make /usr/local/bin/gmake -C qtools gmake[1]: Entering directory `/home/sb/doxygen-1.2.8.1/qtools' /usr/local/bin/gmake -f Makefile.qtools all gmake[2]: Entering directory `/home/sb/doxygen-1.2.8.1/qtools' CC -c -DQT_NO_CODECS -DQT_LITE_UNICODE -O2 -I. -o ../objects/qbuffer.o qbuffer.cpp gmake[2]: CC: Command not found gmake[2]: *** [../objects/qbuffer.o] Error 127 gmake[2]: Leaving directory `/home/sb/doxygen-1.2.8.1/qtools' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/home/sb/doxygen-1.2.8.1/qtools' make: *** [all] Error 2 Makefile.qtools has the following defined : CC = cc CXX = CC CFLAGS = -O CXXFLAGS= -DQT_NO_CODECS -DQT_LITE_UNICODE -O2 INCPATH = -I. AR = CC -xar -o RANLIB = MOC = moc TAR = tar -cf GZIP = gzip -9f __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |