Hello, When I compile on a genuine Debian/Etch I get the following error
gd.c: In function 'plD_init_png_Dev': gd.c:432: error: 'smooth_text' undeclared (first use in this function) gd.c:432: error: (Each undeclared identifier is reported only once gd.c:432: error: for each function it appears in.) which I supersede by moving the declaration of smooth_text outside the #ifdef..#endif blocks at lines 368 and 562 : static int smooth_text=1; #ifdef HAVE_FREETYPE static int freetype=1; # static int smooth_text=1; FT_Data *FT; #endif I guess it is not the good way... Any advice ? -- Cordialement Dominique MICOLLET Email : [EMAIL PROTECTED] Universite de Bourgogne 9, Avenue Alain SAVARY BP 47870 Tel : +33/(0)3-80-39-59-27 21078 DIJON CEDEX FRANCE Tfx : +33/(0)3-80-39-68-69 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel