Thanks a lot again for the help.

Gazebo works. I tried the Pioneer2Dx World. It shows 1 FPS. And it is also
slowing down my system as well.

My system is a P4 3.0 Ghz with 512 MB RAM. Could it be due to lack of
Graphics Drivers?


Cheers
Vaibhav

On Jan 10, 2008 6:40 PM, Borja <[EMAIL PROTECTED]> wrote:

> Have you tried to export you library path?
>
> export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
>
> -Borja
>
> > *Thanks a lot for your help. I was able to install OGRE after installing
> a
> > few other dependencies. and using the
> > $ ln /usr/lib/libboost_thread-mt.so.1.34.1 /usr/lib/libboost_thread.so
> > trick given by you.
> >
> > After installing gazebo I get an error stating:*
> >
> > [EMAIL PROTECTED] gazebo-0.8-pre1]$ gazebo
> > /usr/local/share/gazebo/worlds/pioneer2dx.world
> > gazebo: error while loading shared libraries: libgazebo.so: cannot open
> > shared object file: No such file or directory
> > [EMAIL PROTECTED] gazebo-0.8-pre1]$ gazebo
> > gazebo: error while loading shared libraries: libgazebo.so: cannot open
> > shared object file: No such file or directory
> >
> > Cheers
> > Vaibhav
> >
> > On Jan 10, 2008 2:33 PM, Borja <[EMAIL PROTECTED]> wrote:
> >
> >> Try this (assuming default locations):
> >>
> >> [EMAIL PROTECTED] ~]# export
> >> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
> >>
> >> Then, and due to a bug in 'zziplib.pc', add to
> >> /usr/local/lib/pkgconfig/zziplib.pc after "prefix=/usr/local" the
> >> following line: "datarootdir=${prefix}/share" as this:
> >>
> >> ...
> >> prefix=/usr/local
> >> datarootdir=${prefix}/share
> >> exec_prefix=${prefix}
> >> ...
> >>
> >> Finally, run Ogre install again.
> >>
> >> -Borja
> >>
> >>
> >>
> >> > *I also tried:*
> >> >
> >> > export ZZIPLIB_CFLAGS = "pkg-config --cflags zziplib"
> >> > bash: export: `=': not a valid identifier
> >> > bash: export: `pkg-config --cflags zziplib': not a valid identifier
> >> >
> >> > But I get an error.
> >> >
> >> > On Jan 9, 2008 10:12 PM, Vaibhav Ghadiok <[EMAIL PROTECTED]>
> >> wrote:
> >> >
> >> >> *hi everybody
> >> >>
> >> >> I have a small problem. I have installed all the pre-requisites for
> >> >> gazebo
> >> >> 0.8 except ogre. I am using zziplib-0.13.49 & ogre-linux_osx-v1-4-6.
> >> >> While
> >> >> configuring ogre I get an error stating:*
> >> >>
> >> >> OGRE (in install)
> >> >> checking for ZZIPLIB_CFLAGS...
> >> >> checking for ZZIPLIB_LIBS...
> >> >> configure: error: Package requirements (zziplib) were not met.
> >> >> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> >> >> installed software in a non-standard prefix.
> >> >>
> >> >> Alternatively you may set the ZZIPLIB_CFLAGS and ZZIPLIB_LIBS
> >> >> environment
> >> >> variables
> >> >> to avoid the need to call pkg-config.  See the pkg-config man page
> >> for
> >> >> more details.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> *I looked at the ZZLIB documentation and it said:*
> >> >>
> >> >> There is currently an autoconf macro installed along into the usual
> >> >> /usr/share/aclocal space for making it easier for you to pick up the
> >> >> configure-time cflags/libs needed to build/link with zziplib. In any
> >> way
> >> >> it
> >> >> does look like this:
> >> >>
> >> >>   dnl PKG_CHECK_ZZIPLIB(ZSTUFF, min-version, action-if, action-not)
> >> >>   AC_DEFUN([PKG_CHECK_ZZIPLIB],[dnl
> >> >>   PKG_CHECK_MODULES([$1], [zziplib $2], [$3], [$4])])
> >> >>
> >> >>
> >> >> You are strongly advised to take advantage of the pkgconfig's macro
> >> >> directly - you can find the macro in /usr/share/aclocal/pkg.m4 and
> it
> >> >> allows
> >> >> to combine the flags of a list of library modules that you want to
> >> have.
> >> >> If
> >> >> it is only zziplib, than you could simply use this in your
> >> configure.ac
> >> :
> >> >>
> >> >>   PKG_CHECK_MODULES([ZZIP],[zziplib >= 0.10.75])
> >> >>
> >> >>
> >> >> which will provide you with two autoconf/automake variables named
> >> >> ZZIP_CFLAGS and ZZIP_LIBS respectivly.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> *I have installed everything on default locations. I have tried
> >> putting
> >> >> the following statement in the configure.in file of ogre but to no
> >> >> avail.
> >> >> PKG_CHECK_MODULES([ZZIP],[zziplib >= 0.10.75])*
> >> >>
> >> >> *Could somebody please help me out.
> >> >>
> >> >> Cheers
> >> >> Vaibhav*
> >> >> --
> >> >> Mobile Robotics Laboratory
> >> >> Guidance, Control and Decision Systems Laboratory
> >> >> Aerospace Department
> >> >> Indian Institute of Science, Bangalore
> >> >>
> >> >> http://guidance.aero.iisc.ernet.in/vaibhav
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Mobile Robotics Laboratory
> >> > Guidance, Control and Decision Systems Laboratory
> >> > Aerospace Department
> >> > Indian Institute of Science, Bangalore
> >> >
> >> > http://guidance.aero.iisc.ernet.in/vaibhav
> >> >
> >>
> -------------------------------------------------------------------------
> >> > Check out the new SourceForge.net Marketplace.
> >> > It's the best place to buy or sell services for
> >> > just about anything Open Source.
> >> >
> >>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace_______________________________________________
> >> > Playerstage-gazebo mailing list
> >> > Playerstage-gazebo@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >> >
> >>
> >>
> >>
> >
> >
> > --
> > Mobile Robotics Laboratory
> > Guidance, Control and Decision Systems Laboratory
> > Aerospace Department
> > Indian Institute of Science, Bangalore
> >
> > http://guidance.aero.iisc.ernet.in/vaibhav
> >
>
>
>


-- 
Mobile Robotics Laboratory
Guidance, Control and Decision Systems Laboratory
Aerospace Department
Indian Institute of Science, Bangalore

http://guidance.aero.iisc.ernet.in/vaibhav
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-gazebo mailing list
Playerstage-gazebo@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to