On Tue, 6 Nov 2007, Florin Andrei wrote:

> I checked out the CVS about 30 minutes ago. make fails.
> rc2 compiles just fine.

        Current cvs compiled fine this weekend on a SuSE 10.2 system so it
        is puzzling why the problem:

> /usr/lib/libSDL.so -lm -Wl,--rpath -Wl,/opt/mjpegtools/lib
> ./.libs/liblavplay.so: undefined reference to `XOpenDisplay'
> ./.libs/liblavplay.so: undefined reference to `XGetWindowAttributes'

        of not linking in -lX11 is happening.

        I know what the problem is but not why it's happening to you.  
        My guess is it was how the SDL was built/installed.

        The fix is to add back in the X libs but that can't be done the
        way it was being done because then the linker gives a fatal error
        on OSX.

        The temporary workaround is to edit lib lavtools/Makefile and add
        "-lX11" after the "-lSDL".

        I can try to fix the problem but since I don't have a system where
        the problem happens it'll be a 'try it now and see if it works
        this time' type of thing.

        Steve


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to