Page 1 of 1

VLC - Red Hat9 compilation Error

Posted: 21 May 2006 11:19
by vlcuser
Hi all,
I tried to compile VLC in a Red Hat 9 machine with the following options,

Code: Select all

CPPFLAGS=-I/usr/win32/include LDFLAGS=-L/usr/win32/lib CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ ./configure --host=i586-mingw32msvc --build=i386-linux --disable-sdl --disable-gtk --enable-nls --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-faad --enable-flac --enable-theora --with-wx-config-path=/usr/win32/bin --with-freetype-config-path=/usr/win32/bin --with-fribidi-config-path=/usr/win32/bin --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com --enable-caca --with-caca-config-path=/usr/win32/bin --with-xml2-config-path=/usr/win32/bin --with-dvdnav-config-path=/usr/win32/bin --disable-cddax --disable-vcdx --enable-goom --enable-debug --disable-cmml
this workd fine and it said to run make. While making it ends up with the following error....

Code: Select all

livedotcom.cpp: In function `int Open(vlc_object_t*)': livedotcom.cpp:251: error: no matching function for call to `RTSPClient:: describeURL(char*&, NULL, int)' /usr/win32/live.com/liveMedia/include/RTSPClient.hh:52: error: candidates are: char* RTSPClient::describeURL(const char*, AuthRecord*) livedotcom.cpp: In function `int Control(demux_t*, int, char*)': livedotcom.cpp:758: warning: unused variable `int i' livedotcom.cpp: In function `void StreamRead(void*, unsigned int, unsigned int, timeval, unsigned int)':
can anyone help me to solve this error?

With rgrds,
vlcuser.

Posted: 21 May 2006 20:18
by xtophe
Which vervion of liveMedia from live555.com do you have ?