[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
- To: Help and discussion for users of IMP <>
- Subject: [IMP-users] doxygen version problem ("too new") when building IMP 2.2.1
- From: Frank Thommen <>
- Date: Wed, 03 Sep 2014 20:02:55 +0200
- Organization: EMBL Heidelberg, Structural Biology
- Reply-to: Help and discussion for users of IMP <>
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