Missing header file mxml.h from /midas/include,

Issue #370 resolved
Jack Carlton created an issue

When making a file using odbxx.h

In file included from amc13_odb.cxx:51:
/mnt/gm26221data/pioneer/packages/midas/include/odbxx.h:31:10: fatal error: mxml.h: No such file or directory
#include "mxml.h"
^~~~
compilation terminated.
make: *** [Makefile:198: amc13_odb.o] Error 1

I can resolve the issue by creating a copy of /midas/mxml/mxml.h in /midas/include.

Comments (1)

  1. Stefan Ritt

    mxml is now a submodule of midas, so we cannot have any longer mxml.h in midas/incldue/. The CMakeLists.txt file takes care of that by including midas/mxml/ as a include directory and you should do the same in your workflow.

  2. Log in to comment