LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vlc installation on Slackware (https://www.linuxquestions.org/questions/linux-software-2/vlc-installation-on-slackware-350842/)

jaakkop 08-07-2005 10:29 AM

vlc installation on Slackware
 
I tried to install VLC from source but when i unpacked and did command ./configure, this happened:
Code:

configure: error: Missing header file postproc/postprocess.h.
What should I do?

rootboy 08-08-2005 03:03 AM

"postprocess.h" is looking for a header file (a .h file) that appears in "postprocess.h" but not in your Slack installation.

For example "postprocess.h" might refer to a "/usr/src/linux/../../foo.h" but for some reason Slack doesn't have a "foo.h", or it's not where the programmer expected it.

So you need to find the missing header file and put it where the VLC source expects it to be.


All times are GMT -5. The time now is 01:26 AM.