Olivier Couet
Olivier Couet
I tried several times on that machine. I cannot reproduce it: ``` sftnight@root-ubuntu-2204-1:~/build/workspace/root-pullrequests-build/roottest/root/hist$ h2root mb4i1.hbook Converting directory //example TFile** mb4i1.root HBOOK file: mb4i1.hbook converted to ROOT TFile* mb4i1.root HBOOK file:...
I sent an email to the author of this patch.
@ferdymercury is this new mechanism, using cmake, ready to replace the current Makefile technique? if yes how to test it?
I will try when ready
@ferdymercury I took the branch from https://github.com/root-project/root/pull/15314 . I issued the command suggested in you previous comment: ``` cmake ../root-new-doc -Ddocu=ON -DDOCU_LOCATION=/tmp/docoutput -DDOCU_THREADS=8 -DDOCU_LOGFILE=/tmp/warnings.txt -DDOXYGEN_EXECUTABLE=/Users/couet/bin/doxygen -DDOCU_INPUT="./mainpage.md;../../core" ``` and I get:...
I'll try and let you know
I am a bit lost now .. this branch has conflicts ... how to get again the latest version ... ? there is this PR and this one: https://github.com/root-project/root/pull/15314 that's...
So, I cloned the ROOT repo in the folder `docgmake`. Then in that cloned folder I did `gh pr checkout 15160` to get this branch. Then `cd ..; mkdir docgmake-bin;...
I am rebuilding. By the way, why do we need to specify `DOXYGEN_EXECUTABLE` ? If a valid oxygen version is in `$PATH` we should not be obliged to specify this...
and: `DOCU_LOCATION` `DOCU_LOGFILE` do they have default values ? `DOCU_LOGFILE` dinot exist before but `DOCU_LOCATION` did exit and the default value was `~/rootdoc`