On 2008-10-08 12:56+0200 Robert Pollak wrote: > Hi, > > I wrote: >> Unfortunately, it makes another compile error in svg.c visible: >> >> D:\project\PLPlot\drivers\svg.c(341) : error C2143: syntax error : >> missing ';' before 'type' > > This is fixed by simply removing the unused "int i;" line. > Can someone please commit this change?
I have no idea why that declaration was offending your compiler. For example, I checked with od (octal dump) there was no non-printing characters in there. Perhaps it was the extra blank characters between the "int" and "i"? That question aside, as you say, the "i" variable is not used after it was declared so I removed the declaration. (revision 8863). Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel