Compilation under RHEL refuses to work...

Can anyone help?

thanks

Andy

=============================================
./configure output:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
X libraries are found in /usr/X11R6/lib
X includes are found in /usr/X11R6/include
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for isnan in -lm... yes
checking for deflate in -lz... yes
checking for IceOpenConnection in -lICE... yes
checking for SmcOpenConnection in -lSM... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmQueryVersion in -lXext... yes
checking for XFixesQueryExtension in -lXfixes... yes
checking for XDamageQueryExtension in -lXdamage... yes
checking for vorbis_info_clear in -lvorbis... yes
checking for ov_open in -lvorbisfile... yes
checking for vorbis_encode_init in -lvorbisenc... yes
checking for ogg_stream_init in -logg... yes
checking for theora_encode_YUVin in -ltheora... yes
checking for pthread_mutex_lock in -lpthread... yes
checking for jack_activate in -ljack... no
checking for snd_pcm_drain in -lasound... yes
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

****************************************

Audio driver that will be used: ALSA

Compile with Jack support: Disabled

****************************************

make output:

make  all-recursive
make[1]: Entering directory `/local_home/appli/vidcap/recordmydesktop-0.3.8'
Making all in src
make[2]: Entering directory `/local_home/appli/vidcap/recordmydesktop-0.3.8/src'
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd.o -MD -MP -MF .deps/recordmydesktop-rmd.Tpo -c -o recordmydesktop-rmd.o `test -f 'rmd.c' || echo './'`rmd.c
mv -f .deps/recordmydesktop-rmd.Tpo .deps/recordmydesktop-rmd.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_block_utils.o -MD -MP -MF .deps/recordmydesktop-rmd_block_utils.Tpo -c -o recordmydesktop-rmd_block_utils.o `test -f 'rmd_block_utils.c' || echo './'`rmd_block_utils.c
mv -f .deps/recordmydesktop-rmd_block_utils.Tpo .deps/recordmydesktop-rmd_block_utils.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_cache.o -MD -MP -MF .deps/recordmydesktop-rmd_cache.Tpo -c -o recordmydesktop-rmd_cache.o `test -f 'rmd_cache.c' || echo './'`rmd_cache.c
mv -f .deps/recordmydesktop-rmd_cache.Tpo .deps/recordmydesktop-rmd_cache.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_cache_audio.o -MD -MP -MF .deps/recordmydesktop-rmd_cache_audio.Tpo -c -o recordmydesktop-rmd_cache_audio.o `test -f 'rmd_cache_audio.c' || echo './'`rmd_cache_audio.c
mv -f .deps/recordmydesktop-rmd_cache_audio.Tpo .deps/recordmydesktop-rmd_cache_audio.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_cache_frame.o -MD -MP -MF .deps/recordmydesktop-rmd_cache_frame.Tpo -c -o recordmydesktop-rmd_cache_frame.o `test -f 'rmd_cache_frame.c' || echo './'`rmd_cache_frame.c
mv -f .deps/recordmydesktop-rmd_cache_frame.Tpo .deps/recordmydesktop-rmd_cache_frame.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_capture_sound.o -MD -MP -MF .deps/recordmydesktop-rmd_capture_sound.Tpo -c -o recordmydesktop-rmd_capture_sound.o `test -f 'rmd_capture_sound.c' || echo './'`rmd_capture_sound.c
mv -f .deps/recordmydesktop-rmd_capture_sound.Tpo .deps/recordmydesktop-rmd_capture_sound.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_encode_cache.o -MD -MP -MF .deps/recordmydesktop-rmd_encode_cache.Tpo -c -o recordmydesktop-rmd_encode_cache.o `test -f 'rmd_encode_cache.c' || echo './'`rmd_encode_cache.c
mv -f .deps/recordmydesktop-rmd_encode_cache.Tpo .deps/recordmydesktop-rmd_encode_cache.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_encode_image_buffer.o -MD -MP -MF .deps/recordmydesktop-rmd_encode_image_buffer.Tpo -c -o recordmydesktop-rmd_encode_image_buffer.o `test -f 'rmd_encode_image_buffer.c' || echo './'`rmd_encode_image_buffer.c
mv -f .deps/recordmydesktop-rmd_encode_image_buffer.Tpo .deps/recordmydesktop-rmd_encode_image_buffer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_encode_sound_buffer.o -MD -MP -MF .deps/recordmydesktop-rmd_encode_sound_buffer.Tpo -c -o recordmydesktop-rmd_encode_sound_buffer.o `test -f 'rmd_encode_sound_buffer.c' || echo './'`rmd_encode_sound_buffer.c
mv -f .deps/recordmydesktop-rmd_encode_sound_buffer.Tpo .deps/recordmydesktop-rmd_encode_sound_buffer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_error.o -MD -MP -MF .deps/recordmydesktop-rmd_error.Tpo -c -o recordmydesktop-rmd_error.o `test -f 'rmd_error.c' || echo './'`rmd_error.c
mv -f .deps/recordmydesktop-rmd_error.Tpo .deps/recordmydesktop-rmd_error.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_flush_to_ogg.o -MD -MP -MF .deps/recordmydesktop-rmd_flush_to_ogg.Tpo -c -o recordmydesktop-rmd_flush_to_ogg.o `test -f 'rmd_flush_to_ogg.c' || echo './'`rmd_flush_to_ogg.c
mv -f .deps/recordmydesktop-rmd_flush_to_ogg.Tpo .deps/recordmydesktop-rmd_flush_to_ogg.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_frame.o -MD -MP -MF .deps/recordmydesktop-rmd_frame.Tpo -c -o recordmydesktop-rmd_frame.o `test -f 'rmd_frame.c' || echo './'`rmd_frame.c
mv -f .deps/recordmydesktop-rmd_frame.Tpo .deps/recordmydesktop-rmd_frame.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -I/usr/X11R6/include  -g -O2 -MT recordmydesktop-rmd_get_frame.o -MD -MP -MF .deps/recordmydesktop-rmd_get_frame.Tpo -c -o recordmydesktop-rmd_get_frame.o `test -f 'rmd_get_frame.c' || echo './'`rmd_get_frame.c
In file included from rmd_get_frame.c:33:
/usr/X11R6/include/X11/extensions/Xfixes.h:42: error: syntax error before "Bool"
/usr/X11R6/include/X11/extensions/Xfixes.h:42: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/Xfixes.h:43: warning: type defaults to `int' in declaration of `display'
/usr/X11R6/include/X11/extensions/Xfixes.h:43: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:44: error: syntax error before "window"
/usr/X11R6/include/X11/extensions/Xfixes.h:44: warning: type defaults to `int' in declaration of `window'
/usr/X11R6/include/X11/extensions/Xfixes.h:44: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:46: error: syntax error before "owner"
/usr/X11R6/include/X11/extensions/Xfixes.h:46: warning: type defaults to `int' in declaration of `owner'
/usr/X11R6/include/X11/extensions/Xfixes.h:46: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:47: error: syntax error before "selection"
/usr/X11R6/include/X11/extensions/Xfixes.h:47: warning: type defaults to `int' in declaration of `selection'
/usr/X11R6/include/X11/extensions/Xfixes.h:47: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:48: error: syntax error before "timestamp"
/usr/X11R6/include/X11/extensions/Xfixes.h:48: warning: type defaults to `int' in declaration of `timestamp'
/usr/X11R6/include/X11/extensions/Xfixes.h:48: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:49: error: syntax error before "selection_timestamp"
/usr/X11R6/include/X11/extensions/Xfixes.h:49: warning: type defaults to `int' in declaration of `selection_timestamp'
/usr/X11R6/include/X11/extensions/Xfixes.h:49: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:50: warning: type defaults to `int' in declaration of `XFixesSelectionNotifyEvent'
/usr/X11R6/include/X11/extensions/Xfixes.h:50: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:55: error: syntax error before "Bool"
/usr/X11R6/include/X11/extensions/Xfixes.h:55: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/Xfixes.h:56: warning: type defaults to `int' in declaration of `display'
/usr/X11R6/include/X11/extensions/Xfixes.h:56: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:57: error: syntax error before "window"
/usr/X11R6/include/X11/extensions/Xfixes.h:57: warning: type defaults to `int' in declaration of `window'
/usr/X11R6/include/X11/extensions/Xfixes.h:57: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:60: error: syntax error before "timestamp"
/usr/X11R6/include/X11/extensions/Xfixes.h:60: warning: type defaults to `int' in declaration of `timestamp'
/usr/X11R6/include/X11/extensions/Xfixes.h:60: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:61: error: syntax error before "cursor_name"
/usr/X11R6/include/X11/extensions/Xfixes.h:61: warning: type defaults to `int' in declaration of `cursor_name'
/usr/X11R6/include/X11/extensions/Xfixes.h:61: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:62: warning: type defaults to `int' in declaration of `XFixesCursorNotifyEvent'
/usr/X11R6/include/X11/extensions/Xfixes.h:62: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:71: error: syntax error before "Atom"
/usr/X11R6/include/X11/extensions/Xfixes.h:71: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/Xfixes.h:74: error: syntax error before '}' token
/usr/X11R6/include/X11/extensions/Xfixes.h:74: warning: type defaults to `int' in declaration of `XFixesCursorImage'
/usr/X11R6/include/X11/extensions/Xfixes.h:74: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:79: error: syntax error before "XserverRegion"
/usr/X11R6/include/X11/extensions/Xfixes.h:79: warning: type defaults to `int' in declaration of `XserverRegion'
/usr/X11R6/include/X11/extensions/Xfixes.h:79: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:87: error: syntax error before "Atom"
/usr/X11R6/include/X11/extensions/Xfixes.h:87: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/Xfixes.h:89: error: syntax error before '}' token
/usr/X11R6/include/X11/extensions/Xfixes.h:89: warning: type defaults to `int' in declaration of `XFixesCursorImageAndName'
/usr/X11R6/include/X11/extensions/Xfixes.h:89: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:95: error: syntax error before "XFixesQueryExtension"
/usr/X11R6/include/X11/extensions/Xfixes.h:95: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:95: warning: type defaults to `int' in declaration of `XFixesQueryExtension'
/usr/X11R6/include/X11/extensions/Xfixes.h:95: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:96: error: syntax error before "XFixesQueryVersion"
/usr/X11R6/include/X11/extensions/Xfixes.h:96: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:98: warning: type defaults to `int' in declaration of `XFixesQueryVersion'
/usr/X11R6/include/X11/extensions/Xfixes.h:98: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:103: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:110: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:116: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:120: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:121: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:121: warning: type defaults to `int' in declaration of `XFixesGetCursorImage'
/usr/X11R6/include/X11/extensions/Xfixes.h:121: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:127: error: syntax error before "XFixesCreateRegion"
/usr/X11R6/include/X11/extensions/Xfixes.h:127: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:127: warning: type defaults to `int' in declaration of `XFixesCreateRegion'
/usr/X11R6/include/X11/extensions/Xfixes.h:127: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:130: error: syntax error before "XFixesCreateRegionFromBitmap"
/usr/X11R6/include/X11/extensions/Xfixes.h:130: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:130: warning: type defaults to `int' in declaration of `XFixesCreateRegionFromBitmap'
/usr/X11R6/include/X11/extensions/Xfixes.h:130: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:133: error: syntax error before "XFixesCreateRegionFromWindow"
/usr/X11R6/include/X11/extensions/Xfixes.h:133: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:133: warning: type defaults to `int' in declaration of `XFixesCreateRegionFromWindow'
/usr/X11R6/include/X11/extensions/Xfixes.h:133: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:136: error: syntax error before "XFixesCreateRegionFromGC"
/usr/X11R6/include/X11/extensions/Xfixes.h:136: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:136: warning: type defaults to `int' in declaration of `XFixesCreateRegionFromGC'
/usr/X11R6/include/X11/extensions/Xfixes.h:136: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:139: error: syntax error before "XFixesCreateRegionFromPicture"
/usr/X11R6/include/X11/extensions/Xfixes.h:139: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:139: warning: type defaults to `int' in declaration of `XFixesCreateRegionFromPicture'
/usr/X11R6/include/X11/extensions/Xfixes.h:139: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:142: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:145: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:149: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:152: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:156: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:160: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:164: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:168: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:171: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:173: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:174: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:174: warning: type defaults to `int' in declaration of `XFixesFetchRegion'
/usr/X11R6/include/X11/extensions/Xfixes.h:174: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:176: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:177: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:179: warning: type defaults to `int' in declaration of `XFixesFetchRegionAndBounds'
/usr/X11R6/include/X11/extensions/Xfixes.h:179: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/Xfixes.h:182: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:187: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:191: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:196: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:199: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:202: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:205: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/Xfixes.h:212: error: syntax error before '*' token
In file included from rmd_get_frame.c:34:
/usr/X11R6/include/X11/extensions/XShm.h:56: error: syntax error before "Bool"
/usr/X11R6/include/X11/extensions/XShm.h:56: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/XShm.h:57: warning: type defaults to `int' in declaration of `display'
/usr/X11R6/include/X11/extensions/XShm.h:57: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:58: error: syntax error before "drawable"
/usr/X11R6/include/X11/extensions/XShm.h:58: warning: type defaults to `int' in declaration of `drawable'
/usr/X11R6/include/X11/extensions/XShm.h:58: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:63: error: syntax error before '}' token
/usr/X11R6/include/X11/extensions/XShm.h:63: warning: type defaults to `int' in declaration of `XShmCompletionEvent'
/usr/X11R6/include/X11/extensions/XShm.h:63: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:69: error: syntax error before "Bool"
/usr/X11R6/include/X11/extensions/XShm.h:69: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/extensions/XShm.h:70: warning: type defaults to `int' in declaration of `XShmSegmentInfo'
/usr/X11R6/include/X11/extensions/XShm.h:70: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:74: error: syntax error before "XShmQueryExtension"
/usr/X11R6/include/X11/extensions/XShm.h:75: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:76: warning: type defaults to `int' in declaration of `XShmQueryExtension'
/usr/X11R6/include/X11/extensions/XShm.h:76: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:79: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:82: error: syntax error before "XShmQueryVersion"
/usr/X11R6/include/X11/extensions/XShm.h:83: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:87: warning: type defaults to `int' in declaration of `XShmQueryVersion'
/usr/X11R6/include/X11/extensions/XShm.h:87: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:90: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:93: error: syntax error before "XShmAttach"
/usr/X11R6/include/X11/extensions/XShm.h:94: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:96: warning: type defaults to `int' in declaration of `XShmAttach'
/usr/X11R6/include/X11/extensions/XShm.h:96: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:98: error: syntax error before "XShmDetach"
/usr/X11R6/include/X11/extensions/XShm.h:99: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:101: warning: type defaults to `int' in declaration of `XShmDetach'
/usr/X11R6/include/X11/extensions/XShm.h:101: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:103: error: syntax error before "XShmPutImage"
/usr/X11R6/include/X11/extensions/XShm.h:104: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:115: warning: type defaults to `int' in declaration of `XShmPutImage'
/usr/X11R6/include/X11/extensions/XShm.h:115: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:117: error: syntax error before "XShmGetImage"
/usr/X11R6/include/X11/extensions/XShm.h:118: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:124: warning: type defaults to `int' in declaration of `XShmGetImage'
/usr/X11R6/include/X11/extensions/XShm.h:124: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:126: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:127: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:135: warning: type defaults to `int' in declaration of `XShmCreateImage'
/usr/X11R6/include/X11/extensions/XShm.h:135: warning: data definition has no type or storage class
/usr/X11R6/include/X11/extensions/XShm.h:137: error: syntax error before "XShmCreatePixmap"
/usr/X11R6/include/X11/extensions/XShm.h:138: error: syntax error before '*' token
/usr/X11R6/include/X11/extensions/XShm.h:145: warning: type defaults to `int' in declaration of `XShmCreatePixmap'
/usr/X11R6/include/X11/extensions/XShm.h:145: warning: data definition has no type or storage class
In file included from rmd_get_frame.c:41:
rmd_getzpixmap.h:89: error: syntax error before "XShmSegmentInfo"
In file included from rmd_get_frame.c:44:
rmd_update_image.h:65: error: syntax error before "XShmSegmentInfo"
rmd_get_frame.c:200: error: syntax error before "XShmSegmentInfo"
rmd_get_frame.c: In function `FirstFrame':
rmd_get_frame.c:203: error: `pdata' undeclared (first use in this function)
rmd_get_frame.c:203: error: (Each undeclared identifier is reported only once
rmd_get_frame.c:203: error: for each function it appears in.)
rmd_get_frame.c:205: error: `pxl_data' undeclared (first use in this function)
rmd_get_frame.c:207: error: `image' undeclared (first use in this function)
rmd_get_frame.c:231: error: `shminfo' undeclared (first use in this function)
rmd_get_frame.c: In function `GetFrame':
rmd_get_frame.c:365: error: `xcim' undeclared (first use in this function)
rmd_get_frame.c:368: error: syntax error before "shminfo"
rmd_get_frame.c:378: error: `shminfo' undeclared (first use in this function)
rmd_get_frame.c:394: error: `shminfo_back' undeclared (first use in this function)
make[2]: *** [recordmydesktop-rmd_get_frame.o] Error 1
make[2]: Leaving directory `/local_home/appli/vidcap/recordmydesktop-0.3.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local_home/appli/vidcap/recordmydesktop-0.3.8'
make: *** [all] Error 2