LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Got a problem compiling glibmm-2.4.0 (https://www.linuxquestions.org/questions/linux-software-2/got-a-problem-compiling-glibmm-2-4-0-a-225323/)

Adan 09-01-2004 01:01 PM

Got a problem compiling glibmm-2.4.0
 
Here's what I get trying to compile glibmm-2.4.0:

DOXYGEN_IMAGE_PATH="${DOXYGEN_IMAGE_PATH:=$image_path}" doxygen Doxyfile
/bin/sh: line 1: doxygen: command not found
make[3]: *** [html/index.html] Error 127
make[3]: Leaving directory `/home/adan/downloads/glibmm-2.4.0/docs/reference'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/adan/downloads/glibmm-2.4.0/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adan/downloads/glibmm-2.4.0'
make: *** [all] Error 2

mikedeatworld 09-01-2004 01:03 PM

were you compiling as root?

and it looks like you need doxygen

http://www.stack.nl/~dimitri/doxygen

Adan 09-02-2004 06:13 AM

Thanks, that doxygen helped :)


All times are GMT -5. The time now is 04:53 PM.