How to compile and run SheepShaver on Ubuntu 16.04 LTS?
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
add a comment |
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
add a comment |
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
16.04 mac emulation emulator
asked Jun 5 '18 at 16:26
N0rbertN0rbert
21.7k547101
21.7k547101
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
One should install build-dependencies and development packages:
sudo apt-get install build-essential git
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Note: the libesd0-dev
package is not available for Ubuntu 18.04 LTS.
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver
, and you will get the following window:
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043864%2fhow-to-compile-and-run-sheepshaver-on-ubuntu-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One should install build-dependencies and development packages:
sudo apt-get install build-essential git
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Note: the libesd0-dev
package is not available for Ubuntu 18.04 LTS.
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver
, and you will get the following window:
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
add a comment |
One should install build-dependencies and development packages:
sudo apt-get install build-essential git
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Note: the libesd0-dev
package is not available for Ubuntu 18.04 LTS.
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver
, and you will get the following window:
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
add a comment |
One should install build-dependencies and development packages:
sudo apt-get install build-essential git
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Note: the libesd0-dev
package is not available for Ubuntu 18.04 LTS.
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver
, and you will get the following window:
One should install build-dependencies and development packages:
sudo apt-get install build-essential git
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Note: the libesd0-dev
package is not available for Ubuntu 18.04 LTS.
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver
, and you will get the following window:
edited Jan 7 at 15:01
answered Jun 5 '18 at 16:26
N0rbertN0rbert
21.7k547101
21.7k547101
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
add a comment |
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried in Ubuntu 18.0.4, but does not work. One of the listed packages is not available "E: Unable to locate package libesd0-dev", and the program itself crashes: "SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig ERROR: Cannot map Low Memory Globals: Operation not permitted. X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 105 (X_ChangePointerControl) Value in failed request: 0x0 Serial number of failed request: 9 Current serial number in output stream: 10"
– wmakley
Jan 7 at 14:14
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
Tried on clean 18.04 LTS - it compiles and runs successfully. I do not have ROMs, so I can't test further.
– N0rbert
Jan 7 at 15:00
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043864%2fhow-to-compile-and-run-sheepshaver-on-ubuntu-16-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown