Quote:
Originally Posted by mrs kensington
I managed to get the latest xawtv to compile and run by using the following configure line.
./configure --x-include=/usr/include/X11/ --x-libraries=/usr/lib/X11/
I had also installed the libfs and libfs-devel packages as well.
Hope that helps someone.
|
I did a:
# sudo apt-get install libfs-dev
and it got rid of the original error of this post, but only to be replaced by a new error:
-------------------------------------------------------------------------------------------------
console/fbtv.o
In file included from console/fbtv.c:31:
./libng/grab-ng.h:28:1: warning: "bool" redefined
In file included from /usr/include/curses.h:175,
from console/fbtv.c:24:
/usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdbool.h:33:1: warning: this is the location of the previous definition
console/fbtv.c: In function ‘text_out’:
console/fbtv.c:340: error: request for member ‘max_bounds’ in something not a structure or union
console/fbtv.c:341: warning: pointer targets in passing argument 4 of ‘fs_puts’ differ in signedness
console/fs.h:58: note: expected ‘unsigned char *’ but argument is of type ‘char *’
console/fbtv.c: In function ‘text_width’:
console/fbtv.c:347: warning: pointer targets in passing argument 2 of ‘fs_textwidth’ differ in signedness
console/fs.h:59: note: expected ‘unsigned char *’ but argument is of type ‘char *’
console/fbtv.c: In function ‘main’:
console/fbtv.c:813: warning: pointer targets in assignment differ in signedness
make: *** [console/fbtv.o] E
--------------------------------------------------------------------------------------
looks like it starts here:
console/fbtv.c:340: error: request for member ‘max_bounds’ in something not a structure or union
Any suggestions??