https://bugzilla.novell.com/show_bug.cgi?id=347165


           Summary: sys/mkdev.h not detected on Solaris
           Product: Mono: Runtime
           Version: SVN
          Platform: x86-64
        OS/Version: Solaris 10
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


Building pedump fails (at r90995) with an unresolved symbol makedev in
libwapi.a(processes.o).

On Solaris, makedev is defined in sys/mkdev.h, and processes.c has a
conditional include dependent on HAVE_SYS_MKDEV_H, but that symbol is not being
defined (nor commented out) in config.h despite there being a line
AC_CHECK_HEADERS( ... sys/mkdev.h) in configure.in.

If I manually add
#define HAVE_SYS_MKDEV_H 1
to config.h then Mono builds fine.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to