libvorbis-0.dll : file format not recognized

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

libvorbis-0.dll : file format not recognized

wweiss
Hello,
trying to build musescore on windows xp with mingw fails on linking
with this errormessage:
"libvorbis-0.dll : file not recognized : file format not recognized"

Anyone experienced the same and resolved it?
thanks in advance
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libvorbis-0.dll : file format not recognized

David Bolton-2
wweiss,

Were you able to resolve this issue, yet?

You might try downloading the libvorbis-0.dll file again, copying it to
mingw/lib. (In case the download was corrupted the first time).

Is it safe you assume you are following the instructions on the website?
http://musescore.org/en/developers-handbook/compile-instructions-windows-mingw-svn-trunk

David



On 1/21/2012 2:27 AM, wweiss wrote:

> Hello,
> trying to build musescore on windows xp with mingw fails on linking
> with this errormessage:
> "libvorbis-0.dll : file not recognized : file format not recognized"
>
> Anyone experienced the same and resolved it?
> thanks in advance
>
> --
> View this message in context: http://musescore-developer.685061.n2.nabble.com/libvorbis-0-dll-file-format-not-recognized-tp7210431p7210431.html
> Sent from the MuseScore Developer mailing list archive at Nabble.com.
>
> ---

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libvorbis-0.dll : file format not recognized

wweiss
Thanks, yes the dll was broken indeed.
Downloading it again solved the issue.

BTW: the instructions are not up to date. The commandline

mingw32-make -f Makefile.mingw win32

should be

mingw32-make -f Makefile.mingw debug

or

mingw32-make -f Makefile.mingw release

shoudn't it?


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libvorbis-0.dll : file format not recognized

David Bolton-2
Thank you for raising the issue. I changed it to:

mingw32-make -f Makefile.mingw release


David



On 1/25/2012 4:14 PM, wweiss wrote:

> Thanks, yes the dll was broken indeed.
> Downloading it again solved the issue.
>
> BTW: the instructions are not up to date. The commandline
>
> mingw32-make -f Makefile.mingw win32
>
> should be
>
> mingw32-make -f Makefile.mingw debug
>
> or
>
> mingw32-make -f Makefile.mingw release
>
> shoudn't it?
>
>

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Loading...