Hi there all,

still no luck compiling lite and dfbterm.

I tried the mentioned suggestions as follows:

I double checked my installation of pkg-config, it resides in
/opt/bin/pkg-config.

the .pc files are in /opt/lib/pkgconfig/

and the output of "echo $PKG_CONFIG_PATH"
also tels me /opt/lib/pkgconfig

when I do a pkg-config --modversion directfb it returns "0.9.19"
so I have the idea pkg-config is working. compiling other applications
such as gtk-directfb and veejay against directfb works as well.

I know its a bit odd to have these things in /opt but I know quite sure
everything is adapted to work well with it( /etc/ld.so.conf etcetera)

the error from configure (for LiTe) still is:

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)'
[EMAIL PROTECTED]:/video/directfb/cvs/lite$

...I do not understand, in other software I also see the line
"PKG_CHECK_MODULES" in configure. and that works.

does anyone know, is it still my system / pkg-config or are there any
other suggestions what went wrong?
sorry to bother you if there's something really stupid I'm looking over
here;


many thanx already;

matthijs van Henten.



On Fri, 29 Aug 2003, Denis Oliver Kropp wrote:

> 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.

Reply via email to