Dear all, Ok, so it looks as though at least one of the code gallery examples are being problematic. I nuked my build directory and moved all but one of the CG examples out of their subdirectory. For added precaution, I disabled MathJax via -DDEAL_II_DOXYGEN_USE_MATHJAX=OFF \ -DDEAL_II_DOXYGEN_USE_ONLINE_MATHJAX=OFF \ and have left only "goal_oriented_elastoplasticity" to be built. This worked successfully.
I'll add the other examples back in one-by-one to see which the problem child is (please don't be either of mine... :-) Matthias, is there any way to disable the deletion of doxygen.log when a build of the documentation fails? J-P On Tuesday, March 7, 2017 at 4:28:00 PM UTC+1, Michael Harmon wrote: > > Thanks! I am glad it wasn't just me!! > > Mike > > On Tuesday, March 7, 2017 at 10:26:43 AM UTC-5, Jean-Paul Pelteret wrote: >> >> Hi Michael, >> >> I've just tried to build the documentation with the code gallery and have >> run into similar problems. I'm going to fiddle around to see if I can work >> out what the issue might be. I'll post an update if I get anywhere with >> this. >> >> Best, >> Jean-Paul >> >> On Tuesday, March 7, 2017 at 3:50:46 PM UTC+1, Michael Harmon wrote: >>> >>> I ran "make" again and attached the outputs fm the terminal into make.log >>> >>> I also ran "make install" and attached the outputs from the into >>> make_install.log >>> >>> It seems they are failing at different points... but I'm not sure whats >>> going wrong.. >>> >>> Thanks, >>> >>> Mike >>> >>> On Monday, March 6, 2017 at 10:58:28 PM UTC-5, Wolfgang Bangerth wrote: >>>> >>>> On 03/06/2017 08:14 PM, Michael Harmon wrote: >>>> > The doxygen.log file seems to get deleted... but here's the copy of >>>> it I took >>>> > right before the error gets thrown and it is deleted. >>>> >>>> Hm, yes, that is not helpful. Do you get to see more in terms of errors >>>> if you do >>>> make VERBOSE=1 >>>> ? At the least, you would get to see which command is being executed, >>>> and you >>>> could do so by hand on the command line to possibly get the full >>>> doxygen.log. >>>> >>>> >>>> > I'm not sure if it makes a difference, but I'm building this on a mac >>>> where I >>>> > am using a terminal that is launched by the deal.II app. >>>> >>>> That doesn't trigger anything for me :-( >>>> >>>> Best >>>> W. >>>> >>>> >>>> -- >>>> ------------------------------------------------------------------------ >>>> >>>> Wolfgang Bangerth email: [email protected] >>>> www: >>>> http://www.math.colostate.edu/~bangerth/ >>>> >>>> -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
