[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-users] doxygen version problem ("too new") when building IMP 2.2.1



Dear all,

building IMP 2.2.1 for Python 2.7 (on CentOS 5.10) I'm running into the following situation:

$ setenv PATH /where/our/doxygen/lives/bin:${PATH}
$ cmake ../imp-2.2.1 -DCMAKE_INSTALL_PREFIX=/my/install/prefix \
                     -DBOOST_ROOT=/my/boost/root
[...]
-- Wrong doxygen version at /where/our/doxygen/lives/bin/doxygen. Found 1.8.8, but needed 1.8.6
[...]
-- Documentation disabled as doxygen not found

[...]
$

Seems strange to me, that doxygen 1.8.6 should work but a newer version not. How can I solve this problem *and* use doxygen 1.8.8?

Thanks in advance
Frank