|
From: John B. <jba...@gm...> - 2011-07-14 15:58:41
|
First, try changing "stageplugin" to "libstageplugin". For some reason, That's the name on OS X to include in the .cfg files, even though my plugin is named stageplugin.so as well. Hopefully that will work. Also, I have posted a guide on installing Player 3.0.2 and Stage 3.2.2 on OS X here: http://www.boinkrobotics.com/robotics/ps_tutorial.html If you still can't get everything working, you might want to look through this and see if there are any paths you didnt set or steps you may have missed. Good luck! On Jul 14, 2011, at 11:39 AM, kony wrote: > > Hi everbody, > > I am trying (for some time) to install Player 3.1.0 together with Stage > 4.0.1 on Mac OS X Leopard, but I am loosing :( > > So, > > first I've got Player 3.1.0 svn (full tarbal archive from sourceforge, > thanx to Jorge Santos Simon) > then cd ./code/player/trunk > > and I general try to follow instructions from: > http://old.nabble.com/Player-Stage-on-Mac-OS-X-10.6.4-td31936590.html > > so, player is done; > > Then I've got Stage 4.0.1 > git clone https://github.com/rtv/Stage.git > > but there is no stageplugin by default, so I've enabled it by hand in cmake > config, > then compile. > > At the end whern I try to call: > player simple.cfg > I've got a message: > > error : Failed to load plugin stageplugin. > error : libtool reports error: file not found > error : plugin search path: > /Users/konrad/Applications/player-stage-build-src/rtv-Stage-508538b/worlds:.:/Users/konrad/Applications/playerstage4/lib/ > error : failed to load plugin: stageplugin > error : failed to parse config file ./simple.cfg driver blocks > > but apparently that the stageplugin.so is in the right place, because: > > mrmac:worlds konrad$ file > /Users/konrad/Applications/playerstage4/lib/stageplugin.so > /Users/konrad/Applications/playerstage4/lib/stageplugin.so: Mach-O 64-bit > bundle x86_64 > > so the question is whether it is possible somehow to force player 3.1.0-svn > and Stage 4.0.x to work together? > > Do you have some experience with that? Maybe I should try different sources, > could you advise something? > > I care about player 3.1.0 since I would like to use Javaclient for Player. > > Konrad > > > -- > View this message in context: http://old.nabble.com/Player-3.1.0-and-Stage-4.0.1-on-Mac-OS-X-Snow-Leopard-is-it-possible--tp32062219p32062219.html > Sent from the playerstage-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup > Secrets Revealed." This video shows you how to validate your ideas, > optimize your ideas and identify your business strategy. > http://p.sf.net/sfu/appsumosfdev2dev > _______________________________________________ > Playerstage-users mailing list > Pla...@li... > https://lists.sourceforge.net/lists/listinfo/playerstage-users |