|
| From: | John Donoghue |
| Subject: | [Octave-bug-tracker] [bug #48332] video package fails to build with dev octave |
| Date: | Tue, 28 Jun 2016 20:12:33 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 |
URL:
<http://savannah.gnu.org/bugs/?48332>
Summary: video package fails to build with dev octave
Project: GNU Octave
Submitted by: lostbard
Submitted on: Tue 28 Jun 2016 08:12:30 PM GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name: JohnD
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Microsoft Windows
_______________________________________________________
Details:
When attempting to compile in mxe-octave, using the current 4.1.0+ dev
octave.
n file included from aviinfo.cc:29:0:
/home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:120:7:
error: 'nlink_t' does not name a type
nlink_t nlink (void) const { return m_nlink; }
^
/home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:122:7:
error: 'uid_t' does not name a type
uid_t uid (void) const { return m_uid; }
^
/home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:123:7:
error: 'gid_t' does not name a type
gid_t gid (void) const { return m_gid; }
^
/home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:178:7:
error: 'nlink_t' does not name a type
nlink_t m_nlink;
^
/home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:181:7:
error: 'uid_t' does not name a type
uid_t m_uid;
home/johnd/mxe-octave/w32-410/usr/i686-w64-mingw32/include/octave-4.1.0+/octave/../octave/file-stat.h:184:7:
error: 'gid_t' does not name a type
gid_t m_gid;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48332>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |