Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error When running ./configure #89

Open
AaronXueNF opened this issue Oct 25, 2020 · 1 comment
Open

Error When running ./configure #89

AaronXueNF opened this issue Oct 25, 2020 · 1 comment

Comments

@AaronXueNF
Copy link

Hello author , thanks for your contribution ! I'm interesting about this project , trying to compile your code on my Ubuntu 18.04LTS . I make sure I've installed required packages as directions show . But when I running . /configure , It shows :

./configure: line 16515: syntax error near unexpected token X264,'
./configure: line 16515: PKG_CHECK_MODULES(X264, x264)'

My questions are as follows :

  1. How do I solve this problem ?
  2. I see codes like " PKG_CHECK_MODULES (X264 , x264 ) " in configuration file , should I check that I've installed those packages ?

Thank a lot!

@FredricLau
Copy link

FredricLau commented Apr 4, 2023

My reply may have come too late for the issue opener, but I hope the answer can be helpful for future reference.
The information @AaronXueNF provided in this issue is somewhat limited, which makes it difficult to determine the specific problem. From what I can gather, the issue may be caused by the absence of pkg-config, or it may be installed in a location that autoreconf cannot find, in which case, you need to specify the installation path.
Once you have confirmed the above step, you may use the pkg-config command to verify whether the library can be located.
Hope this advice proves useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants