chris-lap blackbox>$ ./mk.sh
You should add the contents of
`/usr/homebrew/playground//share/aclocal/libtool.m4' to `aclocal.m4'.
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
lib/Makefile.am: installing `./depcomp'
chris-lap blackbox>$ grep PKG_CHECK_MODULES aclocal.m4
chris-lap blackbox>$
So, "no", this is not found in the aclocal.m4 file. How do
we get it there? Any ideas?
On November 29 (15:51 EST), SATOH Satoru wrote:
> hmm, it's strange.
>
> then, could you please show the result when running mk.sh,
> and check whether the line, "AC_DEFUN(PKG_CHECK_MODULES, ["
> , is found in ${bb_cvs_srcdir}/aclocal.m4?
>
> if that line is not found, the error should occurr, i think.
>
> --- ssato
>
> Chris Grossmann wrote:
> > I have both pkg-config:
> > chris-lap blackbox>$ which pkg-config
> > /usr/bin/pkg-config
> >
> > and "pkg.m4":
> > /usr/share/aclocal/pkg.m4
> >
> >
> > I agree that the error you show is the same as what happens
> > if I'm missing pkg.m4. Are you implying that I'm somehow
> > not seeing it? How do I instruct configure to find this
> > file?
> >
> >
> > On November 29 (13:35 EST), SATOH Satoru wrote:
> >
> >>you need pkg-config, especially /aclocal-path/pkg.m4, to
> >>build bb from cvs tree, i guess.
> >>
> >>pkg-config - http://www.freedesktop.org/Software/pkgconfig
> >>
> >>...
> >>
> >>the error you met can be reproduced if pkg.m4 is renamed/removed:
> >>
> >>$ ./mk.sh
> >> You
> >>should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
> >>automake: configure.ac: installing `./install-sh'
> >>automake: configure.ac: installing `./mkinstalldirs'
> >>automake: configure.ac: installing `./missing'
> >>lib/Makefile.am:64: invalid variable `nodist_pkgconfig_DATA'
> >>$ su -
> >># (cd /usr/share/aclocal/ && mv pkg.m4 pkg.m4.0)
> >># ^D
> >>$ (./configure --prefix=$(pwd)/i && make && make install) 2>&1 |tee
> >>../cvs-bb-build.log.$(date +%Y%m%d)
> >>...(snip)...
> >>checking whether to build support for the MIT-SHM extension... yes
> >>checking for XShmPutImage in -lXext... yes
> >>checking for X11/extensions/XShm.h... yes
> >>checking whether to build support for Xft... yes
> >>./configure: line 20210: syntax error near unexpected token `xft,'
> >>./configure: line 20210: ` PKG_CHECK_MODULES(xft,'
> >>$
> >>
> >>
> >>Chris Grossmann wrote:
> >>
> >>>I've started from scratch with latest CVS several times now.
> >>>
> >>>I keep getting to here in configure:
> >>>checking for XShmPutImage in -lXext... yes
> >>>checking for X11/extensions/XShm.h... yes
> >>>checking whether to build support for Xft... yes
> >>>./configure: line 9892: syntax error near unexpected token
> >>>`PKG_CHECK_MODULES(xft,'
> >>>./configure: line 9892: ` PKG_CHECK_MODULES(xft,'
> >
> >
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> List archives: http://asgardsrealm.net/lurker/splash/index.html
> Trouble? Contact [EMAIL PROTECTED]
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives: http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]