Displaying 2 results from an estimated 2 matches for "konno".
Did you mean:
onno
2012 Jul 24
3
[Bug 52449] New: nouveau_vbo_t.c compilation broken due to implicit declaration
...oduct: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: joe.konno at linux.intel.com
Looks like the glformats.c work has resulted in a broken build. This is what I
get when building 7e18a039ee7a402bac4882ae793824d6523061fa:
libtool: compile: gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\"
-DPACKAGE_VERSION=\"8.1.0\" "...
2002 Apr 10
1
libao: FreeBSD OSS patchlet
machine/soundcard.h was only a compatibility symlink to sys/soundcard.h
and just went away.
>From Motoyuki Konno <motoyuki@bsdclub.org>.
--- src/plugins/oss/ao_oss.c.orig Wed Apr 10 21:56:57 2002
+++ src/plugins/oss/ao_oss.c Wed Apr 10 21:57:11 2002
@@ -32,8 +32,6 @@
#include <math.h>
#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
-#elif defined(__FreeBSD__)
-#inc...