[mythtv] Developing a Commercial Detector

Roger Siddons dizygotheca at ntlworld.com
Mon May 9 15:20:45 UTC 2016


On 09/05/16 12:12, Glen wrote:
> I have no grounding with Linux, and could not get the .pro file
> configured to include the necessary libraries. The latest .pro file is
> attached with the last of many attempts to get this to work. All errors
> say something like “cannot find –libmythbase” and “cannot find –libmythtv”.

For starters, try:

LIBS += -L/home/glen/build/mythtv/mythtv/libs/libmythbase -lmythbase\
         -L/home/glen/build/mythtv/mythtv/libs/libmythtv -lmythtv

If you're using the GCC compiler, it adds the "lib" prefix itself.

http://www.rapidtables.com/code/linux/gcc/gcc-l.htm

Otherwise post the complete compilation line and resulting errors


More information about the mythtv-dev mailing list