[mythtv-users] Error While Compiling

Michael T. Dean mtdean at thirdcontact.com
Wed Apr 7 00:30:29 EDT 2004


ShadyX wrote:

>I succesfuly configure the install, and got to the 'make' step.  The following is the error I got:
>
>In file included from NuppelVideoPlayer.cpp:24:
>NuppelVideoRecorder.h:15:23: lame/lame.h: No such file or directory
>  
>
I had lame installed in /opt (which is not on the INCLUDEPATH or the 
LIBS path), so I added the following two lines to the end of settings.pro

INCLUDEPATH += /opt/include
LIBS += -L/opt/lib

Just find the directory that contains lame/lame.h and add it to the 
paths as shown above.  I.e. on my system, the file is at 
/opt/include/lame/lame.h, so I add /opt/include to the INCLUDEPATH and 
/opt/lib to the LIBS flag.

Might not be the most elegant solution, but it works.  :)


More information about the mythtv-users mailing list