Steven M. Schultz:

 As you can see 10.3 is a much better/easier development environment than
 10.2 was - Apple's included a lot of stuff that needed to be manually
 added/ported before...

I finally managed to compile mjpegtools-1.6.2 after upgrading to Mac OS X 10.3.


(I have installed Fink package manager but it seems to have only mjpegtools-1.6.1-23 even in unstable tree).

I followed the DIY instructions at...

<http://fink.sourceforge.net/faq/usage-general.php#compile-myself>

...and added the following lines to .profile:

export CFLAGS=-I/sw/include
export LDFLAGS=-L/sw/lib
export CXXFLAGS=$CFLAGS
export CPPFLAGS=$CXXFLAGS
export ACLOCAL_FLAGS="-I /sw/share/aclocal"
export PKG_CONFIG_PATH="/sw/lib/pkgconfig"

Then I download the latest mjpegtools tarball and expand it with StuffItExpander (yes, I should forget this GUI stuff ;)

<http://umn.dl.sourceforge.net/mjpeg/mjpegtools-1.6.2.tar.gz>

I cd 'ed to the expanded folder and:

./configure
make
sudo make install

And, to my surprise, the binaries were installed at:

/usr/local/bin/mpeg2enc
/usr/local/bin/mplex

A basic question: is there command to display which version of mpeg2enc or mplex is running (I now have different versions at /sw/bin and /usr/local/bin).

Next I'm trying to do all encoding etc in CLI so stay tuned ;)

thanks for your patience,


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to