Make error

Building SDL CVS, “make” produced the following error.
gmake[3]: *** No rule to make target
Xext/Xxf86dga/libXFree86_Xxf86dga.la', needed bylibvideo.la’. Stop.

It seems as the cause in this that it is as follows.

In SDL12/src/video/Xext/Xxf86dga/Makefile.am:4-5
noinst_LTLIBRARIES = libXext_Xxf86dga.la
libXext_Xxf86dga_la_SOURCES = XF86DGA2.c XF86DGA.c

but
in SDL12/configure.in:662
VIDEO_DRIVERS="$VIDEO_DRIVERS Xext/Xxf86dga/libXFree86_Xxf86dga.la"

VIDEO_DRIVERS="$VIDEO_DRIVERS Xext/Xxf86dga/libXFree86_Xxf86dga.la"
should be
VIDEO_DRIVERS="$VIDEO_DRIVERS Xext/Xxf86dga/libXext_Xxf86dga.la"

It has a problem similar as for Xxf86vm, Xv, and Xinerama.

See Bugzilla #116
Hayashi Naoyuki <@Hayashi_Naoyuki>
Key fingerprint = 60A0 D5D3 F58B 3633 2E52 0147 D17F 5578 3FDF F5B6
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: SDL12-osf1.patch
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20060201/519359e0/attachment.txt

Building SDL CVS, “make” produced the following error.
gmake[3]: *** No rule to make target
Xext/Xxf86dga/libXFree86_Xxf86dga.la', needed bylibvideo.la’. Stop.

Thanks for the patch, it’s in CVS now.

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment