• # re

    Posté par . En réponse au journal Greffon Gimp GREYCstoration. Évalué à 3.

    J'ai les dependances mais ca compile pas sur mdk 10.1 off : /

    [code]
    [tsubasa@mdk101 greystoration_gimp]$ make install
    Compile image.o
    In file included from image.cpp:1:
    image.h:23: error: ISO C++ forbids declaration of `GimpPreview' with no type
    image.h:23: error: expected `;' before '*' token
    image.h:28: error: `GimpPreview' has not been declared
    image.h:28: error: ISO C++ forbids declaration of `preview' with no type
    image.cpp:12: error: `GimpPreview' has not been declared
    image.cpp:13: error: ISO C++ forbids declaration of `ppreview' with no type
    image.cpp: In member function `void Image::init(GimpDrawable*, int*)':
    image.cpp:15: error: `preview' undeclared (first use this function)
    image.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
    image.cpp:18: error: `gimp_preview_get_position' undeclared (first use this function)
    image.cpp:19: error: `gimp_preview_get_size' undeclared (first use this function)
    make: *** [image.o] Erreur 1
    [/code]