|
From: Nils O. <po...@ho...> - 2014-10-31 15:40:24
|
Hi, I am trying to build Orkbase from source, and after struggling to get the correct third party libraries installed under c:\devExt, I now get only 1 error that says: Error 3 error C1083: Cannot open include file: 'g72x.h': No such file or directory c:\projekt\vs2010\oreka\orkbasecxx\filters\g726codecs\G721Codec.h 22 1 OrkBase Also, Is it normal with about 146 warnings when compiling orkbase for Windows using Visual Studio 2010? Nearly every warning is: Warning 2 warning C4996: '_vsnwprintf': This function or variable may be unsafe. Consider using _vsnwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. ...\vs2010\oreka\orkbasecxx\StdString.h 1684 1 OrkBase A couple of these warnings is also present: Warning 64 warning C4101: 'e' : unreferenced local variable C:\Projekt\VS2010\oreka\OrkBaseCxx\Serializers\DomSerializer.cpp 107 1 OrkBase ... Is there any more detailed guide how to easy set up the orkaudio for build on Windows? I mean what default third library locations and folder names? And default folder location for oreka oreka source folder? So that you don't need to change anything in the .csjproj files. ... Under <ClCompile>-tag within .vcxproj file: <AdditionalIncludeDirectories>C:\DevExt\speex-1.2\speex\include;.;.\filters\gsm;.\filters\gsm\gsm610;.\filters\ilbc;.\filters\ilbc\ilbc;C:\devExt\libsndfile\include;C:\devExt\boost_1_32_0;C:\devExt\ACE_wrappers;C:\DevExt\xerces-c-src_2_8_0\src;C:\devext\Log4cxx\log4cxx-0.10.0\src\main\include;.\filters\g722codec;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> Under <Link>-tag within .vcxproj file: <AdditionalLibraryDirectories>C:\DevExt\speex\speex-1.2beta3-debug\win32\VS2008\libspeex\Debug_RTL_dll;C:\devExt\libsndfile;C:\devExt\ACE_wrappers\lib;C:\devext\Log4cxx\log4cxx-0.10.0\projects\Debug;C:\devext\xerces\Build\Win32\VC8\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |