Re: [GnomeMeeting-devel-list] Compile problem with gnomemeeting



Hi, 

that's fixed in CVS...


Le sam 17/01/2004 à 21:27, Ghiora Drori a écrit :
> Hi,
> I compiled : gnomemeeting-0.98.0  under (gentoo)
> Got an error on the line below in xdap.c
> using gcc  version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice
> dap.c: In function `parseonly':
> xdap.c:162: incompatible types in assignment
> 
> In gnomemeeting-0.98.0/lib/xdap/xdap.c
> 
> line 162:
> Shouldn't this :
>  sax =  xmlDefaultSAXHandler;    /* Copy original handler */
> 
> be something like this:
> 
>   memset (&sax, 0, sizeof sax); /* Copy original handler */
> 
> 
> The code snippet:
> 
> xmlDocPtr
> parseonly (char *filename, xmlEntityPtr (*getent) (void *, const xmlChar *),
>        xmlEntityPtr (**oldgetent) (void *, const xmlChar *), int noerr)
> {
>   xmlDocPtr xp;
>   xmlSAXHandler sax;
> 
> /*  sax =  xmlDefaultSAXHandler;    /* Copy original handler */
>   memset (&sax, 0, sizeof sax); /* Copy original handler */
> ....
> 
> 
> 
> Thanks Ghiora
> 
> _______________________________________________
> Gnomemeeting-devel-list mailing list
> Gnomemeeting-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnomemeeting-devel-list
-- 
 _      Damien Sandras
(o-     
//\     It-Optics s.a.
v_/_    GnomeMeeting: http://www.gnomemeeting.org/
        FOSDEM 2004:  http://www.fosdem.org
        H.323 phone:  callto:ils.seconix.com/dsandras seconix com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]