Hey,<div><br></div><div>I tried to build VLC from GIT but there is an error in the "libaccess_bd_plug.ver" file.</div><div><br></div><div>I guess it's a problem with my linux distro configuration (Arch Linux up-to-date), but if you can give me some pointer where to look, i would be grateful.</div>

<div><br></div><div>Some version:</div><div><div>autoconf (GNU Autoconf) 2.68</div></div><div><div>automake (GNU automake) 1.11.2</div></div><div>m4 (GNU M4) 1.4.16</div><div><br></div><div>Here is what i've done:</div>

<div><br></div><div>$ git pull</div><div>Already up-to-date.</div><div>$ ./bootstrap</div><div>[...]</div><div>Successfully bootstrapped</div><div>$ ./configure</div><div>[...]</div><div><br></div><div>$ ./compile</div><div>

<div>version               : 1.3.0-git</div><div>system                : linux</div><div>architecture          : i686 mmx sse sse2</div><div>optimizations         : yes</div><div>vlc aliases           : cvlc rvlc qvlc svlc nvlc</div>

</div><div><br></div><div>To build vlc and its plugins, type `./compile' or `make'.</div><div>$ ./compile</div><div><div>MAKE     : bd</div><div>/usr/bin/ld:.libs/libaccess_bd_plugin.ver:2: ignoring invalid character `1' in script</div>

<div>/usr/bin/ld:.libs/libaccess_bd_plugin.ver:2: ignoring invalid character `5' in script</div><div>/usr/bin/ld:.libs/libaccess_bd_plugin.ver:2: ignoring invalid character `\010' in script</div><div><b>/usr/bin/ld:.libs/libaccess_bd_plugin.ver:2: syntax error in VERSION script</b></div>

</div><div><b><br></b></div><div>Here is the file in question (modules/access/bd/.libs/libaccess_bd_plugin.ver):</div><div><div>{ global:                                                                       </div><div>  15    ^H:vlc_entry__1_2_0k;                                                   </div>

<div>  16    ^H:vlc_entry_copyright__1_2_0k;                                         </div><div>  17    ^H:vlc_entry_license__1_2_0k;                                           </div><div>local: *; };                                                                    </div>

</div><div><br></div><div><b>Obviously those "15   ^H" shouldn't be there, but i'm not sure how the ".ver" files are generated.</b></div><div><b><br></b></div><div>Thanks for your time!</div><div>

<div><br></div>-- <br>Benjamin Vanheuverzwijn<br>
</div>