PDA

View Full Version : [SOLVED] bcop / configure:Package requirements (bcop >= 0.1)


LukasHetzi
May 13th, 2007, 10:12 AM
Hello, I tried to install compcomm with the get-git script.

If I try to build beryl-premerge I always get this error:
[code:dc08c]
configure: Using PKG_CONFIG_PATH=NONE/lib/pkgconfig
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for COMPIZ... yes
checking for BCOP... configure: error: Package requirements (bcop >= 0.1) were not met:

No package 'bcop' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BCOP_CFLAGS
and BCOP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

beryl-premerge's autogen.sh reports errors. Bailing.
[/code:dc08c]

But I habe bcop installed:
[code:dc08c]
Building bcop: make
make all-recursive
make[1]: Entering directory `/home/lukas/bcop'
Making all in src
make[2]: Entering directory `/home/lukas/bcop/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/lukas/bcop/src'
make[2]: Entering directory `/home/lukas/bcop'
make[2]: Leaving directory `/home/lukas/bcop'
make[1]: Leaving directory `/home/lukas/bcop'
Building bcop: su -c 'make install'
Passwort:
Making install in src
make[1]: Entering directory `/home/lukas/bcop/src'
make[2]: Entering directory `/home/lukas/bcop/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/usr/bin/install -c 'bcop' '/usr/local/bin/bcop'
test -z "/usr/local/share/bcop" || mkdir -p -- "/usr/local/share/bcop"
/usr/bin/install -c -m 644 'bcop.xslt' '/usr/local/share/bcop/bcop.xslt'
make[2]: Leaving directory `/home/lukas/bcop/src'
make[1]: Leaving directory `/home/lukas/bcop/src'
make[1]: Entering directory `/home/lukas/bcop'
make[2]: Entering directory `/home/lukas/bcop'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'bcop.pc' '/usr/local/lib/pkgconfig/bcop.pc'
make[2]: Leaving directory `/home/lukas/bcop'
make[1]: Leaving directory `/home/lukas/bcop'
[/code:dc08c]
[code:dc08c]
[lukas@erde ~]$ whereis bcop
bcop: /usr/local/bin/bcop
[/code:dc08c]

I've also Beryl installed and it works
Does anybody know what I should do now?

Kristian
May 13th, 2007, 12:24 PM
Is bcop in your path?

adamk
May 13th, 2007, 12:27 PM
[code:a4b75]
configure: Using PKG_CONFIG_PATH=NONE/lib/pkgconfig
[/code:a4b75]

At the very least, PKG_CONFIG_PATH should include /usr/local/lib/pkgconfig

Adam

LukasHetzi
May 13th, 2007, 12:45 PM
EDIT: Sorry, I have used projects / inactive/beryl/beryl-bcop
Now i have version 0.1.0, but the error is still there

--------------------------------

Hello,
i've just seen that my version of bcop is 0.0.1, but I neet 0.1

[code:e83fc]
[lukas@erde beryl-premerge]$ bcop --version
bcop 0.0.1
[/code:e83fc]

LukasHetzi
May 13th, 2007, 12:51 PM
[code:21e49]
configure: Using PKG_CONFIG_PATH=NONE/lib/pkgconfig
[/code:21e49]

At the very least, PKG_CONFIG_PATH should include /usr/local/lib/pkgconfig

Adam


Thank you.
Now it works ;)