Re: lame 3.93
Re: lame 3.93
- Subject: Re: lame 3.93
- From: Patrick Machielse <email@hidden>
- Date: Fri, 14 Nov 2003 22:03:37 +0100
op 14-11-2003 16:10 schreef shake op cocoa-dev-request:
>
trying to make a drag and drop mp3 encoder. got two questions:
>
first, can i issue unix commands from a cocoa app? i know this maybe a
>
stupid question, but would like to know...
There's two ways:
* Objective-C is C, so you can use system("my_unix_command")
* Use NSTask in conjunction with NSPipe. If you know unix these classnames
will make sense. You want to use these if you need to get output from the
commandline back into your program.
>
during the configure stages, it says that GTK is not installed.
>
has anyone compiled lame 3.93 on jaguar?
GTK (Graphics ToolKit?) is a windowing toolkit, so I suppose the source you
downloaded is for an application containing a gui. Try if you can download
just the encoder part.
Have you tried Fink? They might have a tried and tested lame package for
you.
Patrick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.