[vlc] Re: vlc RTSP source code in CVS or snapshots?

Gildas Bazin gbazin at netcourrier.com
Thu Dec 18 13:13:03 CET 2003


On Wednesday 17 December 2003 00:23, Steve Huang wrote:
> First of all, my platform is cygwin, running on Windows XP. My cygwin
> version is CYGWIN_NT-5.1 (March 2003 build), and gcc is version 3.2.
> 
> I downloaded source code from www.live.com, following their instructions
> in LIVE.COM Streaming Media page (http://www.live.com/liveMedia/), and I
> did ./genMakefile cygwin, then "make", and got four .a files
> (libliveMedia.a, libgroupsock.a, libBasicUsageEnvironment.a, and
> libUsageEnvironment.a) as result.
> 
> Then I used following to compile and link vlc:
> 
>   CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
>   LDFLAGS=-L/usr/win32/lib \
>   CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
>   ./configure \
>       --disable-sdl --disable-gtk \
>       --enable-nls \
>       --enable-ffmpeg --with-ffmpeg-mp3lame \
>       --enable-faad \
>       --enable-flac \
>       --enable-theora \
>       --enable-livedotcom \
>       --with-livedotcom-tree=/usr/local/live \
>       --with-wx-config-path=/usr/win32/bin \
>       --with-freetype-config-path=/usr/win32/bin \
>       --with-fribidi-config-path=/usr/win32/bin \
>       --enable-debug
> 
> I got link errors saying "_impure_ptr_" etc, also complained socket
> functions such as socket(), connect() etc cannot be resolved.
> 
> May be I need to customize the compiler options for libliveMedia.a? If
> so, can you show me the options you used? 
> 

Why not update your cygwin to the latest gcc-3.3.1 and use our binary 
contrib package ?

--
Gildas

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list