Page 1 of 1

apoplexy v3.9 released

Posted: August 1st, 2020, 6:23 pm
by Norbert
I've just released version 3.9 of apoplexy.

Download via: https://www.apoplexy.org/
Download mirror: https://www.popot.org/level_editors.php?editor=apoplexy

Changes since the last version:
+ PoP1 for DOS shadow starting positions and (shadow and prince) automatic moves can now be modified (F3).
I recently posted a screenshot of the new stuff here.

Re: apoplexy v3.9 released

Posted: August 5th, 2020, 11:41 am
by atrueprincefanfrom18
I just tried installing it for Linux (Ubuntu 18.04) and ran into the same problem as mentioned here.
The error message this time was:

./apoplexy: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

What's left to install now? :?

I updated and upgraded the packages but the error is still there.

Re: apoplexy v3.9 released

Posted: August 5th, 2020, 12:08 pm
by Norbert
atrueprincefanfrom18 wrote: August 5th, 2020, 11:41 am./apoplexy: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory
You can try:
$ sudo apt install libzip5

If it then still does not work, try:
$ cd apoplexy-3.9/src/
$ make
(make will will take a while)

If the latter is necessary and works, then recompiling was necessary to make it use libzip version 4 instead of 5 (which is active on my PC).

Re: apoplexy v3.9 released

Posted: August 5th, 2020, 2:24 pm
by atrueprincefanfrom18
Norbert wrote: August 5th, 2020, 12:08 pm You can try:
$ sudo apt install libzip5
There is no such package in the repository called as libzip5.
Norbert wrote: August 5th, 2020, 12:08 pm If it then still does not work, try:
$ cd apoplexy-3.9/src/
$ make
(make will will take a while)

If the latter is necessary and works, then recompiling was necessary to make it use libzip version 4 instead of 5 (which is active on my PC).
Latter doesn't work as well... I get this error message when I try to compile:

Code: Select all

apoplexy.c:38:10: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
          ^~~~~~~~~~~~~
compilation terminated.
although I have curl installed on the system.

I tried both, clang and gcc. Both have failed to compile it. :(

Re: apoplexy v3.9 released

Posted: August 5th, 2020, 9:06 pm
by Norbert
atrueprincefanfrom18 wrote: August 5th, 2020, 2:24 pmI get this error message when I try to compile: [...]
Oh, that's right.
There's a bunch of libraries you will need to recompile.
Forgot to mention that.
Based on docs/compiling.txt, before running make, you will need to:
$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libcurl4-openssl-dev libzip-dev

Re: apoplexy v3.9 released

Posted: August 6th, 2020, 8:56 am
by atrueprincefanfrom18
Thanks! That worked perfectly! :)

Re: apoplexy v3.9 released

Posted: August 6th, 2020, 3:58 pm
by atrueprincefanfrom18
Posted on FB.

Re: apoplexy v3.9 released

Posted: August 6th, 2020, 7:06 pm
by Norbert
atrueprincefanfrom18 wrote: August 6th, 2020, 8:56 am Thanks! That worked perfectly! :)
Nice.
Thanks for the FB post.