|
From: | Peter Teeson |
Subject: | Re: Compilation problem |
Date: | Wed, 24 May 2023 18:22:55 -0400 |
FWIW I also get the same error on macOS - been trying for days to hunt down problem but so far no answer. Looking at the ./configure code but am boggled by it and struggling to zone in on the correct area, I work in Xcode so no idea what to use to dynamically debug/trace in Terminal Gandalf:trunk pteeson$ ./configure --with-python ….. configure: ---- SUMMARY OF TESTS (please include in error reports) ---- DEVELOP_WANTED: no ASSERT_LEVEL_WANTED: 1 DYNAMIC_LOG_WANTED: no PERFORMANCE_COUNTERS_WANTED: no VALUE_CHECK_WANTED: no VALUE_HISTORY_WANTED: no apl_MAINTAINER_MODE: no apl_missing_headers: 3 apl_missing_functions: 0 apl_FFT: no (affects: ⎕FFT) apl_PCRE: (affects: ⎕RE) apl_PNG: yes (affects: ⎕PNG) apl_POSTGRES: no (may affect: ⎕SQL) apl_SQLITE3: yes (may affect: ⎕SQL) apl_SQL yes (affects: ⎕SQL) apl_X11 (libxcb): no (fallback for ⎕PLOT) apl_GTK3: no (affects: ⎕PNG, ⎕GTK, maybe ⎕PLOT) apl_GUI: no (affects: ⎕PNG, ⎕GTK, ⎕PLOT) =============From the Make log=========== libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -I /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl/trunk -I/usr/include -DNDEBUG -D_FORTIFY_SOURCE=2 -fwrapv -fPIC -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/python3.6m -I/usr/include/python3.8 -g -O2 -I /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl/trunk -MT lib_gnu_apl_la-python_apl.lo -MD -MP -MF .deps/lib_gnu_apl_la-python_apl.Tpo -c python_apl.cc -fno-common -DPIC -o .libs/lib_gnu_apl_la-python_apl.o python_apl.cc:3:10: fatal error: 'Python.h' file not found #include <Python.h> ^~~~~~~~~~ 1 error generated. make[1]: *** [lib_gnu_apl_la-python_apl.lo] Error 1 make: *** [all-recursive] Error 1 ======== tracking down python3.8 --------- ../../Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 ../../Library/Frameworks/Python.framework/Headers
|
[Prev in Thread] | Current Thread | [Next in Thread] |