rbug: fix make process on Linux Mint 13 x64.
authorAaron Watry <awatry@gmail.com>
Wed, 13 Jun 2012 01:16:37 +0000 (20:16 -0500)
committerBrian Paul <brianp@vmware.com>
Thu, 14 Jun 2012 14:14:59 +0000 (08:14 -0600)
commitfc3bac8a407dc2a2804236e1e2b813a3991fa84f
treed65c3ed79638a7d9485a64c1afb9d9131b7f35da
parent93a42d131409ef17083e2666895ea9501db53e33
rbug: fix make process on Linux Mint 13 x64.

Previously, rbug_*.c would fail to compile with incomplete prototype
errors when make was run from the command line on my machine. My IDE
always built fine, and still does after this patch (Netbeans 7.1.2).

Most of the includes from files in gallium/auxiliary/rbug/* were
assuming an rbug/ subdirectory, while the headers are actually in the
same directory as the .c files.

The build error was also previously a problem for me on Ubuntu 11.10
and Mint 12.

Fixes build for the following configuration: ./autogen.sh
--enable-debug --enable-texture-float --with-gallium-drivers=r600
--with-dri-drivers=radeon --enable-r600-llvm-compiler

Signed-off-by: Brian Paul <brianp@vmware.com>
12 files changed:
src/gallium/auxiliary/rbug/rbug.h
src/gallium/auxiliary/rbug/rbug_connection.c
src/gallium/auxiliary/rbug/rbug_connection.h
src/gallium/auxiliary/rbug/rbug_context.c
src/gallium/auxiliary/rbug/rbug_context.h
src/gallium/auxiliary/rbug/rbug_core.c
src/gallium/auxiliary/rbug/rbug_core.h
src/gallium/auxiliary/rbug/rbug_internal.h
src/gallium/auxiliary/rbug/rbug_shader.c
src/gallium/auxiliary/rbug/rbug_shader.h
src/gallium/auxiliary/rbug/rbug_texture.c
src/gallium/auxiliary/rbug/rbug_texture.h