-
Notifications
You must be signed in to change notification settings - Fork 298
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
Comments
hi i'm also facing the same error In file included from MPEG4GenericRTPSink.cpp:22:0: 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 |
Make a modification in "Locale.hh" files, comment #include<xlocale.h> |
I had the same issue when trying to run make on Ubuntu 18.04. My workaround:
|
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
The text was updated successfully, but these errors were encountered: