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

Ubuntu 18.04 deps.src direcotry make error? #82

Open
nova17621370317 opened this issue Sep 20, 2019 · 1 comment
Open

Ubuntu 18.04 deps.src direcotry make error? #82

nova17621370317 opened this issue Sep 20, 2019 · 1 comment

Comments

@nova17621370317
Copy link

include/Locale.hh:47:10: fatal error: xlocale.h: No such file or directory
#include <xlocale.h> // because, on some systems, <locale.h> doesn't include <xlocale.h>; this makes sure that we get both
^~~~~~~~~~~
compilation terminated.
Makefile:32: recipe for target 'MPEG4GenericRTPSink.o' failed
make[2]: *** [MPEG4GenericRTPSink.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/wormhole/Downloads/gaminganywhere-master/deps.src/live/liveMedia'
Makefile:33: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/wormhole/Downloads/gaminganywhere-master/deps.src/live'
Makefile:164: recipe for target 'live555' failed
make: *** [live555] Error 2
root@ubuntu:/Downloads/gaminganywhere-master/deps.src# uname -a
Linux ubuntu 5.0.0-29-generic #31
18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

@keichi
Copy link

keichi commented Oct 12, 2020

Try:

ln -s /usr/include/locale.h /usr/include/xlocale.h

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