Quoting Cola di cooka ([EMAIL PROTECTED]): > Hello, I downloaded LiTe and DFBterm from cvs, but the autogen.sh script > doesn't produce a usable configure: > > (output of configure for LiTe) > > creating libtool > ./configure: line 7344: syntax error near unexpected token > `PKG_CHECK_MODULES(DFB,' > ./configure: line 7344: `PKG_CHECK_MODULES(DFB, directfb >= > $DFB_REQUIRED_VERSION)' > > (output of configure for DFBterm) > > checking for stropts.h... yes > ./configure: line 4536: syntax error near unexpected token > `PKG_CHECK_MODULES(DIRECTFB,' > ./configure: line 4536: `PKG_CHECK_MODULES(DIRECTFB, directfb >= 0.9.14)' > > I have DirectFB 0.9.19 > > Is there something I'm doing wrong here?
You need pkg-config. > Also, I have a question about something I thought I could do using > directfb: > > is it possible to have a gtk apllication on my G400 first head ( a > video-player editor ) using gtk for directfb, and then display the output > of that apllication on the second head at the same time? or do I need X to > do this? Of course, applications using GTK+DirectFB can use DirectFB, too. GTK+DirectFB would create windows on the first head and your code should work out of the box on the second head. > The apllication already has output on the crtc2 with directfb, no problem, > but I was hoping I could "drop" x here for the gtk gui. this would be nice > when using the program in a performance. I guess, you are using XDirectFB. > the program is veejay. (http://veejay.sourceforge.net) > It uses directfb to use the tvout of G550 cards; ouput is superb! veejay looks very promising. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
