Hi,
There is a Power Macintosh 9500 running BeOS 5. I want to try running SheepShaver and BasiliskII on this OS. However, I couldn't find the finished packages, only the source texts. But there was a problem with the compilation.
I'm not a programmer, so every time I have various problems when building.
How to do it?
I transferred the archive "cebix-macemu-96e512b.zip" to BeOS via FTP and connected to the telnet server console.
Files that cannot be opened by the compiler exist
Who can say what needs to be done so that the building of the application was successful? Or can someone share the already collected packages and give recommendations for installation or launch in BeOS?
There is a Power Macintosh 9500 running BeOS 5. I want to try running SheepShaver and BasiliskII on this OS. However, I couldn't find the finished packages, only the source texts. But there was a problem with the compilation.
I'm not a programmer, so every time I have various problems when building.
How to do it?
I transferred the archive "cebix-macemu-96e512b.zip" to BeOS via FTP and connected to the telnet server console.
Code:
$ uname -a
BeOS PM9500 5.0 1000009 BeMac unknown
$ pwd
/boot/home/Temp/macemu/SheepShaver/src/BeOS
$ make
mwcc -c ../main.cpp -I../ -I./ -I../include -ISheepDriver -ISheepNet -i- -O7 -prefix BeHeaders -o obj.ppc/main.o
### mwcc Compiler Error:
# #include "vm_alloc.h"
# ^
# the file 'vm_alloc.h' cannot be opened
#----------------------------------------------------------
File "/boot/home/Temp/macemu/SheepShaver/src/main.cpp"; Line 47
#----------------------------------------------------------
### mwcc Compiler Error:
# #include "sigsegv.h"
# ^
# the file 'sigsegv.h' cannot be opened
#----------------------------------------------------------
File "/boot/home/Temp/macemu/SheepShaver/src/main.cpp"; Line 48
#----------------------------------------------------------
Errors caused tool to abort.
make: *** [obj.ppc/main.o] Error 1
Files that cannot be opened by the compiler exist
Code:
$ find /boot/home/Temp/macemu/SheepShaver/src -name "vm_alloc.h"
/boot/home/Temp/macemu/SheepShaver/src/CrossPlatform/vm_alloc.h
$
$
$ find /boot/home/Temp/macemu/SheepShaver/src -name "sigsegv.h"
/boot/home/Temp/macemu/SheepShaver/src/CrossPlatform/sigsegv.h
Who can say what needs to be done so that the building of the application was successful? Or can someone share the already collected packages and give recommendations for installation or launch in BeOS?