Not a bug in Ubuntu 14.04 at least (I can't speak for earlier versions).
The package works fine, but usage is not obvious.  The include paths and
library order should be retrieved using pkgconfig.  On an x86_64 system,
the pkgconfig file itself will be in /usr/lib/x86_64-linux-
gnu/pkgconfig/live555.pc .

Library path can be retrieved:

    $ pkg-config --libs live555
    -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment


Include flags can be retrieved:

    $ pkg-config --cflags-only-I live555
    -I/usr/include/liveMedia -I/usr/include/groupsock 
-I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684878

Title:
  Compile errors when including liblivemedia headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/liblivemedia/+bug/684878/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to