I'm submitting a ...
Describe the issue
I'm trying to build the current version of JSBSim on MacOSX. I've done it plenty of times before, although the last version was perhaps 6 months ago.
I do git clone, then cmake, make and make install.
make seems to work to build the binaries and libraries, then make install reports building most of the targets, ending with these:
-- Installing: /Users/adershowitz/Programming/JSBSim_git5/install/jsbsim/scripts/Prefix.kml
-- Installing: /Users/adershowitz/Programming/JSBSim_git5/install/jsbsim/scripts/c1724.xml
-- Installing: /Users/adershowitz/Programming/JSBSim_git5/install/jsbsim/scripts/B747_script1.xml
-- Installing: /Users/adershowitz/Programming/JSBSim_git5/install/jsbsim/_jsbsim.so
-- Installing: /Users/adershowitz/Programming/JSBSim_git5/install/jsbsim/__init__.py
Then gives this:
CMake Error at python/cmake_install.cmake:91 (file):
file INSTALL cannot find
"/Users/adershowitz/Programming/JSBSim_git5/jsbsim-code/python/__init__.pyi":
No such file or directory.
Call Stack (most recent call first):
cmake_install.cmake:52 (include)
make: *** [install] Error 1
What is the current behavior?
What is the expected behavior?
make install should not return any errors
Please tell us about your environment:
MacOS 15.7.4 Apple Silicon M2.
I have built the same way on this machine in the past.
Other information
Any suggestions for how to proceed?
I'm submitting a ...
Describe the issue
I'm trying to build the current version of JSBSim on MacOSX. I've done it plenty of times before, although the last version was perhaps 6 months ago.
I do git clone, then cmake, make and make install.
make seems to work to build the binaries and libraries, then make install reports building most of the targets, ending with these:
Then gives this:
What is the current behavior?
What is the expected behavior?
make install should not return any errors
Please tell us about your environment:
MacOS 15.7.4 Apple Silicon M2.
I have built the same way on this machine in the past.
Other information
Any suggestions for how to proceed?