Active Entries
- 1: Advent, day 5
- 2: Today's programming silliness
- 3: The highly inaccurate guide to the Eurovision Song Contest 2022 results!
- 4: Bang!
- 5: How not to get people to use a new feature
- 6: Misty creek and eerie fog
- 7: Remember...
- 8: Brexit means arrows?
- 9: boggyb's highly inaccurate guide to Eurovision: Shine a Light 2
- 10: Brighton again
Style Credit
- Style: Neutral Good for Practicality by
Expand Cut Tags
No cut tags
no subject
Date: 2005-08-11 10:44 pm (UTC)I would have actually thought reliably building from source to be *easier* under win32, as you have only two target enviroments (the 9x branch and the NT branch), and if you aim for 9x then it will usually run as-is under NT. Whereas with linux, if the typical autoconf script is anything to go by, you can end up with two platforms which do not have a single header or library in common (ok, so that's exaggerating a bit).
I did first google for binaries, but it appears all there is precompiled from 1.1.1 is oggenc, and I was looking for the extra binaries as well (oggdec, vorbiscomment, etc). Which apparently are not in demand.
With problem #6, I did take a look at the code, and decided I don't know anough about C++ to fix it (I did try the obvious add a semicolon, but I think the bug is further up in the code). What I didn't post was a later problem #7, wherein I discovered some unresolved imports relating to theora (found when looking to see if *any* of the tools would compile).