Brian Stankiewicz
2003-08-22 01:00:43 UTC
Hi,
I have been working on installing Player/Stage on my mac OS X. I just
about have it fully installed (at least I think that I have everything)
but I am having difficulty getting RTK to install.
Here is what I get when I run 'make install'
[dhcp-128-83-97-84:~/Desktop/librtk-src-2.2.0] bstankie% make install
Making install in librtk
Making install in .
cd ../ffmpeg && ./configure && make lib
Install prefix /usr/local
Source path /Users/bstankie/Desktop/librtk-src-2.2.0/ffmpeg
C compiler cc
make make
CPU powerpc
Big Endian yes
AltiVec enabled yes
gprof enabled no
zlib enabled yes
mp3lame enabled no
vorbis enabled no
a52 support yes
a52 dlopened no
Creating config.mak and config.h
config.h is unchanged
make -C libavcodec all
make[4]: Nothing to be done for `all'.
make -C libav all
make[4]: Nothing to be done for `all'.
rm -f librtk.a
ar cru librtk.a rtk.o rtk_canvas.o rtk_canvas_movie.o rtk_fig.o
rtk_region.o rtk_menu.o rtk_table.o ../ffmpeg/libavcodec/*.o
../ffmpeg/libavcodec/*/*.o
ranlib librtk.a
cd ../ffmpeg && ./configure && make lib
Install prefix /usr/local
Source path /Users/bstankie/Desktop/librtk-src-2.2.0/ffmpeg
C compiler cc
make make
CPU powerpc
Big Endian yes
AltiVec enabled yes
gprof enabled no
zlib enabled yes
mp3lame enabled no
vorbis enabled no
a52 support yes
a52 dlopened no
Creating config.mak and config.h
config.h is unchanged
make -C libavcodec all
make[5]: Nothing to be done for `all'.
make -C libav all
make[5]: Nothing to be done for `all'.
rm -f librtk.a
ar cru librtk.a rtk.o rtk_canvas.o rtk_canvas_movie.o rtk_fig.o
rtk_region.o rtk_menu.o rtk_table.o ../ffmpeg/libavcodec/*.o
../ffmpeg/libavcodec/*/*.o
ranlib librtk.a
/bin/sh ../mkinstalldirs /usr/local/lib
/usr/bin/install -c -m 644 librtk.a /usr/local/lib/librtk.a
ranlib /usr/local/lib/librtk.a
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 rtk.h /usr/local/include/rtk.h
Making install in test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in pyrtk
python setup.py build
running build
running build_ext
skipping 'rtk' extension (up-to-date)
make[2]: Nothing to be done for `install-exec-am'.
make install-data-hook
python setup.py install --install-platlib=/usr/local/lib/python
running install
running build
running build_ext
skipping 'rtk' extension (up-to-date)
running install_lib
not copying build/lib.darwin-6.6-Power Macintosh-2.2/rtk.so (output
up-to-date)
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
If I then do an ls in usr/local/bin, here is what I get
[dhcp-128-83-97-84:~/Desktop/librtk-src-2.2.0] bstankie% ls
/usr/local/bin
bdftops fixmswrd.pl gsdj gsnd pf2afm playerjoy
ps2pdf ps2ps python unix-lpr.sh
bibtool font2c gsdj500 lprsetup.sh pfbtopfa printafm
ps2pdf12 pstill python2.1 viewer.tk
dvipdf gs gslj pdf2dsc pj-gs.sh ps2ascii
ps2pdf13 pv.sh sysvlp.sh wftopfa
eps2eps gsbj gslp pdf2ps player ps2epsi
ps2pdfwr pydoc u-psbuild
So it seems that it isn't installing. It looks like others have had
success installing Player/Stage on OS X machines, so I am optimistic
that I can do it too. Any help would be greatly appreciated.
-Brian
I have been working on installing Player/Stage on my mac OS X. I just
about have it fully installed (at least I think that I have everything)
but I am having difficulty getting RTK to install.
Here is what I get when I run 'make install'
[dhcp-128-83-97-84:~/Desktop/librtk-src-2.2.0] bstankie% make install
Making install in librtk
Making install in .
cd ../ffmpeg && ./configure && make lib
Install prefix /usr/local
Source path /Users/bstankie/Desktop/librtk-src-2.2.0/ffmpeg
C compiler cc
make make
CPU powerpc
Big Endian yes
AltiVec enabled yes
gprof enabled no
zlib enabled yes
mp3lame enabled no
vorbis enabled no
a52 support yes
a52 dlopened no
Creating config.mak and config.h
config.h is unchanged
make -C libavcodec all
make[4]: Nothing to be done for `all'.
make -C libav all
make[4]: Nothing to be done for `all'.
rm -f librtk.a
ar cru librtk.a rtk.o rtk_canvas.o rtk_canvas_movie.o rtk_fig.o
rtk_region.o rtk_menu.o rtk_table.o ../ffmpeg/libavcodec/*.o
../ffmpeg/libavcodec/*/*.o
ranlib librtk.a
cd ../ffmpeg && ./configure && make lib
Install prefix /usr/local
Source path /Users/bstankie/Desktop/librtk-src-2.2.0/ffmpeg
C compiler cc
make make
CPU powerpc
Big Endian yes
AltiVec enabled yes
gprof enabled no
zlib enabled yes
mp3lame enabled no
vorbis enabled no
a52 support yes
a52 dlopened no
Creating config.mak and config.h
config.h is unchanged
make -C libavcodec all
make[5]: Nothing to be done for `all'.
make -C libav all
make[5]: Nothing to be done for `all'.
rm -f librtk.a
ar cru librtk.a rtk.o rtk_canvas.o rtk_canvas_movie.o rtk_fig.o
rtk_region.o rtk_menu.o rtk_table.o ../ffmpeg/libavcodec/*.o
../ffmpeg/libavcodec/*/*.o
ranlib librtk.a
/bin/sh ../mkinstalldirs /usr/local/lib
/usr/bin/install -c -m 644 librtk.a /usr/local/lib/librtk.a
ranlib /usr/local/lib/librtk.a
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 rtk.h /usr/local/include/rtk.h
Making install in test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in pyrtk
python setup.py build
running build
running build_ext
skipping 'rtk' extension (up-to-date)
make[2]: Nothing to be done for `install-exec-am'.
make install-data-hook
python setup.py install --install-platlib=/usr/local/lib/python
running install
running build
running build_ext
skipping 'rtk' extension (up-to-date)
running install_lib
not copying build/lib.darwin-6.6-Power Macintosh-2.2/rtk.so (output
up-to-date)
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
If I then do an ls in usr/local/bin, here is what I get
[dhcp-128-83-97-84:~/Desktop/librtk-src-2.2.0] bstankie% ls
/usr/local/bin
bdftops fixmswrd.pl gsdj gsnd pf2afm playerjoy
ps2pdf ps2ps python unix-lpr.sh
bibtool font2c gsdj500 lprsetup.sh pfbtopfa printafm
ps2pdf12 pstill python2.1 viewer.tk
dvipdf gs gslj pdf2dsc pj-gs.sh ps2ascii
ps2pdf13 pv.sh sysvlp.sh wftopfa
eps2eps gsbj gslp pdf2ps player ps2epsi
ps2pdfwr pydoc u-psbuild
So it seems that it isn't installing. It looks like others have had
success installing Player/Stage on OS X machines, so I am optimistic
that I can do it too. Any help would be greatly appreciated.
-Brian
--
Brian J. Stankiewicz, Ph.D. 512/232-9373 (Office)
Department of Psychology & 512/475-7983 (Lab)
Center for Perceptual Systems
University of Texas
1 University Station A8000
Austin, TX 78712-0187
http://stankiewiczlab.psy.utexas.edu
Brian J. Stankiewicz, Ph.D. 512/232-9373 (Office)
Department of Psychology & 512/475-7983 (Lab)
Center for Perceptual Systems
University of Texas
1 University Station A8000
Austin, TX 78712-0187
http://stankiewiczlab.psy.utexas.edu