Hi all, I'm running opensuse 11.0 in my system..For, doing c programs based on vga.h, it is required i install svgalib..but i cudn't find it in my repository.Therefore, i tried compiling the svgalib source using make install.It was given in the manual that ./configure and make is not necessary to be done.But on doing make install, i get the following errors after compilation:


/home/atul/svgalib-1.4.3/src/vga.c:3919:1: error: pasting "." and "HDisplay" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3920:1: error: pasting "." and "HSyncStart" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3921:1: error: pasting "." and "HSyncEnd" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3922:1: error: pasting "." and "HTotal" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3923:1: error: pasting "." and "VDisplay" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3924:1: error: pasting "." and "VSyncStart" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3925:1: error: pasting "." and "VSyncEnd" does not give a valid preprocessing token
/home/atul/svgalib-1.4.3/src/vga.c:3926:1: error: pasting "." and "VTotal" does not give a valid preprocessing token
make[1]: *** [vga.o] Error 1
make[1]: Leaving directory `/home/atul/svgalib-1.4.3/sharedlib'
make: *** [sharedlib/libvga.so.1.4.3] Error 2



Please help me out..thanks in advance

PS: I have no resort but to compile frm source becoz, i cant install rpm packages in ma susebox..but that can b resolved later i guess..