Discussion:
[Playerstage-users] Installing RTK on Mac OS X
Brian Stankiewicz
2003-08-22 01:00:43 UTC
Permalink
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
--
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
ahoward
2003-08-22 02:50:55 UTC
Permalink
Hi Brian:

Look in /usr/local/lib rather than /usr/local/bin; you should see librtk
installed there.

A.
Post by Brian Stankiewicz
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
--
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
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Playerstage-users mailing list
https://lists.sourceforge.net/lists/listinfo/playerstage-users
Andrew Howard email: ***@pollux.usc.edu
Department of Computer Science http: www-robotics.usc.edu/~ahoward
University of Southern California phone: 1 (213) 740 6416
Los Angeles, CA, U.S.A. 90089-0781 fax: 1 (213) 821 5696
<< Insert pithy saying here >>>
Reed Hedges
2003-08-22 02:58:23 UTC
Permalink
I'm not sure I understand the exact trouble;
Are you having trouble using RTK, or player?
RTK is a library, and should end up in /usr/local/lib.
Post by Brian Stankiewicz
I am having difficulty getting RTK to install.
/usr/bin/install -c -m 644 librtk.a /usr/local/lib/librtk.a
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
playerjoy
player
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.
If you want to use RTK and stage and playerv and stuff, you will need
to have an X server. If you haven't seen the fink project yet, it's
quite useful: http://fink.sf.net



reed

Loading...