It compiles when I remove -lvlc-control from vlc-config and copy libvlc.* into src/.libs.<br><br>I copied vlc.pyd from bindings/python/lib.win32-2.5 to the installed vlc root directory and tested it by importing vlc in python interpreter.
<br><br>C:\VLC-0.9.0-svn>python<br>Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on<br>win32<br>Type "help", "copyright", "credits" or "license" for more information.
<br>>>> import vlc<br>>>> mc = vlc.MediaControl()<br><br>After this, vlc crashed immediately.  Is it reliable enough (is this my mistake?) or still being tested?<br><br>Thanks,<br>kwang Yul Seo<br><br><div>
<span class="gmail_quote">2007/4/27, KwangYul Seo <<a href="mailto:kwangyul.seo@gmail.com">kwangyul.seo@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br><br>I compiled the vlc trunk in Cygwin (-mno-cygwin). I want to enable pyton binding, but it emits link errors.<br><br>C:\cygwin\bin\gcc.exe -mno-cygwin -shared -s ../../bindings/python\Release\.\vlc_module.o ../../bindings/python\Release\.\vlc.def -Lc:\Python25\libs -Lc:\Python25\PCBuild -lpython25 -lmsvcr71 -o ../../bindings/python\lib.win32-
2.5\vlc.pyd -L../..\src\.libs -L/usr/local/lib -g -Wl,--exclude-libs,libunicows.a -lunicows -L/usr/win32/lib -liconv /usr/win32/lib/libintl.a /usr/win32/lib/libiconv.a -mwindows -L/usr/win32/lib -lvlc -lvlc-control -Wl,--exclude-libs,
libunicows.a -lunicows -L/usr/win32/lib -liconv /usr/win32/lib/libintl.a /usr/win32/lib/libiconv.a -mwindows -L/usr/win32/lib<br>/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/bin/ld: cannot find -lvlc<br>

collect2: ld returned 1 exit status<br><br>I looked up the directory -L../..\src\.libs, but I found no files. <br>libvlc.dll, libvlc.dll.a and libvlc.def was in src directory, but there is nothing like libvlc-control.dll
.
<br><br>My configuration is like the following.<br><br>./bootstrap && \<br>PATH=/usr/win32/bin:$PATH \<br>PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \<br>CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
<br>LDFLAGS=-L/usr/win32/lib \<br>CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \<br>./configure \<br>    --enable-python-bindings \<br>    --enable-debug \<br>    --enable-nls \<br>    --enable-ffmpeg \
<br>
    --with-ffmpeg-mp3lame \<br>    --with-ffmpeg-faac \<br>    --with-ffmpeg-zlib \<br>    --enable-faad --enable-flac \<br>    --enable-theora \<br>    --enable-twolame \<br>    --enable-sdl --with-sdl-config-path=/usr/win32/bin \
<br>    --enable-live555 --with-live555-tree=/usr/win32/live.com \<br>    --with-freetype-config-path=/usr/win32/bin \<br>    --with-fribidi-config-path=/usr/win32/bin \<br>    --with-xml2-config-path=/usr/win32/bin \<br>

    --disable-dvdnav \<br>    --disable-visual \<br>    --disable-activex \<br>    --disable-cdda \<br>    --disable-libcdio \<br>    --disable-libcddb \<br>    --disable-vcd \<br>    --disable-smb<br><br><br><br>Thanks,
<br>
Kwang Yul Seo<br><br>
</blockquote></div><br>