I'm trying to get BasiliskII working on Xubuntu 18.04. I have an old copy of source (macemu) that I downloaded several years ago and had running. I am able to get the autogen.sh to complete without errors (that I see, anyway) and am given the instruction to run "make". When I do, I get a screenful of errors that scroll past what I'm able to save. I executed make again and directed the output to a file. The output says:
g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux
-DUNALIGNED_PROFITABLE -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS -DFPU_IEEE -D_REENTRANT
-DDATADIR=\"/usr/local/share/BasiliskII\" -g -O2 -I../../../cxmon/src -I../../../cxmon/src/disass
-fno-merge-constants -fno-gcse-sm -c ./../main.cpp -o obj/main.o
Makefile:194: recipe for target 'obj/main.o' failed
I have no idea what this means...
Thinking I might have a bad copy of the source code, I came back to this forum and attempted to download using the same commands I did last time (found here:
viewtopic.php?t=6375 ):
$ cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix login
(password is "anoncvs")
$ cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout BasiliskII
$ cd BasiliskII/src/Unix
$ ./autogen.sh
check output if config is correct if no do ./configure with needed options
$ make
$ ./BasiliskII
What I found is that the server cvs.cebix.net doesn't exist anymore.
I also tried downloading the zip files for the Linux builds (found here:
viewtopic.php?t=6580 ), but after unzipping them I have no idea what to do with them. They aren't a directory, and they don't execute for me.
Can someone help me decode my error, point me to another location for the source code, and/or tell me what to do with the Linux build files?
Any assistance is appreciated.
Earl