Menu

#91 No transitions in 3,6 (Ubuntu 20.04) when run locally

v1.0
closed
None
5
2020-07-27
2020-07-25
No

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?

Related

Bugs: #91

Discussion

  • Giuseppe Torelli

    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

     
  • Giuseppe Torelli

    • status: open --> closed
    • assigned_to: Giuseppe Torelli
     
  • Giuseppe Torelli

    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:


    [bugs:#91] No transitions in 3,6 (Ubuntu 20.04) when run locally

    Status: open
    Group: v1.0
    Created: Sat Jul 25, 2020 02:35 AM UTC by Stuart Langridge
    Last Updated: Sat Jul 25, 2020 02:35 AM UTC
    Owner: nobody

    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?


    Sent from sourceforge.net because you indicated interest in <
    https://sourceforge.net/p/imagination/bugs/91/>

    To unsubscribe from further messages, please visit <
    https://sourceforge.net/auth/subscriptions/>

     

    Related

    Bugs: #91


Log in to post a comment.