<br><br><div class="gmail_quote">2010/10/28 <a href="mailto:gozer@progrock.com">gozer@progrock.com</a> <span dir="ltr"><<a href="mailto:gozer@progrock.com">gozer@progrock.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm trying the cross-build of VLC on Linux for Windows (on the latest git source tree).<br>
<br>
During make package-win32 , 2 modules are fetched via git (why not before ?)...<br>
After fetching (via gitweb because I don't have git access behind my firewall, and because these 2 git trees are not mirrored on <a href="http://repo.or.cz/" target="_blank">http://repo.or.cz/</a> !) activex-vlc and npapi-vlc, I have a problem building in npapi-vlc:<br>
</blockquote><div><br></div><div>I complained about this same issue earlier.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
% make stamp-npapi-build CONTRIB_DIR=/usr/win32<br>
/bin/sh ../libtool  --tag=CXX   --mode=link i686-pc-mingw32-g++  -mms-bitfields  -module -avoid-version -no-undefined -Wl,--kill-at -Wl,  -L/usr/win32/lib -o <a href="http://npvlc.la" target="_blank">npvlc.la</a> -rpath //lib vlcshell.lo vlcplugin.lo npolibvlc.lo nporuntime.lo npwin.lo -L/home/lassauge/VLC/vlc/_win32/lib -lvlc -lvlccore    -lgdi32<br>

<br>
*** Warning: This system can not link to static lib archive /usr/win32/lib/<a href="http://libgpg-error.la" target="_blank">libgpg-error.la</a>.<br>
*** I have the capability to make that library automatically link in when<br>
*** you link to this library.  But I can only do this if you have a<br>
*** shared version of the library, which you do not appear to have.<br>
*** But as you try to build a module library, libtool will still create<br>
*** a static module, that should work as long as the dlopening application<br>
*** is linked with the -dlopen flag to resolve symbols at runtime.<br>
<br>
I'm unable to have the dll build (but it works perfectly for axvlc.dll). Do you have any hints ?<br></blockquote><div><br></div><div>I would guess there is an error in make options since AFAIK npapi isn't only VLC component that uses libgpg-error. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
--<br>
    Eric Lassauge<br>
        <gozer {at} progrock [dot] com><br>
        #lassauge [at] users {dot} sf {dot} net#<br>
<br>
_____________________________________________________________<br>
For the best in Progressive Rock on the internet, check out <a href="http://PROGROCK.COM" target="_blank">PROGROCK.COM</a>!<br>
<a href="http://www.progrock.com" target="_blank">http://www.progrock.com</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br>