Hi,

I tried building Chapel on an ancient MacBook Pro which runs El Capitan
(MacOS 10.11.6). The build used the Xcode Make and clang++ and clang,
but there was a failure. I have MacPorts and GMP is installed using
MacPorts. Sadly this is not catered for in the build. Is this case
outwith the catered for cases?


clang -c   -MMD -MP -O3  -DCHPL_TASKS_MODEL_H=\"tasks-fifo.h\" 
-DCHPL_THREADS_MODEL_H=\"threads-pthreads.h\" -DCHPL_WIDE_POINTER_STRUCT 
-DCHPL_OPTIMIZE -DNDEBUG -DCHPL_HAS_GMP -fPIC  -I. 
-I../../../include/localeModels/flat -I../../../include/localeModels 
-I../../../include/comm/none -I../../../include/comm 
-I../../../include/tasks/fifo -I../../../include/threads/pthreads 
-I../../../include -I../../../include/qio -I../../../include/atomics/intrinsics 
-I../../../include/mem/cstdlib 
-I/Users/russel/BuildArea/Chapel/third-party/utf8-decoder 
-I../../../../build/runtime/darwin/clang/arch-native/loc-flat/comm-none/tasks-fifo/tmr-generic/unwind-none/mem-cstdlib/atomics-intrinsics/gmp-system/hwloc-none/re-none/wide-struct/fs-none/include
  -I../../../include/hwloc/none -o 
../../../../build/runtime/darwin/clang/arch-native/loc-flat/comm-none/tasks-fifo/tmr-generic/unwind-none/mem-cstdlib/atomics-intrinsics/gmp-system/hwloc-none/re-none/wide-struct/fs-none/src/tasks/fifo/tasks-fifo.o
 tasks-fifo.c
In file included from tasks-fifo.c:25:
In file included from ../../../include/chpl_rt_utils_static.h:22:
In file included from ../../../include/stdchplrt.h:46:
../../../include/chplgmp.h:27:10: fatal error: 'gmp.h' file not found
#include <gmp.h>
         ^
1 error generated.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[email protected]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [email protected]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to