Christopher Jones
2014-09-30 17:29:37 UTC
Hi,
I am having a problem building ROOT 6.02.00 on OSX using cmake. I am using the tar ball from
http://root.cern.ch/drupal/content/production-version-602
and my configuration is
/Users/chris/Projects/root-6.02.00/core/clib/src/attach.c:33:10: fatal error: 'mmprivate.h' file not found
#include "mmprivate.h"
^
1 error generated.
full log is attached.
I think the issue is with the -Dgnuinstall=ON option (which I need), as removing this the build seems to continue past the failure point.
cheers Chris
I am having a problem building ROOT 6.02.00 on OSX using cmake. I am using the tar ball from
http://root.cern.ch/drupal/content/production-version-602
and my configuration is
cmake ../root-6.02.00 -Dgnuinstall=ON -DCMAKE_INSTALL_PREFIX=/Users/chris/Projects/install
Configuration seems OK, but the subsequent build fails with/Users/chris/Projects/root-6.02.00/core/clib/src/attach.c:33:10: fatal error: 'mmprivate.h' file not found
#include "mmprivate.h"
^
1 error generated.
full log is attached.
I think the issue is with the -Dgnuinstall=ON option (which I need), as removing this the build seems to continue past the failure point.
cheers Chris