Closed sblendorio closed 2 years ago
An Objective-C compiler needs to be installed. I believe the package name is 'gobjc', so try 'sudo apt install gobjc'. The relevant -devel packages will need to be installed as well, I don't know which ones at the moment.
Thanks, it started compiling but failed with:
Compiling object-AquaMenu
object-AquaMenu: ok
Compiling object-Menu
object-Menu: ok
Compiling object-MacAlert
object-MacAlert: ok
Linking
gcc: error: /usr/lib64/libobjc.a: No such file or directory
sblendorio@sblendorio-laptop:~/github/HOTDOG$
You'll need to install libobjc, I believe the package is libobjc-10-dev depending on the version of gcc you are using. The .a file looks like it will be at /usr/lib/gcc/x86_64-linux-gnu/10/libobjc.a, so you'll need to edit the build.pl file (at the very beginning) to point to the correct path for libobjc.a
It worked! Thanks. It starts with Classic MacOS. How do I start with Amiga Workbench look&feel?
The command would be something like:
./hotdog "runWindowManager:'enterAmigaMode'"
Have a look at the last line of the file 'xinitrc.hotdogamiga'.
You can also change the mode using the menu bar, or the root window menu (right click the background).
To integrate further with your system, you can try editing your xsession or xinitrc. I'm not exactly sure how Mint is set up.
I have Linux Mint 20.3
Here is the condition:
I did install this, but it did not change the condition: