Comment 0 for bug 1529496

Revision history for this message
VB (jfscreep) wrote : libtse3-dev missing package configuration (PC) files

I want to use libtse3 in a program I am currently writing.

I expected libtse3-dev (or libtse3) package to provide a package configuration file (*.pc), in order for pkg-config to return proper information for building (via GNU autotools).
Unfortunately, it does not...

$ dpkg-query -L libtse3-dev | grep pc
(empty)

$ pkg-config --libs tse3
Package tse3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `tse3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tse3' found

Additional information :
$ lsb_release -rd
Description: Ubuntu 14.04.3 LTS
Release: 14.04

$ apt-cache policy libtse3-dev
libtse3-dev:
  Installé : 0.3.1-4.3ubuntu1
  Candidat : 0.3.1-4.3ubuntu1
 Table de version :
 *** 0.3.1-4.3ubuntu1 0
        500 http://fr.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
        100 /var/lib/dpkg/status

$ dpkg -s libtse3-dev
Package: libtse3-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 7070
Maintainer: Ubuntu Developers <email address hidden>
Architecture: amd64
Source: tse3
Version: 0.3.1-4.3ubuntu1
Depends: libc-dev, libtse3-0.3.1c2a (= 0.3.1-4.3ubuntu1)
Description: portable MIDI sequencer engine in C++ - development files
 TSE3 is a portable open source MIDI sequencer engine written in C++.
 It provides programmers with rich and powerful sequencing
 capabilities. Although it does not provide a user interface, it
 provides a lot of assistance to a UI, attempting to provide as much
 functionality as possible in as generic a manner as possible.
 .
 This package provides the headers and static libraries that are
 needed to compile something that uses tse3. It is not required to run
 programs that are linked against tse3.
Original-Maintainer: Daniel Burrows <email address hidden>

--> Thank you for your help !