Hi, I am porting a C# app from windows to Ubuntu which displays video from a capture card in a form. Under windows it worked fine.
I have written a C# wrapper around a .so which contains the library for accessing the video capture card. When I run the app the .so reports the following error: " /usr/local/lib/libvideo-glibc215xv.so: undefined symbol: XvShmCreateImage" There is obviously an X11 dependency issue here. How do I make sure that when my C# app is run that it pulls in the required X11 dependencies to allow the so to work correctly? Thanks in advance Andrew -- View this message in context: http://mono.1490590.n4.nabble.com/X11-depandancy-problem-tp4659716.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
