[Mesa-dev] [Bug 33176] New: git mesa (7.11-devel) compilation error
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 15 20:14:19 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33176
Summary: git mesa (7.11-devel) compilation error
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: wolput at onsneteindhoven.nl
Compiling git mesa 7.11-devel (gallium enabled) shows the following error:
make
---
src/dxgi_loader.cpp: In function ‘bool dlopen_pipe_module_cb(const char*,
size_t, void*)’:
src/dxgi_loader.cpp:115: warning: field precision should have type ‘int’, but
argument 4 has type ‘size_t’
src/dxgi_loader.cpp:115: warning: field precision should have type ‘int’, but
argument 4 has type ‘size_t’
g++ -c -I. -I../../../../../src/gallium/include
-I../../../../../src/gallium/auxiliary -I../../../../../src/gallium/drivers
-I../../../../../include -Iinclude -I../gd3dapi -I../d3dapi -I../w32api
-I../d3d1xstutil/include -I../include -I../../../include -I../../../auxiliary
-I../../../state_trackers/egl/common -g -O2 -Wall -fvisibility=hidden
-fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XCB_DRI2 -DHAVE_LIBUDEV
-DDXGI_DRIVER_SEARCH_DIR=\"/usr/lib/egl\" -DGALLIUM_DXGI_USE_X11
src/dxgi_native.cpp -o src/dxgi_native.o
In file included from ../w32api/windef.h:252,
from ../w32api/windows.h:41,
from ../w32api/rpc.h:29,
from ../w32api/objbase.h:19,
from ../d3d1xstutil/include/d3d1xstutil.h:45,
from src/dxgi_private.h:34,
from src/dxgi_native.cpp:27:
../w32api/winnt.h:684: warning: attributes ignored on elaborated-type-specifier
that is not a forward declaration
src/dxgi_native.cpp: In constructor
‘GalliumDXGIAdapter::GalliumDXGIAdapter(GalliumDXGIFactory*, const
native_platform*, void*)’:
src/dxgi_native.cpp:262: error: invalid conversion from ‘native_event_handler*’
to ‘boolean’
make[5]: *** [src/dxgi_native.o] Error 1
make[5]: Leaving directory
`/home/jos/src/xorg/git-master/mesa/src/gallium/state_trackers/d3d1x/dxgi'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/jos/src/xorg/git-master/mesa/src/gallium/state_trackers/d3d1x'
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory
`/home/jos/src/xorg/git-master/mesa/src/gallium/state_trackers'
make[2]: *** [default] Error 1
make[2]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src'
make: *** [default] Error 1
---
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list