From: Peter V. <pet...@sk...> - 2016-07-14 08:30:43
|
Hi, I am trying to compile (on Ubuntu 14.04) the sheep_net driver for SheepShaver and BasiliskII (from the downloaded zip-file). I tried the binary first, which didn't give me succes. It doesn't 'work'. So I looked at the source files and came up with this: Under macemu-master/BasiliskII/src/Unix/Linux/NetDriver there is a broken symbolic link with the name 'config.h'. Under macemu-master/SheepShaver/src/Unix/Linux/NetDriver there is likewise a broken symbolic link with the same name. Both links refer to the file macemu-master/SheepShaver/src/Unix/config.h However: that file... does not exist. I checked the code that I cloned from git (files in cebix-macemu-b58a926). It is the same there. I then went into macemu-master/SheepShaver and gave the command 'make links' (as instructed by the main page of the website). I did the same in cebix-macemu-b58a926/SheepShaver. Then I checked again. Same thing on both accounts: broken link. Could this be fixed somehow? TIA, Peter |