abom / linux-whiteboard

Automatically exported from code.google.com/p/linux-whiteboard
GNU General Public License v2.0
1 stars 0 forks source link

Compilation error #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
1. make

Output:
~/Sources/linux-whiteboard-read-only $ make
gcc main.c -g -c -I/usr/include/SDL/
gcc wii.c -c -g
wii.c:116: error: conflicting types for 'cwiid_callback'
wii.c:7: error: previous declaration of 'cwiid_callback' was here
make: *** [wii.o] Error 1

On SVN revision 17.

It compile well if patched as suggested in:
http://gentoo-wiki.com/HOWTO_Configure_a_Wiimote_as_an_Electronic_Whiteboard

Thanks for your work.

Original issue reported on code.google.com by goriccardo@gmail.com on 3 Jan 2008 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by vanhtu1...@gmail.com on 31 Jan 2008 at 10:58