Hello, On 20/04/2020 00:19, Ludovic Courtès wrote: > Could you add a comment explaining the reason for this flag? Done, it'to build test executables. >> problems reported by cmake: >> >> -- Found Doxygen: >> /gnu/store/k6albjaxkybsgshqyw6g44f5hz75l7q6-doxygen-1.8.15/bin/doxygen >> (found version "1.8.15") found components: doxygen missing >> components: dot > > Perhaps add ‘graphviz’ as a native input? Yep, that fixed it >> -- Could NOT find Sphinx: Found unsuitable version "-real 2.3.1", but >> required is at least "1.6.1" (found >> /gnu/store/anyhb84x3mvyp11sbhmdnicbsa42m3x0-python-sphinx-2.3.1/bin/sphinx-build) > > Oh, looks like it’s looking at argv[0] and the script is wrapped. :-/ > Can you somehow for CMake to think it’s fine, either with a flag or by > skipping the relevant check in ‘CMakeLists.txt’? Done, passing the version to cmake & adding pygments to inputs made it pass. Thanks for the help How's the attached v2 ? -- Vincent Legoll