[vorbis-dev] Codewarrior / macos

Michael Smith msmith at labyrinth.net.au
Wed Jun 19 02:04:26 PDT 2002



At 05:33 PM 6/19/02 +1000, you wrote:
>Hm ok I might have an older distro of the source but I think it's the
>one on the website.. this is the directory tree I have under ogg\macosx
>(this is from libogg-1.0rc3.tar.gz and libogg-1.0rc3.zip)

The codewarrior project files are in ogg/mac and vorbis/mac - you're right
that the stuff in macosx is for a different compiler/build system.
Is this confusing to developers? We could probably move things around.

>As for the patch - yeah I can just cut and paste the nescessary code - I
>thought ppl here used some patch/diff/thingo program that I don't know
>how to use :)

It's very easy to use (short synopsis below), but for simple patches like
this a cut/paste is ok as well.

So, diff usage (because it's useful to know anyway):

You have two trees: libogg-1.0rc3, and libogg-hacked-up-stuff. So, to
generate a patch for src/foo.c, I do:
   "diff -u libogg-1.0rc3/src/foo.c libogg-hacked-up-stuff/src/foo.c"

It outputs to stdout by default, you probably want to redirect that to a
file. diff can also compare entire directory trees.

Michael

<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-dev-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-dev mailing list