Paul Newton
2002-Jul-23 07:12 UTC
[vorbis] Problems running batch files in\libvorbis-1.0\win32
We have downloaded all of the Windows Vorbis 1.0 distribution files and are attempting to compile the libvorbis libraries using the batch files (e.g. build_vorbisfile_dynamic.bat). This succesfully invokes Microsoft Visual Studio but fails as shown below: <p>F:\pnewton\Project\Ogg Vorbis Downloads\V1.0\libvorbis-1.0\win32> build_vorbisfile_dynamic.bat ---+++--- Building Vorbisfile (Dynamic) ---+++--- Setting environment for using Microsoft Visual C++ tools. Setting include/lib paths for Vorbis Compiling... Deleting intermediate files and output files for project 'vorbisfile_dynamic - Win32 Release'. --------------------Configuration: vorbisfile_dynamic - Win32 Release-------------------- Compiling... vorbisfile.c ..\include\vorbis/codec.h(26) : fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory Error executing cl.exe. vorbisfile.dll - 1 error(s), 0 warning(s) <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Alan MacDonald
2002-Jul-23 07:59 UTC
[vorbis] Problems running batch files in\libvorbis-1.0\win32
> -----Original Message----- > From: owner-vorbis@xiph.org [mailto:owner-vorbis@xiph.org] On > Behalf Of Paul Newton > Sent: Tuesday, July 23, 2002 10:13 AM > > This successfully invokes Microsoft Visual Studio but fails as > shown below:> ..\include\vorbis/codec.h(26) : fatal error C1083: Cannot > open include file: > 'ogg/ogg.h': No such file or directoryTo build with the batch files you need both the ogg and the vorbis modules. You need to edit the batch files to include your source root. So you probably want to set it up like this: F:\pnewton\Project\oggvorbis\ogg F:\pnewton\Project\oggvorbis\vorbis And then change the batch file or your environment to set SRCROOT=F:\pnewton\Project\oggvorbis Then you should build the corresponding ogg library first, then vorbis. Hope that helps, Alan <p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.