Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[cups] canon mp540
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
sylvain.bonnemaison
Apprentice
Apprentice


Joined: 13 Jan 2008
Posts: 152

PostPosted: Sun Apr 01, 2012 7:49 pm    Post subject: [cups] canon mp540 Reply with quote

Bonjour,
J'essai d'installer le pilote d'impression pour l'imprimante Canon MP540 avec le package net-print/cnijfilter-3.00. La compilation de la librairie renvoi l'erreur suivante :
Code:
bjfimage.c:1578:6: erreur: déréférencement d'un pointeur de type incomplet

Le code concerné est le suivant :
Code:
        /*-- call pnglib function --*/
        png_p = png_create_read_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
        if (png_p == NULL){
                goto onErr;
        }

        info_p = png_create_info_struct (png_p);
        if (info_p==NULL){
                png_destroy_read_struct(&png_p, (png_infopp)NULL, (png_infopp)NULL);
                goto onErr;
        }

        if (setjmp (png_p->jmpbuf))   <<< ligne 1578
        {
                png_destroy_read_struct(&png_p, &info_p, (png_infopp)NULL);
                goto onErr;
        }

Existe-t-il un USE flag ou une option de compilation permettant de corriger ce problème ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum