I build Imagination 3.6 on Ubuntu 20.04 with ./configure and make, and it compiles well, and I can run it with ./src/imagination. This starts up and can load and save images and slideshows. However, there are no transitions available.
The README says
If you intend to install Imagination (as opposed to just running make and then
lauching src/imagination), you must compile with CFLAGS="-DPLUGINS_INSTALLED=1".
If you fail to do so Imagination won't be able to load the transitions and the
transition's images.
but I am running make and then launching src/imagination, so I didn't think that I needed to add extra variables. (https://sourceforge.net/p/imagination/bugs/89/ asks a similar question, but that is about Imagination being packaged; I am just trying to run it locally for now.) Do I need to use a different command from just ./configure && make to build Imagination with plugins and then to run it with ./src/imagination?
Hi Stuart,
yes, you have to edit the file src/support.h and change 0 to 1.
define PLUGINS_INSTALLED 0
Hope it helps :)
Giuseppe
Hi Stuart,
yes, you have to edit the file src/support.h and change 0 to 1.
define PLUGINS_INSTALLED 0
--
Youtube: www.youtube.com/giutor73
Instagram: the.italian.dude
On Sat, 25 Jul 2020 at 04:35, Stuart Langridge aquarius@users.sourceforge.net wrote:
Related
Bugs:
#91