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

Issue in executing make file for deps.src #74

Open
laxman356 opened this issue Nov 2, 2018 · 3 comments
Open

Issue in executing make file for deps.src #74

laxman356 opened this issue Nov 2, 2018 · 3 comments

Comments

@laxman356
Copy link

I'm trying to execute make file for deps.src and faced few issues. Please find the below error and thank you in advacnce for helping me in resolving the issue.

In file included from MPEG4GenericRTPSink.cpp:22:0:
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....
MPEG1or2VideoRTPSink.cpp: In member function ‘virtual void MPEG1or2VideoRTPSink::doSpecialFrameHandling(unsigned int, unsigned char*, unsigned int, timeval, unsigned int)’:
MPEG1or2VideoRTPSink.cpp:124:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
<< (void*)startCode << ", but we're not a fragment\n";
^~~~~~~~~
make[2]: Leaving directory '/home/techm/gaminganywhere/deps.src/live/liveMedia'
Makefile:33: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/techm/gaminganywhere/deps.src/live'
Makefile:164: recipe for target 'live555' failed
make: *** [live555] Error 2

@arunpugalendhi
Copy link

hi i'm also facing the same error

In file included from MPEG4GenericRTPSink.cpp:22:0:
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/arunpugal/Desktop/gaminganywhere-master/deps.src/live/liveMedia'
Makefile:33: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/arunpugal/Desktop/gaminganywhere-master/deps.src/live'
Makefile:164: recipe for target 'live555' failed
make: *** [live555] Error 2

but when i checked in google i got a info stating that non-standed xlocal.h has been removed from glicb in the latest update. (https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27)

did you find a solution for this

@beta9gd
Copy link

beta9gd commented Apr 17, 2019

Make a modification in "Locale.hh" files, comment #include<xlocale.h>

@aaronteague
Copy link

I had the same issue when trying to run make on Ubuntu 18.04. My workaround:

sudo 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

4 participants