Menu

#43 export plugins don't work with gimp 2.8

0.19
open
nobody
None
5
2013-05-16
2013-05-13
v1nce
No

current csv version + gimp 2.8

wbmp plugin crashes with text
"tried reading from drawable x which was removed from the image (killing)"

plus the csv version doesn't compile out of the box ; missing makefile.am

Related

Bugs: #43

Discussion

  • Maurits Rijk

    Maurits Rijk - 2013-05-14

    Iĺl have a look at this one.

     
  • v1nce

    v1nce - 2013-05-16

    it's Makefile.in that is missing

     
  • Maurits Rijk

    Maurits Rijk - 2013-05-17

    True. You have to fiddle a bit with automake and autoconf to get that
    working if you use a version from cvs.

    I did something like

    automake --add-missing
    autoconf
    aclocal
    automake
    ./configure --prefix=/usr

    but I haven't taken the time yet to figure out how that is supposed to work
    exactly.

    Maurits

    On Thu, May 16, 2013 at 10:56 PM, v1nce v1nce29@users.sf.net wrote:

    it's Makefile.in that is missing

    Status: open
    Created: Mon May 13, 2013 12:47 PM UTC by v1nce
    Last Updated: Tue May 14, 2013 07:17 PM UTC
    Owner: nobody

    current csv version + gimp 2.8

    wbmp plugin crashes with text
    "tried reading from drawable x which was removed from the image (killing)"

    plus the csv version doesn't compile out of the box ; missing makefile.am

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/gimp-sharp/bugs/43/

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

     

    Related

    Bugs: #43


Log in to post a comment.