Hi,all
I encountered when compiling VLCKit.framework the following questions.
Making all in src
GEN stamp-revision
make all-am
CCLD libvlccore.la
Undefined symbols for architecture x86_64:
"_httpd_StreamSetHTTPHeaders", referenced from:
-exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [libvlccore.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Command /bin/sh failed with exit code 2
How to solve this problem?
I hope you can help me answer.Thank you very much.