The CVS tree seems so broken apart, the <> includes don't work out of the box. ie <ogg/ogg.h>. They are broken, how do I resolve this? I know the structure is there for a reason, but I don't know how to work with it and make the code compile... To top it all off... I am at a loss as to which sub dirs contain the source for the libs that I need to put together before I can make oggenc... If anyone has a working VC++ v5 project file/environment that they care to zip up, you can e-mail it directly to me... :^) -=CsMafia _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. --- >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.
if you using vc++ 6, the build procedure is mostly automated (except for the oggenc part). here's what you do: 1) Create a directory called C:\SRC 2) Checkout 'ogg' and 'vorbis' and 'vorbis-tools' and 'win32sdk' 3) 'cd \src\win32sdk' 4) 'makesdk' that should compile all the libs you need, static, dynamic, release and debug, and stick them in \src\win32sdk\sdk now just make a project for oggenc, which is in \src\vorbis-tools\oggenc, and poing headers to c:\src\win32sdk\sdk\include, and libs to c:\src\win32\sdk\release (or debug). it should work fine. most of this build stuff is automated and easy. i don't think i've gotten to oggenc yet, but if i have that should be automated too. and if i haven't, it soon will be. jack. --- >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.