[gs-bugs] [Bug 691635] New: diskn device fails to build
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue Sep 21 11:36:33 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691635
Summary: diskn device fails to build
Product: Ghostscript
Version: 8.72
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P4
Component: PS Interpreter
AssignedTo: alex.cherepanov at artifex.com
ReportedBy: norbert.janssen at oce.com
QAContact: gs-bugs at ghostscript.com
Estimated Hours: 0.0
Customer: 661
I tried to compile with diskn support, but the gsiodisk.c fails at line 265
(iodev_default: undeclared identifier)
Also the iodev_os_fopen gives a warning : different types for formal and actual
parameter 1 (i.e. the iodev_default).
from gxiodev.h:
/* Get the N'th IODevice. */
gx_io_device *gs_getiodevice(const gs_memory_t *,int);
#define iodev_default(mem) (gs_getiodevice(mem,0))
in 8.71 this was
#define iodev_default (gs_getiodevice(0))
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list