[vorbis] Please correct this bugs in vorbis win32 environment

Adam Bienias adam at fireworks.atomnet.pl
Tue Jul 23 08:02:11 PDT 2002



If You want to compile vorbis libraries under win32
environment you can experience some problems:
1) If you unzip vorbis libraries, you will have 3 directories:
"libogg-1.0", "libvorbis-1.0" and "vorbis-tools-1.0".
You need to rename them to "ogg", "vorbis", "vorbis-tools".
Otherwise batch files or even dsp project files, won't work.
2) Batch files assume that you have vorbis libraries at "i:\xing" :)
Well i don't have drive "I:" so this can be a problem :)
3) Batch files assume that you have MSVC installed at "C:".
Well, i don't have MSVC installed at "C:" :)

Small fixes should be applied to all batch files. This line:
call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
should look like this:
call %MSVCDir%\bin\vcvars32.bat
Also you need to set SRCROOT environment variable to an
appropriate directory.

Of course the best way to compile libraries is to use .dsw
files. But you still need to rename those 3 directories to an
appropriate names (see point 1).
Also some MSVC projects should be fixed. When you compile
"Static Debug" libraries, compilator will use run-time libraries
"Debug Multithreaded DLL". But when you compile
"Static Release" libraries, compilator will use run-time
libraries "Multithreaded".
This should be changed to "Multithreaded DLL".

Also .NET compilator reports few hundreds warnings :)
Most of them is "conversion from .... to ....". I think you
could fix that too :)

<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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list