
I get following error in the current CVS: in the current MinGW compiler there is no such io/sys.h file
HTH, Adib.
dialogs/export.cpp:53:20: io/sys.h: No such file or directory dialogs/export.cpp: In function `void sp_export_export_clicked(GtkButton*, GtkOb ject*)': dialogs/export.cpp:972: error: `file_test' is not a member of `Inkscape::IO' dialogs/export.cpp:974: error: `sanitizeString' is not a member of `Inkscape::IO ' dialogs/export.cpp:1022: error: `sanitizeString' is not a member of `Inkscape::I O' mingw32-make[1]: *** [dialogs/export.o] Error 1 mingw32-make[1]: Leaving directory `E:/projekte/inkscape/src' mingw32-make: *** [all] Error 2

Hi, Adib..
That is not a libc header, but a new one of Inkscape's. /src/io is a fairly recent new subdirectory. Did you remember to use the -P and -d flags to add new directories and prune old ones?
Like this:
cvs -z3 update -P -d
Bob
Adib Taraben wrote:
I get following error in the current CVS: in the current MinGW compiler there is no such io/sys.h file
HTH, Adib.
dialogs/export.cpp:53:20: io/sys.h: No such file or directory dialogs/export.cpp: In function `void sp_export_export_clicked(GtkButton*, GtkOb ject*)': dialogs/export.cpp:972: error: `file_test' is not a member of `Inkscape::IO' dialogs/export.cpp:974: error: `sanitizeString' is not a member of `Inkscape::IO ' dialogs/export.cpp:1022: error: `sanitizeString' is not a member of `Inkscape::I O' mingw32-make[1]: *** [dialogs/export.o] Error 1 mingw32-make[1]: Leaving directory `E:/projekte/inkscape/src' mingw32-make: *** [all] Error 2

On Fri, Feb 04, 2005 at 04:48:39PM +0100, Adib Taraben wrote:
I get following error in the current CVS: in the current MinGW compiler there is no such io/sys.h file
That file was added on 2005-01-30. Have you done a full "cvs update"?
I also see it in the cvs-snap tar: inkscape-20050204-0640/src/io/sys.h

Hm, as soon as I am doing everything right, everything works fine :-O
Thanks for the fast replay.
Adib.
Adib Taraben schrieb:
I get following error in the current CVS: in the current MinGW compiler there is no such io/sys.h file
HTH, Adib.
dialogs/export.cpp:53:20: io/sys.h: No such file or directory dialogs/export.cpp: In function `void sp_export_export_clicked(GtkButton*, GtkOb ject*)': dialogs/export.cpp:972: error: `file_test' is not a member of `Inkscape::IO' dialogs/export.cpp:974: error: `sanitizeString' is not a member of `Inkscape::IO ' dialogs/export.cpp:1022: error: `sanitizeString' is not a member of `Inkscape::I O' mingw32-make[1]: *** [dialogs/export.o] Error 1 mingw32-make[1]: Leaving directory `E:/projekte/inkscape/src' mingw32-make: *** [all] Error 2
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (3)
-
Adib Taraben
-
Bob Jamison
-
Kees Cook