Building trunk on FreeBSD

Erik Harrison erikharrison at gmail.com
Wed Dec 21 06:55:53 CET 2005


On 12/20/05, Pau Rul·lan Ferragut <pau at correu.zigazaga.net> wrote:
> On Wed, Dec 21, 2005 at 12:05:28AM +0100, Benedikt Meurer wrote:
> > Brian J. Tarricone wrote:
> > >>>GTK_DOC_CHECK(1.0)
> > >
> > > IIRC, you need to have gtk-doc installed to build SVN, regardless of
> > > whether or not you want to generate the API documentation or not.  It's
> > > an unfortunate limitation, but one we have to live with right now.
> >
> > You don't really need gtk-doc, but you'll need gtk-doc.m4 available to
> > aclocal. The easiest way to do this with xfce4-dev-tools is:
> >
> > mkdirhier ~/.local/share/xfce4/dev-tools/m4macros
> > cp gtk-doc.m4 ~/.local/share/xfce4/dev-tools/m4macros
> >
> > Other candidates would be glib-gettext.m4, intltool.m4 and pkg.m4.
>
> yes, this helped a little. I copied too the /usr/local/share/aclocal/*
> into there. Now I can build some of them.
>
> Even that, the problem now comes with path:
>
> ./configure
> (...)
> *** The required package libxfce4util-1.0 was not found on your system.
> *** Please install libxfce4util-1.0 (atleast version 4.3.0) or adjust
> *** the PKG_CONFIG_PATH environment variable if you
> *** installed the package in a nonstandard prefix so that
> *** pkg-config is able to find it.
>
> the ./autogen && make && sudo make install with trunk/libxfce4util went OK
>
> what I am doing wrong now?

try running this

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH

before building. Adjust as necessary if you are installing to an odd location


>
> --
>
> Comparteixo, ergo existeixo.
>
>
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce4-dev
>


--
Erik

"If Beethoven had been killed in a plane crash at the age of 22, it
would have changed the history of music... and of aviation."



More information about the Xfce4-dev mailing list