rgaufman / live555

A mirror of the live555 source code.
GNU Lesser General Public License v3.0
759 stars 368 forks source link

Compilation fails on Ubuntu 17.10 #12

Closed Siggemada closed 6 years ago

Siggemada commented 6 years ago

In file included from RTSPClient.cpp:24:0: include/Locale.hh:47:10: fatal error: xlocale.h: No such file or directory

include // because, on some systems, doesn't include ; this makes sure that we get both

      ^~~~~~~~~~~

compilation terminated.

Siggemada commented 6 years ago

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

...fixes this.