qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu/hw pixel_ops.h


From: Andreas Färber
Subject: Re: [Qemu-devel] qemu/hw pixel_ops.h
Date: Sun, 10 Jun 2007 18:47:17 +0200


Am 10.06.2007 um 18:35 schrieb Blue Swirl:

CVSROOT:        /cvsroot/qemu
Module name:    qemu
Changes by:     Blue Swirl <blueswir1>    07/06/10 16:35:21

Added files:
        hw             : pixel_ops.h

Log message:
         Add hw/pixel_ops.h

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pixel_ops.h? cvsroot=qemu&rev=1.1

Replacing my local files with HEAD I get the following errors:

/Users/andreas/Q/tmp/qemu/hw/vga.c:1317: error: `vga_draw_line15_15bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1317: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1317: error: (near initialization for `vga_draw_line_table[47]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1318: error: `vga_draw_line15_16bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1318: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1318: error: (near initialization for `vga_draw_line_table[48]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1325: error: `vga_draw_line16_15bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1325: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1325: error: (near initialization for `vga_draw_line_table[54]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1326: error: `vga_draw_line16_16bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1326: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1326: error: (near initialization for `vga_draw_line_table[55]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1333: error: `vga_draw_line24_15bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1333: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1333: error: (near initialization for `vga_draw_line_table[61]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1334: error: `vga_draw_line24_16bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1334: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1334: error: (near initialization for `vga_draw_line_table[62]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1341: error: `vga_draw_line32_15bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1341: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1341: error: (near initialization for `vga_draw_line_table[68]') /Users/andreas/Q/tmp/qemu/hw/vga.c:1342: error: `vga_draw_line32_16bgr' undeclared here (not in a function) /Users/andreas/Q/tmp/qemu/hw/vga.c:1342: error: initializer element is not constant /Users/andreas/Q/tmp/qemu/hw/vga.c:1342: error: (near initialization for `vga_draw_line_table[69]')

Those did not surface when testing the patch...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]