VideoLan is a project from the students at the Ecole Centrale Paris, it basically allows you to stream MPEG2 over a network, from DVDs, sattellite or TV.
The client works fine on MacOSX. I've been trying to compile the server on OSX, with no luck however. It comfigures fine, there are provisions made in the code for the endian issue, however upon running make I get the error:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>In file included from src/core/file.cpp:<font color = blue>44</font>:
src/core/string.h:<font color = blue>147</font>: #error <font color = red>"Multiple inclusions of string.h"</font>
Compiling src/core/file.cpp...
c++ -Wall -D_REENTRANT -DCONFIG_PATH='<font color = red>"/usr/local/etc/videolan/vls"</font>' -DBUGGY_VLC -DDEBUG -g -o obj/core/file.o -c src/core/file.cpp
In file included from src/core/file.cpp:<font color = blue>44</font>:
src/core/string.h:<font color = blue>147</font>: #error <font color = red>"Multiple inclusions of string.h"</font>
make: *** [obj/core/file.o] Erreur <font color = blue>1</font>
</font>[/code]
The source can be had
here. I'd appreciate if someone could help me build it on OSX. It probably is nothing big, as the endian issue is adressed correctly. This would also make OSX the first non-Linux Unix on which vls is available.
Thanks for any input!
[ 01-30-2002: Message edited by: SYN ]
[ 01-30-2002: Message edited by: SYN ]