sergey writes:

> Hi, Alberto!
>
> $(pkg-config openscenegraph --libs) is not works.
>
> $ echo $(pkg-config openscenegraph --libs)
> Package openscenegraph was not found in the pkg-config search path.
> Perhaps you should add the directory containing `openscenegraph.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'openscenegraph' found
>
> But I have openscenegraph installed:
>
> $ apt-cache showpkg openscenegraph
> Package: openscenegraph
> Versions: 
> 2.8.3-5 
> (/var/lib/apt/lists/ftp.debian.org_debian_dists_squeeze_main_binary-i386_Packages)
>  (/var/lib/dpkg/status)...

`openscenegraph' is a package containing the binaries for examples and
applications bundled with OSG.

You haven't installed the development package,
libopenscenegraph-dev. This is required to build OSG programs from
source.

By the way, link also with openthreads libraries $(pkg-config
openthreads --libs)

Regards,

Alberto



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to