Matchbox panel 2 not installed

Greg lunved at optusnet.com.au
Sat Mar 3 05:00:55 CET 2007


Hi Wil,

I had the same problem.  On closer investigation it turned out that a missing 
pkgconfig file was the problem.  Two of the demos require it.  After much 
trial and error, I came up with the attached file, which finally solved my 
problems.

Eventually the build went fine, but I never did get around to working out how 
to actually *run* those two demos - I just used the other three (Those two 
create shared libs that need to be called from the running environment I 
think)

You may have to change a few paths in the attached file, but feel free to give 
it a go.  Putting it in /usr/local/lib/pkgconfig directory was what worked 
for me.

Have fun,

Greg.

On Friday 02 March 2007 08:27, Wil Chung wrote:
> So in attempts to get the demos up and running, I found out that I can
> just svn the openmoko tree.  I installed the prerequisites from
> openembedded website
> (http://www.openembedded.org/wiki/OEandYourDistro)
>
> I then checked out version 1003 from http://svn.openmoko.org/trunk
>
> And then I followed the instructions here:
> http://wiki.openmoko.org/wiki/How_to_run_OpenMoko_Apps_on_PC
>
> I was able to compile and install the openmoko-libs.
>
> However, when I tried running autogen, I got this at the end:
>
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for OPENMOKO... yes
> checking for MATCHBOX_PANEL... configure: error: *** Required Matchbox
> Panel 2 >= 0.1 not installed ***
>
> Am I suppose to download and make a higher version ( >1003) of the
> openmoko tree?
>
> Wil
-------------- next part --------------
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: matchbox-panel
Description: Matchbox Panel module dependencies - hack by Greg.
Version: 0.9.2
Libs: -L${libdir} -lmb  
Cflags: -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/include/pango-1.0 -I${includedir}/matchbox-desktop -I${includedir}/matchbox-panel -I/usr/include/freetype2


More information about the community mailing list