Hello
I am trying to install FEniCS using the guidelines in
http://fenicsproject.org/download/installation_using_hashdist.html for OS X. I do have the latest XCode version and I use the fenics.Darwin.yaml profile with no other modifications. Dolfin fails to build because it can't find the ufc.h file.
2016/05/20 09:49:14 - INFO: [package:run_job] /Users/salazardetro1/.hashdist/tmp/dolfin-deor2uuvxnxq-4/dolfin/function/GenericFunction.h:26:10: fatal error: 'ufc.h' file not found
2016/05/20 09:49:14 - INFO: [package:run_job] #include <ufc.h>
In the same log file (attached here) I find this warning:
2016/05/20 09:49:13 - INFO: [package:run_job] /Users/salazardetro1/.hashdist/tmp/dolfin-deor2uuvxnxq-4/dolfin/fem/FiniteElement.h:23:10: error: 'ufc.h' file not found with <angled> include; use "quotes" instead
2016/05/20 09:49:13 - INFO: [package:run_job] #include <ufc.h>
2016/05/20 09:49:13 - INFO: [package:run_job] ^~~~~~~
2016/05/20 09:49:13 - INFO: [package:run_job] "ufc.h"
I think this has to do with the search paths XCode uses, but I am not sure.
Thanks
Miguel