Hi,
I performed a CVS update as suggested and tried to install Player.
However I got a make error while installing Player. The error was in:
exampledriver.cc: error: GLUT/glut.h: No such file or directory.
I checked as to whether freeglut and freeglut-devel packages were
installed on my system. (FC 8). It turned out they were. So I tried to
determine the location of exampledriver.cc which was
/player/examples/plugins/exampledriver.cc
I then edited the file to change the header file from GLUT/glut.h to
GL/glut.h. I was able to then complete my installation of Player
correctly. Stage installation also completely smoothly.
Thanks a lot.
Regards
Eshwaran
On Sat, Feb 23, 2008 at 2:23 AM, Richard vaughan <vaughan@...> wrote:
>
> Fixed this in CVS HEAD. Try "cvs update -Pd" and rebuild in both your
> Player and Stage directories. Thanks for the report.
>
> Richard/
>
> On 22-Feb-08, at 12:17 PM, Eshwaran VijayKumar wrote:
>
> > Hi,
> > I am trying to install Player and Stage from the CVS repository
> > to a local folder. Player was installed without any issues. However
> > My stage installation gives the following errors:
> > I did ./configure --with-color=//usr/share/X11/rgb.txt --prefix=/
> > home/swarm/stage
> > Then I did a make to get the following errors:
> >
> ********************************************************************************************************
> > p_simulation.cc:79: error: 'player_argc' was not declared in this
> > scope
> > p_simulation.cc:79: error: 'player_argv' was not declared in this
> > scope
> > make[3]: *** [libstageplugin_la-p_simulation.lo] Error 1
> > make[3]: Leaving directory `/home/swarm/Documents/stage/
> > libstageplugin'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/swarm/Documents/stage/
> > libstageplugin'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/swarm/Documents/stage'
> > make: *** [all] Error 2
> >
> *****************************************************************************
> >
> > We did a search for p_simulation.cc in the stage installation folder
> > to get the following files
> > /home/swarm/Documents/stage/src/p_simulation.cc
> > /home/swarm/Documents/stage/libstageplugin/p_simulation.cc
> >
> > We checked the file to find that the file in the libstageplugin
> > folder had a reference to globals.h. We found that globals.h was in
> > the player installation directory under /include/player-2.1/
> > libplayercore/globals.h. We edited the p_simulation.cc file to
> > reflect the same as the path for globals.h. However we seem to be
> > getting the same error. Any help would be highly useful.
> >
> > Thanks in advance.
> >
> > Regards
> > Eshwaran
> >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> >
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
> > Playerstage-users mailing list
> > Playerstage-users@...
> > https://lists.sourceforge.net/lists/listinfo/playerstage-users
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Playerstage-users mailing list
> Playerstage-users@...
> https://lists.sourceforge.net/lists/listinfo/playerstage-users
>
|