Re: Missing .h file?

2022-09-28 Thread Blake McBride
If you don't have Python installed, you'd likely not have that "system" include file. Tha GNU APL configure system should detect this, and the system should build without it by excluding Python-related features. Blake McBride On Tue, Sep 27, 2022 at 11:45 PM Christian Robert < christian.rob...@

Re: Missing .h file?

2022-09-28 Thread Dr . Jürgen Sauermann
Hi Peter, the problem seems to be this: The GNU APL build system is based on autoconf/automake which is the standard for GNU projects and many others. In this build system the src directory contains all possible source files.