We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had followed the steps listed on the SheepShaver site to compile. It all went well until the last step with running "make".
Configuration done. Now type "make". darrell@darrell-Lenovo-H430:~/macemu/SheepShaver/src/Unix$ make g++ -I../kpx_cpu/include -I../kpx_cpu/src -DUSE_JIT -I../include -I. -I../CrossPlatform -I../slirp -DHAVE_CONFIG_H -D_REENTRANT -DDATADIR=\"/usr/local/share/SheepShaver\" -g -O2 -c ../main.cpp -o obj/main.o In file included from ../main.cpp:21: ./sysdeps.h:32:2: error: #error "You don't have ANSI C header files." 32 | #error "You don't have ANSI C header files." | ^~~~~ make: *** [Makefile:200: obj/main.o] Error 1 darrell@darrell-Lenovo-H430:~/macemu/SheepShaver/src/Unix$
Attached is the entire session. How ought I resolve this? BuildingSheepshaver.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had followed the steps listed on the SheepShaver site to compile. It all went well until the last step with running "make".
Attached is the entire session. How ought I resolve this?
BuildingSheepshaver.zip
The text was updated successfully, but these errors were encountered: