You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i use ubuntu 24.04 LTS on vmware workstation.
When run command make on srt-live-server directory give me this error:
g++ -c -g -w -fcompare-debug-second slscore/common.cpp -o obj/common.o
slscore/common.cpp: In function ‘void sls_gettime_fmt(char*, int64_t, char*)’:
slscore/common.cpp:111:5: error: ‘time’ was not declared in this scope
111 | time (&rawtime);
| ^~~~
slscore/common.cpp:113:16: error: ‘localtime’ was not declared in this scope
113 | timeinfo = localtime (&rawtime);
| ^~~~~~~~~
slscore/common.cpp:114:5: error: ‘strftime’ was not declared in this scope
114 | strftime(timef, sizeof(timef), fmt, timeinfo);
| ^~~~~~~~
make: *** [Makefile:61: obj/common.o] Errore 1
The text was updated successfully, but these errors were encountered:
Hi i use ubuntu 24.04 LTS on vmware workstation.
When run command
make
on srt-live-server directory give me this error:The text was updated successfully, but these errors were encountered: