[Mesa-dev] [Bug 94137] build error - incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka unsigned int [3]}'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Feb 13 19:48:17 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94137
Bug ID: 94137
Summary: build error - incompatible types in assignment of
'unsigned int*' to 'uint [3] {aka unsigned int [3]}'
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev at lists.freedesktop.org
Reporter: fabio.ped at libero.it
QA Contact: mesa-dev at lists.freedesktop.org
CC: samuel.pitoiset at gmail.com
CXX core/libclover_la-kernel.lo
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp: In member
function 'void clover::kernel::launch(clover::command_queue&, const
std::vector<unsigned int>&, const std::vector<unsigned int>&, const
std::vector<unsigned int>&)':
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:79:15:
error: incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka
unsigned int [3]}'
info.block = pad_vector(q, block_size, 1).data(),
^
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:80:14:
error: incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka
unsigned int [3]}'
info.grid = pad_vector(q, reduced_grid_size, 1).data(),
^
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:81:41:
error: 'const struct clover::module' has no member named 'sysm'
info.pc = find(name_equals(_name), m.sysm).offset;
^
make[4]: *** [core/libclover_la-kernel.lo] Error 1
Full log here:
https://launchpadlibrarian.net/238406354/buildlog_ubuntu-xenial-i386.mesa_11.2~git1602131930.b410ed~gd~x_BUILDING.txt.gz
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160213/a46210c3/attachment.html>
More information about the mesa-dev
mailing list