Akshit Jain
2013-Oct-29 21:02 UTC
[opus] Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
I am using mvs 2012 but the .sln provided is of msv 2010 so on opening .sln it tries to update libraries which is successful but I am unable to build (compile) it as it gives series of errors. I am pretty new to these things so can anyone tell me if I am doing anything wrong or how to create(.lib and .dll) files so I can use them in my project. Please forgive me if I have asked something foolish. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131030/99c4b3a6/attachment.htm
Ralph Giles
2013-Oct-29 21:30 UTC
[opus] Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
On 2013-10-29 2:02 PM, Akshit Jain wrote:> I am using mvs 2012 but the .sln provided is of msv 2010 so on opening > .sln it tries to update libraries which is successful but I am unable to > build (compile) it as it gives series of errors.Updating the project files to VS 2012 and compiling there generally works. Can you post the error messages you get? -r
Ralph Giles
2013-Oct-29 21:46 UTC
[opus] Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
On 2013-10-29 2:39 PM, Akshit Jain wrote:> Thanks a lot for replying. This is the output > >>------ Build started: Project: celt, Configuration: Debug Win32 ------ > 1> fatal: No names found, cannot describe anything. > 1> The system cannot find the file C:\Users\user\Desktop\mUOn\Audio. > 1> #define OPUS_VERSION ""="> "C:\Users\user\Desktop\mUOn\Audio > Processing Libraries\opus-1.0.3\opus-1.0.3\celt\..\win32\version.h"_temp > 1> The syntax of the command is incorrect.The problem may be the space character in the directory path. Try renaming 'Audio Processing Libraries' to just 'Audio' or building opus-1.0.3 directly from your home directory. -r