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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to