Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-07-02 Thread Nate Koenig
Hello,

I added in some more debugging output. Could you get the latest SVN of
gazebo, and try running it again? Post the exact command you use to
start gazebo and player, and the output from both gazebo and player.

-nate

On Thu, Jun 26, 2008 at 7:50 AM, WANG Wei <[EMAIL PROTECTED]> wrote:
> I don't know the reason, but it gazebo works now, when I run
> gazebo pioneer2at.world
> I did nothing other than re-install the display card driver.
> But player could not read the cfg file correctly, when I did:
> player gazebo.cfg.
> It did not work even after I changed all the driver name to "gazebo" like
> this:
> driver
> (
>   name "gazebo"
>   provides ["simulation:0"]
>   plugin "libgazeboplugin"
>   server_id "default"
> )
>
> the error reported is :
> success
>   Gazebo Plugin driver creating 1 device
> 6665.31.0 is  a simulation interface.
> terminate called after throwing an instance of 'std::string'
> Aborted
>
> Thanks,
>
> Wei
>
> 2008/6/25 Nate Koenig <[EMAIL PROTECTED]>:
>>
>> Hello,
>>
>> Can you post the command that you are using to run gazebo (what you
>> type on the command line)? And also can you post a backtrace from the
>> segfault?
>>
>> -nate
>>
>> On Wed, Jun 18, 2008 at 1:46 AM, WANG Wei <[EMAIL PROTECTED]> wrote:
>> > Hello,
>> >
>> > I met the same problem, but gazebo was still installed even though this
>> > error was  reported.
>> >
>> > Than I do scons_>sudo scons install again, it shows that :
>> > scons: Reading SConscript files ...
>> > detected CPU atributes: -mmmx -msse -msse2
>> > Checking for [pkg-config --cflags --libs OGRE]
>> >   Success
>> > Checking for [xml2-config --cflags --libs]
>> >   Success
>> > Checking for [ode-config --cflags --libs]
>> >   Success
>> > Checking for [fltk-config --cflags --libs --ldflags --use-gl
>> > --use-images]
>> >   Success
>> > Checking for [pkg-config --cflags --libs xft]
>> >   Success
>> > Checking for C header file ode/ode.h... (cached) yes
>> > Checking for ODE...(cached) yes
>> > Checking for [pkg-config --cflags --libs playerc++]
>> >   Success
>> > scons: done reading SConscript files.
>> > scons: Building targets ...
>> > scons: `install' is up to date.
>> > scons: done building targets.
>> >
>> > No error reported.
>> >
>> > But I have a segmentation fault when I run gazebo.
>> >
>> > Regards,
>> >
>> > Wei
>> >
>> >
>> >
>> > 2008/6/4 Nate Koenig <[EMAIL PROTECTED]>:
>> >>
>> >> Hello,
>> >>
>> >> Well, this is not a good error. I believe you are right about this
>> >> being a problem with gcc or stl. Could you create a simple test
>> >> program that instantiates an stl vector, and try compiling it?
>> >>
>> >> -nate
>> >>
>> >> On Fri, May 30, 2008 at 1:04 PM, Douglas Thom <[EMAIL PROTECTED]>
>> >> wrote:
>> >> > Hello, all,
>> >> >
>> >> > I have finally gotten around to attempting an install of gazebo so I
>> >> > can
>> >> > work on my swarm ideas. Having learned quite a bit over the past two
>> >> > days
>> >> > and using Google search in alarming quantities I have run into a
>> >> > problem
>> >> > I
>> >> > simply cannot get around. If anybody can give me an idea about where
>> >> > to
>> >> > search I would appreciate it. I suspect I have to follow the
>> >> > instructions
>> >> > and submit this to GCC since it does read "internal compiler error".
>> >> > However, just in case anybody has run into it before I thought I'd
>> >> > try
>> >> > the
>> >> > list first. I imagine once I finally submit what they're looking for
>> >> > (I
>> >> > read
>> >> > the instructions and it looks like a week's worth of learning to
>> >> > figure
>> >> > it
>> >> > out) I will have to wait an unknown, long amount of time for a
>> >> > response.
>> >> >
>> >> > I had compiled all dependencies and was running "sudo scons install"
>> >> > for
>> >> > the
>> >> > latest SVN download of gazebo when the info pasted below happened.
>> >> > You'll
>> >> > likely need more info than this but in the event somebody has run
>> >> > across
>> >> > this already I thought I'd start here.
>> >> >
>> >> > Thank you.
>> >> >
>> >> > g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall
>> >> > -Wno-deprecated
>> >> > -DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
>> >> > -Iserver/models
>> >> > -Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
>> >> > -Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
>> >> > -Iserver/physics -Iserver/physics/ode -Iserver/controllers
>> >> > -Iserver/controllers/position2d
>> >> > -Iserver/controllers/position2d/pioneer2dx
>> >> > -I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
>> >> > server/physics/TrimeshGeom.cc
>> >> > In file included from /usr/include/OGRE/OgreBone.h:34,
>> >> >  from /usr/include/OGRE/Ogre.h:43,
>> >> >  from server/physics/TrimeshGeom.cc:28:
>> >> > /usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
>> >> > 'std::vector<__gnu_cxx::_Hashtable_node> >> > std::basic_string, std::allocator
>> >> > >,
>> >>

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-06-26 Thread WANG Wei
I don't know the reason, but it gazebo works now, when I run
gazebo pioneer2at.world
I did nothing other than re-install the display card driver.
But player could not read the cfg file correctly, when I did:
player gazebo.cfg.
It did not work even after I changed all the driver name to "gazebo" like
this:
driver
(
  name "gazebo"
  provides ["simulation:0"]
  plugin "libgazeboplugin"
  server_id "default"
)

the error reported is :
success
  Gazebo Plugin driver creating 1 device
6665.31.0 is  a simulation interface.
terminate called after throwing an instance of 'std::string'
Aborted

Thanks,

Wei

2008/6/25 Nate Koenig <[EMAIL PROTECTED]>:

> Hello,
>
> Can you post the command that you are using to run gazebo (what you
> type on the command line)? And also can you post a backtrace from the
> segfault?
>
> -nate
>
> On Wed, Jun 18, 2008 at 1:46 AM, WANG Wei <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I met the same problem, but gazebo was still installed even though this
> > error was  reported.
> >
> > Than I do scons_>sudo scons install again, it shows that :
> > scons: Reading SConscript files ...
> > detected CPU atributes: -mmmx -msse -msse2
> > Checking for [pkg-config --cflags --libs OGRE]
> >   Success
> > Checking for [xml2-config --cflags --libs]
> >   Success
> > Checking for [ode-config --cflags --libs]
> >   Success
> > Checking for [fltk-config --cflags --libs --ldflags --use-gl
> --use-images]
> >   Success
> > Checking for [pkg-config --cflags --libs xft]
> >   Success
> > Checking for C header file ode/ode.h... (cached) yes
> > Checking for ODE...(cached) yes
> > Checking for [pkg-config --cflags --libs playerc++]
> >   Success
> > scons: done reading SConscript files.
> > scons: Building targets ...
> > scons: `install' is up to date.
> > scons: done building targets.
> >
> > No error reported.
> >
> > But I have a segmentation fault when I run gazebo.
> >
> > Regards,
> >
> > Wei
> >
> >
> >
> > 2008/6/4 Nate Koenig <[EMAIL PROTECTED]>:
> >>
> >> Hello,
> >>
> >> Well, this is not a good error. I believe you are right about this
> >> being a problem with gcc or stl. Could you create a simple test
> >> program that instantiates an stl vector, and try compiling it?
> >>
> >> -nate
> >>
> >> On Fri, May 30, 2008 at 1:04 PM, Douglas Thom <[EMAIL PROTECTED]>
> >> wrote:
> >> > Hello, all,
> >> >
> >> > I have finally gotten around to attempting an install of gazebo so I
> can
> >> > work on my swarm ideas. Having learned quite a bit over the past two
> >> > days
> >> > and using Google search in alarming quantities I have run into a
> problem
> >> > I
> >> > simply cannot get around. If anybody can give me an idea about where
> to
> >> > search I would appreciate it. I suspect I have to follow the
> >> > instructions
> >> > and submit this to GCC since it does read "internal compiler error".
> >> > However, just in case anybody has run into it before I thought I'd try
> >> > the
> >> > list first. I imagine once I finally submit what they're looking for
> (I
> >> > read
> >> > the instructions and it looks like a week's worth of learning to
> figure
> >> > it
> >> > out) I will have to wait an unknown, long amount of time for a
> response.
> >> >
> >> > I had compiled all dependencies and was running "sudo scons install"
> for
> >> > the
> >> > latest SVN download of gazebo when the info pasted below happened.
> >> > You'll
> >> > likely need more info than this but in the event somebody has run
> across
> >> > this already I thought I'd start here.
> >> >
> >> > Thank you.
> >> >
> >> > g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall -Wno-deprecated
> >> > -DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> -Iserver/models
> >> > -Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
> >> > -Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
> >> > -Iserver/physics -Iserver/physics/ode -Iserver/controllers
> >> > -Iserver/controllers/position2d
> >> > -Iserver/controllers/position2d/pioneer2dx
> >> > -I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
> >> > server/physics/TrimeshGeom.cc
> >> > In file included from /usr/include/OGRE/OgreBone.h:34,
> >> >  from /usr/include/OGRE/Ogre.h:43,
> >> >  from server/physics/TrimeshGeom.cc:28:
> >> > /usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
> >> > 'std::vector<__gnu_cxx::_Hashtable_node >> > std::basic_string, std::allocator
> >,
> >> > Ogre::Node*> >*,
> >> > std::allocator<__gnu_cxx::_Hashtable_node >> > std::basic_string, std::allocator
> >,
> >> > Ogre::Node*> >*> >':
> >> > /usr/include/c++/4.2/ext/hashtable.h:306:   instantiated from
> >> > '__gnu_cxx::hashtable >> > std::char_traits, std::allocator >, Ogre::Node*>,
> >> > std::basic_string, std::allocator
> >,
> >> > __gnu_cxx::hash,
> >> > std::allocator > >, std::_Select1st >> > std::basic_string, std::allocator
> >,
> >> > Ogre::Node*> >, std::equal_to >> > std::char_traits, std::allocator 

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-06-25 Thread Nate Koenig
Hello,

Can you post the command that you are using to run gazebo (what you
type on the command line)? And also can you post a backtrace from the
segfault?

-nate

On Wed, Jun 18, 2008 at 1:46 AM, WANG Wei <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I met the same problem, but gazebo was still installed even though this
> error was  reported.
>
> Than I do scons_>sudo scons install again, it shows that :
> scons: Reading SConscript files ...
> detected CPU atributes: -mmmx -msse -msse2
> Checking for [pkg-config --cflags --libs OGRE]
>   Success
> Checking for [xml2-config --cflags --libs]
>   Success
> Checking for [ode-config --cflags --libs]
>   Success
> Checking for [fltk-config --cflags --libs --ldflags --use-gl --use-images]
>   Success
> Checking for [pkg-config --cflags --libs xft]
>   Success
> Checking for C header file ode/ode.h... (cached) yes
> Checking for ODE...(cached) yes
> Checking for [pkg-config --cflags --libs playerc++]
>   Success
> scons: done reading SConscript files.
> scons: Building targets ...
> scons: `install' is up to date.
> scons: done building targets.
>
> No error reported.
>
> But I have a segmentation fault when I run gazebo.
>
> Regards,
>
> Wei
>
>
>
> 2008/6/4 Nate Koenig <[EMAIL PROTECTED]>:
>>
>> Hello,
>>
>> Well, this is not a good error. I believe you are right about this
>> being a problem with gcc or stl. Could you create a simple test
>> program that instantiates an stl vector, and try compiling it?
>>
>> -nate
>>
>> On Fri, May 30, 2008 at 1:04 PM, Douglas Thom <[EMAIL PROTECTED]>
>> wrote:
>> > Hello, all,
>> >
>> > I have finally gotten around to attempting an install of gazebo so I can
>> > work on my swarm ideas. Having learned quite a bit over the past two
>> > days
>> > and using Google search in alarming quantities I have run into a problem
>> > I
>> > simply cannot get around. If anybody can give me an idea about where to
>> > search I would appreciate it. I suspect I have to follow the
>> > instructions
>> > and submit this to GCC since it does read "internal compiler error".
>> > However, just in case anybody has run into it before I thought I'd try
>> > the
>> > list first. I imagine once I finally submit what they're looking for (I
>> > read
>> > the instructions and it looks like a week's worth of learning to figure
>> > it
>> > out) I will have to wait an unknown, long amount of time for a response.
>> >
>> > I had compiled all dependencies and was running "sudo scons install" for
>> > the
>> > latest SVN download of gazebo when the info pasted below happened.
>> > You'll
>> > likely need more info than this but in the event somebody has run across
>> > this already I thought I'd start here.
>> >
>> > Thank you.
>> >
>> > g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall -Wno-deprecated
>> > -DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver -Iserver/models
>> > -Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
>> > -Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
>> > -Iserver/physics -Iserver/physics/ode -Iserver/controllers
>> > -Iserver/controllers/position2d
>> > -Iserver/controllers/position2d/pioneer2dx
>> > -I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
>> > server/physics/TrimeshGeom.cc
>> > In file included from /usr/include/OGRE/OgreBone.h:34,
>> >  from /usr/include/OGRE/Ogre.h:43,
>> >  from server/physics/TrimeshGeom.cc:28:
>> > /usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
>> > 'std::vector<__gnu_cxx::_Hashtable_node> > std::basic_string, std::allocator >,
>> > Ogre::Node*> >*,
>> > std::allocator<__gnu_cxx::_Hashtable_node> > std::basic_string, std::allocator >,
>> > Ogre::Node*> >*> >':
>> > /usr/include/c++/4.2/ext/hashtable.h:306:   instantiated from
>> > '__gnu_cxx::hashtable> > std::char_traits, std::allocator >, Ogre::Node*>,
>> > std::basic_string, std::allocator >,
>> > __gnu_cxx::hash,
>> > std::allocator > >, std::_Select1st> > std::basic_string, std::allocator >,
>> > Ogre::Node*> >, std::equal_to> > std::char_traits, std::allocator > >,
>> > std::allocator >'
>> > /usr/include/c++/4.2/ext/hash_map:89:   instantiated from
>> > '__gnu_cxx::hash_map,
>> > std::allocator >, Ogre::Node*,
>> > __gnu_cxx::hash> > std::char_traits, std::allocator > >,
>> > std::equal_to,
>> > std::allocator > >, std::allocator >'
>> > /usr/include/OGRE/OgreNode.h:99:   instantiated from here
>> > /usr/include/c++/4.2/bits/stl_vector.h:160: internal compiler error:
>> > Segmentation fault
>> > Please submit a full bug report,
>> > with preprocessed source if appropriate.
>> > See http://gcc.gnu.org/bugs.html> for instructions.
>> > For Debian GNU/Linux specific bug reporting instructions,
>> > see .
>> > scons: *** [server/physics/TrimeshGeom.o] Error 1
>> > scons: building terminated because of errors.
>> >
>> >
>> > -
>> > This SF.net email is sponsored by: Microsoft
>> > Def

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-06-18 Thread WANG Wei
Hello,

I met the same problem, but gazebo was still installed even though this
error was  reported.

Than I do scons_>sudo scons install again, it shows that :
scons: Reading SConscript files ...
detected CPU atributes: -mmmx -msse -msse2
Checking for [pkg-config --cflags --libs OGRE]
  Success
Checking for [xml2-config --cflags --libs]
  Success
Checking for [ode-config --cflags --libs]
  Success
Checking for [fltk-config --cflags --libs --ldflags --use-gl --use-images]
  Success
Checking for [pkg-config --cflags --libs xft]
  Success
Checking for C header file ode/ode.h... (cached) yes
Checking for ODE...(cached) yes
Checking for [pkg-config --cflags --libs playerc++]
  Success
scons: done reading SConscript files.
scons: Building targets ...
scons: `install' is up to date.
scons: done building targets.

No error reported.

But I have a segmentation fault when I run gazebo.

Regards,

Wei



2008/6/4 Nate Koenig <[EMAIL PROTECTED]>:

> Hello,
>
> Well, this is not a good error. I believe you are right about this
> being a problem with gcc or stl. Could you create a simple test
> program that instantiates an stl vector, and try compiling it?
>
> -nate
>
> On Fri, May 30, 2008 at 1:04 PM, Douglas Thom <[EMAIL PROTECTED]>
> wrote:
> > Hello, all,
> >
> > I have finally gotten around to attempting an install of gazebo so I can
> > work on my swarm ideas. Having learned quite a bit over the past two days
> > and using Google search in alarming quantities I have run into a problem
> I
> > simply cannot get around. If anybody can give me an idea about where to
> > search I would appreciate it. I suspect I have to follow the instructions
> > and submit this to GCC since it does read "internal compiler error".
> > However, just in case anybody has run into it before I thought I'd try
> the
> > list first. I imagine once I finally submit what they're looking for (I
> read
> > the instructions and it looks like a week's worth of learning to figure
> it
> > out) I will have to wait an unknown, long amount of time for a response.
> >
> > I had compiled all dependencies and was running "sudo scons install" for
> the
> > latest SVN download of gazebo when the info pasted below happened. You'll
> > likely need more info than this but in the event somebody has run across
> > this already I thought I'd start here.
> >
> > Thank you.
> >
> > g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall -Wno-deprecated
> > -DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver -Iserver/models
> > -Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
> > -Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
> > -Iserver/physics -Iserver/physics/ode -Iserver/controllers
> > -Iserver/controllers/position2d
> -Iserver/controllers/position2d/pioneer2dx
> > -I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
> > server/physics/TrimeshGeom.cc
> > In file included from /usr/include/OGRE/OgreBone.h:34,
> >  from /usr/include/OGRE/Ogre.h:43,
> >  from server/physics/TrimeshGeom.cc:28:
> > /usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
> > 'std::vector<__gnu_cxx::_Hashtable_node > std::basic_string, std::allocator >,
> > Ogre::Node*> >*,
> std::allocator<__gnu_cxx::_Hashtable_node > std::basic_string, std::allocator >,
> > Ogre::Node*> >*> >':
> > /usr/include/c++/4.2/ext/hashtable.h:306:   instantiated from
> > '__gnu_cxx::hashtable > std::char_traits, std::allocator >, Ogre::Node*>,
> > std::basic_string, std::allocator >,
> > __gnu_cxx::hash,
> > std::allocator > >, std::_Select1st > std::basic_string, std::allocator >,
> > Ogre::Node*> >, std::equal_to > std::char_traits, std::allocator > >,
> > std::allocator >'
> > /usr/include/c++/4.2/ext/hash_map:89:   instantiated from
> > '__gnu_cxx::hash_map,
> > std::allocator >, Ogre::Node*,
> __gnu_cxx::hash > std::char_traits, std::allocator > >,
> > std::equal_to,
> > std::allocator > >, std::allocator >'
> > /usr/include/OGRE/OgreNode.h:99:   instantiated from here
> > /usr/include/c++/4.2/bits/stl_vector.h:160: internal compiler error:
> > Segmentation fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See http://gcc.gnu.org/bugs.html> for instructions.
> > For Debian GNU/Linux specific bug reporting instructions,
> > see .
> > scons: *** [server/physics/TrimeshGeom.o] Error 1
> > scons: building terminated because of errors.
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> >
> > ___
> > Playerstage-gazebo mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
> >
>
> -
> Check out the new S

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-06-04 Thread Nate Koenig
Hello,

Well, this is not a good error. I believe you are right about this
being a problem with gcc or stl. Could you create a simple test
program that instantiates an stl vector, and try compiling it?

-nate

On Fri, May 30, 2008 at 1:04 PM, Douglas Thom <[EMAIL PROTECTED]> wrote:
> Hello, all,
>
> I have finally gotten around to attempting an install of gazebo so I can
> work on my swarm ideas. Having learned quite a bit over the past two days
> and using Google search in alarming quantities I have run into a problem I
> simply cannot get around. If anybody can give me an idea about where to
> search I would appreciate it. I suspect I have to follow the instructions
> and submit this to GCC since it does read "internal compiler error".
> However, just in case anybody has run into it before I thought I'd try the
> list first. I imagine once I finally submit what they're looking for (I read
> the instructions and it looks like a week's worth of learning to figure it
> out) I will have to wait an unknown, long amount of time for a response.
>
> I had compiled all dependencies and was running "sudo scons install" for the
> latest SVN download of gazebo when the info pasted below happened. You'll
> likely need more info than this but in the event somebody has run across
> this already I thought I'd start here.
>
> Thank you.
>
> g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall -Wno-deprecated
> -DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver -Iserver/models
> -Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
> -Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
> -Iserver/physics -Iserver/physics/ode -Iserver/controllers
> -Iserver/controllers/position2d -Iserver/controllers/position2d/pioneer2dx
> -I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
> server/physics/TrimeshGeom.cc
> In file included from /usr/include/OGRE/OgreBone.h:34,
>  from /usr/include/OGRE/Ogre.h:43,
>  from server/physics/TrimeshGeom.cc:28:
> /usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
> 'std::vector<__gnu_cxx::_Hashtable_node std::basic_string, std::allocator >,
> Ogre::Node*> >*, std::allocator<__gnu_cxx::_Hashtable_node std::basic_string, std::allocator >,
> Ogre::Node*> >*> >':
> /usr/include/c++/4.2/ext/hashtable.h:306:   instantiated from
> '__gnu_cxx::hashtable std::char_traits, std::allocator >, Ogre::Node*>,
> std::basic_string, std::allocator >,
> __gnu_cxx::hash,
> std::allocator > >, std::_Select1st std::basic_string, std::allocator >,
> Ogre::Node*> >, std::equal_to std::char_traits, std::allocator > >,
> std::allocator >'
> /usr/include/c++/4.2/ext/hash_map:89:   instantiated from
> '__gnu_cxx::hash_map,
> std::allocator >, Ogre::Node*, __gnu_cxx::hash std::char_traits, std::allocator > >,
> std::equal_to,
> std::allocator > >, std::allocator >'
> /usr/include/OGRE/OgreNode.h:99:   instantiated from here
> /usr/include/c++/4.2/bits/stl_vector.h:160: internal compiler error:
> Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see .
> scons: *** [server/physics/TrimeshGeom.o] Error 1
> scons: building terminated because of errors.
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>
> ___
> Playerstage-gazebo mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>
>

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-05-30 Thread Douglas Thom
Hello, all,

I have finally gotten around to attempting an install of gazebo so I can
work on my swarm ideas. Having learned quite a bit over the past two days
and using Google search in alarming quantities I have run into a problem I
simply cannot get around. If anybody can give me an idea about where to
search I would appreciate it. I suspect I have to follow the instructions
and submit this to GCC since it does read "internal compiler error".
However, just in case anybody has run into it before I thought I'd try the
list first. I imagine once I finally submit what they're looking for (I read
the instructions and it looks like a week's worth of learning to figure it
out) I will have to wait an unknown, long amount of time for a response.

I had compiled all dependencies and was running "sudo scons install" for the
latest SVN download of gazebo when the info pasted below happened. You'll
likely need more info than this but in the event somebody has run across
this already I thought I'd start here.

Thank you.

g++ -o server/physics/TrimeshGeom.o -c -ggdb -g2 -Wall -Wno-deprecated
-DOGRE_GUI_GLX -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver -Iserver/models
-Iserver/gui -Iserver/gui/fltk -Ilibgazebo -Iserver/rendering
-Iserver/sensors -Iserver/sensors/camera -Iserver/sensors/ray
-Iserver/physics -Iserver/physics/ode -Iserver/controllers
-Iserver/controllers/position2d -Iserver/controllers/position2d/pioneer2dx
-I/usr/include/OGRE -I/usr/include/libxml2 -I/usr/local/include
server/physics/TrimeshGeom.cc
In file included from /usr/include/OGRE/OgreBone.h:34,
 from /usr/include/OGRE/Ogre.h:43,
 from server/physics/TrimeshGeom.cc:28:
/usr/include/c++/4.2/bits/stl_vector.h: In instantiation of
'std::vector<__gnu_cxx::_Hashtable_node, std::allocator >,
Ogre::Node*> >*, std::allocator<__gnu_cxx::_Hashtable_node, std::allocator >,
Ogre::Node*> >*> >':
/usr/include/c++/4.2/ext/hashtable.h:306:   instantiated from
'__gnu_cxx::hashtable, std::allocator >, Ogre::Node*>,
std::basic_string, std::allocator >,
__gnu_cxx::hash,
std::allocator > >, std::_Select1st, std::allocator >,
Ogre::Node*> >, std::equal_to, std::allocator > >,
std::allocator >'
/usr/include/c++/4.2/ext/hash_map:89:   instantiated from
'__gnu_cxx::hash_map,
std::allocator >, Ogre::Node*, __gnu_cxx::hash, std::allocator > >,
std::equal_to,
std::allocator > >, std::allocator >'
/usr/include/OGRE/OgreNode.h:99:   instantiated from here
/usr/include/c++/4.2/bits/stl_vector.h:160: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html > for
instructions.
For Debian GNU/Linux specific bug reporting instructions,
see 

>.
scons: *** [server/physics/TrimeshGeom.o] Error 1
scons: building terminated because of errors.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-20 Thread Jordi
As Gazebo is surely compiled with debugging symbols try this in your gazebo
sources directory:

gdb ./gazebo

run worlds/whatever.world


It should take a little longer then crash. Then write:

bt

It will provide the backtrace.

Copy and paste it in and send it to the mailing list. Also provide the
Ogre.log file you'd find in same directory.


On Jan 21, 2008 9:10 AM, Giuseppe Marullo <[EMAIL PROTECTED]> wrote:

> Borja,
> I followed your instructions and gazebo even compiled, but this time
> segmentation fault on every world file I tried.
> What kind of information are needed to understand this time what the
> problem
> is?
>
> My system: AMD X2-5600
>   NVIDIA 8800GT
>
> Fedora Core 8 i386
>
> Thanks in advance,
>
> Giuseppe Marullo
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> [EMAIL PROTECTED]
> Sent: Friday, January 18, 2008 3:24 PM
> To: Gazebo developers
> Subject: Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora
> Core 8:
>
>
> Great! Many thanks, exactly what I would like to find on the
> wiki!
> Later,
>
> Giuseppe
>
> ----- Original Message -
> Da : "Borja" <[EMAIL PROTECTED]>
> A : "Gazebo developers"
> 
> Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
> on Fedora Core 8:
> Data : Thu, 17 Jan 2008 09:26:34 +0100 (CET)
>
> > Hi Giuseppe,
> >
> > the following link is my experience installing gazebo 0.8
> > svn on Fedora 8. I hope it will be useful for you.
> >
> > http://www.irobotics.org/gazebo08.f8.html
> >
> > -Borja
> >
> > > Tried both,
> > > Jordi SVN and Borja suggestion (link) both works, it
> > > compiles on .8pre1 and SVN.
> > >
> > > I tried to launch gazebo and I got errors about
> > > libgazebo.so not found, but it is in the supposed right
> > place. >
> > > I checked env vars and even pkg-config finds it.
> > >
> > >
> > > I will write a doc on installing it on FC8 I promise,
> > > but only if I survive :)
> > >
> > > Giuseppe
> > >
> > > - Original Message -
> > > Da : Jordi <[EMAIL PROTECTED]>
> > > A : [EMAIL PROTECTED],  "Gazebo developers"
> > > 
> > > Oggetto : Re: [PlayerStage-Gazebo] Unable to install
> > > Gazebo on Fedora Core 8:
> > > Data : Wed, 16 Jan 2008 12:30:33 +0900
> > >
> > >> Download the last SVN version, it does not depend on
> > >> boost_thread
> > >>
> > >>
> > >> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> > >> <[EMAIL PROTECTED]> wrote:
> > >>
> > >> > Hi Borja,
> > >> > thanks for your answer. Since I fiddled with other
> > >> > packages, I reinstalled fc8 from scratch, and now the
> > >> error is about: >
> > >> > /usr/bin/ld: cannot find -lboost_thread
> > >> > collect2: ld returned 1 exit status
> > >> > scons: *** [gazebo] Error 1
> > >> > scons: building terminated because of errors.
> > >> >
> > >> >
> > >> > These are the packages I used:
> > >> >
> > >> > player-2.1.0rc1
> > >> > stage-2.1.0rc1
> > >> > ode-src-0.9
> > >> > ogre-linux_osx-v1-4-6
> > >> > Cg-1.5_x86
> > >> > ois-1.0
> > >> > boost_1_34_1
> > >> >
> > >> > plus various other packages when requested.
> > >> >
> > >> > I tried to untar everyting under /usr/local/src
> > except >> > Cg that I utarrted under / (!)
> > >> >
> > >> > I believe the paths are ok, I followed the
> > installation >> > instructions, player
> > >> > and stage works.
> > >> >
> > >> > TIA,
> > >> >
> > >> > Giuseppe
> > >> >
> > >> > -Original Message-
> > >> > From:
> > [EMAIL PROTECTED] >> >
> > >>
> > [mailto:[EMAIL PROTECTED]
> > >> > n Behalf Of Borja >> > Sent: Tuesday, January 15,
> > 2008 9:50 AM >> > To: Gazebo developers
> > >> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> > >> > Gazebo on Fedora Core 8:
> > >> >
> > >> >
> > >> > What version of ODE are you using? Are you
> > include/li

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-20 Thread Giuseppe Marullo
Borja,
I followed your instructions and gazebo even compiled, but this time
segmentation fault on every world file I tried.
What kind of information are needed to understand this time what the problem
is?

My system: AMD X2-5600
   NVIDIA 8800GT

Fedora Core 8 i386

Thanks in advance,

Giuseppe Marullo




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Friday, January 18, 2008 3:24 PM
To: Gazebo developers
Subject: Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora
Core 8:


Great! Many thanks, exactly what I would like to find on the
wiki!
Later,

Giuseppe

- Original Message -
Da : "Borja" <[EMAIL PROTECTED]>
A : "Gazebo developers"

Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
on Fedora Core 8:
Data : Thu, 17 Jan 2008 09:26:34 +0100 (CET)

> Hi Giuseppe,
>
> the following link is my experience installing gazebo 0.8
> svn on Fedora 8. I hope it will be useful for you.
>
> http://www.irobotics.org/gazebo08.f8.html
>
> -Borja
>
> > Tried both,
> > Jordi SVN and Borja suggestion (link) both works, it
> > compiles on .8pre1 and SVN.
> >
> > I tried to launch gazebo and I got errors about
> > libgazebo.so not found, but it is in the supposed right
> place. >
> > I checked env vars and even pkg-config finds it.
> >
> >
> > I will write a doc on installing it on FC8 I promise,
> > but only if I survive :)
> >
> > Giuseppe
> >
> > - Original Message -
> > Da : Jordi <[EMAIL PROTECTED]>
> > A : [EMAIL PROTECTED],  "Gazebo developers"
> > 
> > Oggetto : Re: [PlayerStage-Gazebo] Unable to install
> > Gazebo on Fedora Core 8:
> > Data : Wed, 16 Jan 2008 12:30:33 +0900
> >
> >> Download the last SVN version, it does not depend on
> >> boost_thread
> >>
> >>
> >> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> > Hi Borja,
> >> > thanks for your answer. Since I fiddled with other
> >> > packages, I reinstalled fc8 from scratch, and now the
> >> error is about: >
> >> > /usr/bin/ld: cannot find -lboost_thread
> >> > collect2: ld returned 1 exit status
> >> > scons: *** [gazebo] Error 1
> >> > scons: building terminated because of errors.
> >> >
> >> >
> >> > These are the packages I used:
> >> >
> >> > player-2.1.0rc1
> >> > stage-2.1.0rc1
> >> > ode-src-0.9
> >> > ogre-linux_osx-v1-4-6
> >> > Cg-1.5_x86
> >> > ois-1.0
> >> > boost_1_34_1
> >> >
> >> > plus various other packages when requested.
> >> >
> >> > I tried to untar everyting under /usr/local/src
> except >> > Cg that I utarrted under / (!)
> >> >
> >> > I believe the paths are ok, I followed the
> installation >> > instructions, player
> >> > and stage works.
> >> >
> >> > TIA,
> >> >
> >> > Giuseppe
> >> >
> >> > -Original Message-
> >> > From:
> [EMAIL PROTECTED] >> >
> >>
> [mailto:[EMAIL PROTECTED]
> >> > n Behalf Of Borja >> > Sent: Tuesday, January 15,
> 2008 9:50 AM >> > To: Gazebo developers
> >> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> >> > Gazebo on Fedora Core 8:
> >> >
> >> >
> >> > What version of ODE are you using? Are you
> include/lib >> > paths accessible? I recommend that you
> use the last >> > stable one (0.9) and the default install
> location. >> >
> >> > -Borja
> >> >
> >> > > Hi,
> >> > > I get this error while trying to issue scons
> command: >> > >
> >> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
> >> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
> >> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> >> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
> >> -Ilibgazebo -Iserver/rendering -Iserver/sensors
> >> > > -Iserver/sensors/camera -Iserver/sensors/ray
> >> > > -Iserver/physics -Iserver/physics/ode
> >> > > -Iserver/controllers
> -Iserver/controllers/position2d >>
> -Iserver/controllers/position2d/pioneer2dx >> > >
> -I/usr/local/include -I/usr/local/include/OGRE >> > >
> -I/usr/include/libxml2 -I/usr/inclu

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-18 Thread Jordi
You can add a link to it in the wiki ;)


On Jan 18, 2008 11:24 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> Great! Many thanks, exactly what I would like to find on the
> wiki!
> Later,
>
> Giuseppe
>
> - Original Message -
> Da : "Borja" <[EMAIL PROTECTED]>
> A : "Gazebo developers"
> 
> Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
> on Fedora Core 8:
> Data : Thu, 17 Jan 2008 09:26:34 +0100 (CET)
>
> > Hi Giuseppe,
> >
> > the following link is my experience installing gazebo 0.8
> > svn on Fedora 8. I hope it will be useful for you.
> >
> > http://www.irobotics.org/gazebo08.f8.html
> >
> > -Borja
> >
> > > Tried both,
> > > Jordi SVN and Borja suggestion (link) both works, it
> > > compiles on .8pre1 and SVN.
> > >
> > > I tried to launch gazebo and I got errors about
> > > libgazebo.so not found, but it is in the supposed right
> > place. >
> > > I checked env vars and even pkg-config finds it.
> > >
> > >
> > > I will write a doc on installing it on FC8 I promise,
> > > but only if I survive :)
> > >
> > > Giuseppe
> > >
> > > - Original Message -
> > > Da : Jordi <[EMAIL PROTECTED]>
> > > A : [EMAIL PROTECTED],  "Gazebo developers"
> > > 
> > > Oggetto : Re: [PlayerStage-Gazebo] Unable to install
> > > Gazebo on Fedora Core 8:
> > > Data : Wed, 16 Jan 2008 12:30:33 +0900
> > >
> > >> Download the last SVN version, it does not depend on
> > >> boost_thread
> > >>
> > >>
> > >> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> > >> <[EMAIL PROTECTED]> wrote:
> > >>
> > >> > Hi Borja,
> > >> > thanks for your answer. Since I fiddled with other
> > >> > packages, I reinstalled fc8 from scratch, and now the
> > >> error is about: >
> > >> > /usr/bin/ld: cannot find -lboost_thread
> > >> > collect2: ld returned 1 exit status
> > >> > scons: *** [gazebo] Error 1
> > >> > scons: building terminated because of errors.
> > >> >
> > >> >
> > >> > These are the packages I used:
> > >> >
> > >> > player-2.1.0rc1
> > >> > stage-2.1.0rc1
> > >> > ode-src-0.9
> > >> > ogre-linux_osx-v1-4-6
> > >> > Cg-1.5_x86
> > >> > ois-1.0
> > >> > boost_1_34_1
> > >> >
> > >> > plus various other packages when requested.
> > >> >
> > >> > I tried to untar everyting under /usr/local/src
> > except >> > Cg that I utarrted under / (!)
> > >> >
> > >> > I believe the paths are ok, I followed the
> > installation >> > instructions, player
> > >> > and stage works.
> > >> >
> > >> > TIA,
> > >> >
> > >> > Giuseppe
> > >> >
> > >> > -Original Message-
> > >> > From:
> > [EMAIL PROTECTED] >> >
> > >>
> > [mailto:[EMAIL PROTECTED]
> > >> > n Behalf Of Borja >> > Sent: Tuesday, January 15,
> > 2008 9:50 AM >> > To: Gazebo developers
> > >> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> > >> > Gazebo on Fedora Core 8:
> > >> >
> > >> >
> > >> > What version of ODE are you using? Are you
> > include/lib >> > paths accessible? I recommend that you
> > use the last >> > stable one (0.9) and the default install
> > location. >> >
> > >> > -Borja
> > >> >
> > >> > > Hi,
> > >> > > I get this error while trying to issue scons
> > command: >> > >
> > >> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
> > >> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
> > >> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> > >> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
> > >> -Ilibgazebo -Iserver/rendering -Iserver/sensors
> > >> > > -Iserver/sensors/camera -Iserver/sensors/ray
> > >> > > -Iserver/physics -Iserver/physics/ode
> > >> > > -Iserver/controllers
> > -Iserver/controllers/position2d >>
> > -Iserver/controllers/position2d/pio

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-18 Thread [EMAIL PROTECTED]
Great! Many thanks, exactly what I would like to find on the
wiki!
Later,

Giuseppe 

- Original Message -
Da : "Borja" <[EMAIL PROTECTED]>
A : "Gazebo developers"

Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
on Fedora Core 8:
Data : Thu, 17 Jan 2008 09:26:34 +0100 (CET)

> Hi Giuseppe,
> 
> the following link is my experience installing gazebo 0.8
> svn on Fedora 8. I hope it will be useful for you.
> 
> http://www.irobotics.org/gazebo08.f8.html
> 
> -Borja
> 
> > Tried both,
> > Jordi SVN and Borja suggestion (link) both works, it
> > compiles on .8pre1 and SVN.
> >
> > I tried to launch gazebo and I got errors about
> > libgazebo.so not found, but it is in the supposed right
> place. >
> > I checked env vars and even pkg-config finds it.
> >
> >
> > I will write a doc on installing it on FC8 I promise,
> > but only if I survive :)
> >
> > Giuseppe
> >
> > - Original Message -
> > Da : Jordi <[EMAIL PROTECTED]>
> > A : [EMAIL PROTECTED],  "Gazebo developers"
> > 
> > Oggetto : Re: [PlayerStage-Gazebo] Unable to install
> > Gazebo on Fedora Core 8:
> > Data : Wed, 16 Jan 2008 12:30:33 +0900
> >
> >> Download the last SVN version, it does not depend on
> >> boost_thread
> >>
> >>
> >> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> > Hi Borja,
> >> > thanks for your answer. Since I fiddled with other
> >> > packages, I reinstalled fc8 from scratch, and now the
> >> error is about: >
> >> > /usr/bin/ld: cannot find -lboost_thread
> >> > collect2: ld returned 1 exit status
> >> > scons: *** [gazebo] Error 1
> >> > scons: building terminated because of errors.
> >> >
> >> >
> >> > These are the packages I used:
> >> >
> >> > player-2.1.0rc1
> >> > stage-2.1.0rc1
> >> > ode-src-0.9
> >> > ogre-linux_osx-v1-4-6
> >> > Cg-1.5_x86
> >> > ois-1.0
> >> > boost_1_34_1
> >> >
> >> > plus various other packages when requested.
> >> >
> >> > I tried to untar everyting under /usr/local/src
> except >> > Cg that I utarrted under / (!)
> >> >
> >> > I believe the paths are ok, I followed the
> installation >> > instructions, player
> >> > and stage works.
> >> >
> >> > TIA,
> >> >
> >> > Giuseppe
> >> >
> >> > -Original Message-
> >> > From:
> [EMAIL PROTECTED] >> >
> >>
> [mailto:[EMAIL PROTECTED]
> >> > n Behalf Of Borja >> > Sent: Tuesday, January 15,
> 2008 9:50 AM >> > To: Gazebo developers
> >> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> >> > Gazebo on Fedora Core 8:
> >> >
> >> >
> >> > What version of ODE are you using? Are you
> include/lib >> > paths accessible? I recommend that you
> use the last >> > stable one (0.9) and the default install
> location. >> >
> >> > -Borja
> >> >
> >> > > Hi,
> >> > > I get this error while trying to issue scons
> command: >> > >
> >> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
> >> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
> >> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> >> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
> >> -Ilibgazebo -Iserver/rendering -Iserver/sensors
> >> > > -Iserver/sensors/camera -Iserver/sensors/ray
> >> > > -Iserver/physics -Iserver/physics/ode
> >> > > -Iserver/controllers
> -Iserver/controllers/position2d >>
> -Iserver/controllers/position2d/pioneer2dx >> > >
> -I/usr/local/include -I/usr/local/include/OGRE >> > >
> -I/usr/include/libxml2 -I/usr/include/ode >> > >
> -I/usr/local/include/OIS >>
> server/physics/ode/ODEPhysics.cc >> > >
> server/physics/ode/ODEPhysics.cc: In constructor >> > >
> 'gazebo::ODEPhysics::ODEPhysics()': >>
> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was
> >> > > not declared in this scope >> > > scons: ***
> [server/physics/ode/ODEPhysics.o] Error 1 >> > > scons:
> building terminated because of errors. >> > >
> >

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-17 Thread Borja
Hi Giuseppe,

the following link is my experience installing gazebo 0.8 svn on Fedora 8.
I hope it will be useful for you.

http://www.irobotics.org/gazebo08.f8.html

-Borja

> Tried both,
> Jordi SVN and Borja suggestion (link) both works, it
> compiles on .8pre1 and SVN.
>
> I tried to launch gazebo and I got errors about libgazebo.so
> not found, but it is in the supposed right place.
>
> I checked env vars and even pkg-config finds it.
>
>
> I will write a doc on installing it on FC8 I promise, but
> only if I survive :)
>
> Giuseppe
>
> - Original Message -
> Da : Jordi <[EMAIL PROTECTED]>
> A : [EMAIL PROTECTED],  "Gazebo developers"
> 
> Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
> on Fedora Core 8:
> Data : Wed, 16 Jan 2008 12:30:33 +0900
>
>> Download the last SVN version, it does not depend on
>> boost_thread
>>
>>
>> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
>> <[EMAIL PROTECTED]> wrote:
>>
>> > Hi Borja,
>> > thanks for your answer. Since I fiddled with other
>> > packages, I reinstalled fc8 from scratch, and now the
>> error is about: >
>> > /usr/bin/ld: cannot find -lboost_thread
>> > collect2: ld returned 1 exit status
>> > scons: *** [gazebo] Error 1
>> > scons: building terminated because of errors.
>> >
>> >
>> > These are the packages I used:
>> >
>> > player-2.1.0rc1
>> > stage-2.1.0rc1
>> > ode-src-0.9
>> > ogre-linux_osx-v1-4-6
>> > Cg-1.5_x86
>> > ois-1.0
>> > boost_1_34_1
>> >
>> > plus various other packages when requested.
>> >
>> > I tried to untar everyting under /usr/local/src except
>> > Cg that I utarrted under / (!)
>> >
>> > I believe the paths are ok, I followed the installation
>> > instructions, player
>> > and stage works.
>> >
>> > TIA,
>> >
>> > Giuseppe
>> >
>> > -Original Message-
>> > From: [EMAIL PROTECTED]
>> >
>> [mailto:[EMAIL PROTECTED]
>> > n Behalf Of Borja
>> > Sent: Tuesday, January 15, 2008 9:50 AM
>> > To: Gazebo developers
>> > Subject: Re: [PlayerStage-Gazebo] Unable to install
>> > Gazebo on Fedora Core 8:
>> >
>> >
>> > What version of ODE are you using? Are you include/lib
>> > paths accessible? I recommend that you use the last
>> > stable one (0.9) and the default install location.
>> >
>> > -Borja
>> >
>> > > Hi,
>> > > I get this error while trying to issue scons command:
>> > >
>> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
>> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
>> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
>> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
>> -Ilibgazebo -Iserver/rendering -Iserver/sensors
>> > > -Iserver/sensors/camera -Iserver/sensors/ray
>> > > -Iserver/physics -Iserver/physics/ode
>> > > -Iserver/controllers -Iserver/controllers/position2d
>> -Iserver/controllers/position2d/pioneer2dx
>> > > -I/usr/local/include -I/usr/local/include/OGRE
>> > > -I/usr/include/libxml2 -I/usr/include/ode
>> > > -I/usr/local/include/OIS
>> server/physics/ode/ODEPhysics.cc
>> > > server/physics/ode/ODEPhysics.cc: In constructor
>> > > 'gazebo::ODEPhysics::ODEPhysics()':
>> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was
>> > > not declared in this scope
>> > > scons: *** [server/physics/ode/ODEPhysics.o] Error 1
>> > > scons: building terminated because of errors.
>> > >
>> > > TIA,
>> > >
>> > > Giuseppe Marullo
>> > >
>> > >
>> > >
>> > >
>> > >
>> >
>> --
>> > > --- 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
>> > > [email protected]
>>
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>> > >
>>

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-16 Thread [EMAIL PROTECTED]
Tried both,
Jordi SVN and Borja suggestion (link) both works, it
compiles on .8pre1 and SVN.

I tried to launch gazebo and I got errors about libgazebo.so
not found, but it is in the supposed right place.

I checked env vars and even pkg-config finds it.


I will write a doc on installing it on FC8 I promise, but
only if I survive :)

Giuseppe

- Original Message -
Da : Jordi <[EMAIL PROTECTED]>
A : [EMAIL PROTECTED],  "Gazebo developers"

Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
on Fedora Core 8:
Data : Wed, 16 Jan 2008 12:30:33 +0900

> Download the last SVN version, it does not depend on
> boost_thread
> 
> 
> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> <[EMAIL PROTECTED]> wrote:
> 
> > Hi Borja,
> > thanks for your answer. Since I fiddled with other
> > packages, I reinstalled fc8 from scratch, and now the
> error is about: >
> > /usr/bin/ld: cannot find -lboost_thread
> > collect2: ld returned 1 exit status
> > scons: *** [gazebo] Error 1
> > scons: building terminated because of errors.
> >
> >
> > These are the packages I used:
> >
> > player-2.1.0rc1
> > stage-2.1.0rc1
> > ode-src-0.9
> > ogre-linux_osx-v1-4-6
> > Cg-1.5_x86
> > ois-1.0
> > boost_1_34_1
> >
> > plus various other packages when requested.
> >
> > I tried to untar everyting under /usr/local/src except
> > Cg that I utarrted under / (!)
> >
> > I believe the paths are ok, I followed the installation
> > instructions, player
> > and stage works.
> >
> > TIA,
> >
> > Giuseppe
> >
> > -----Original Message-
> > From: [EMAIL PROTECTED]
> >
> [mailto:[EMAIL PROTECTED]
> > n Behalf Of Borja
> > Sent: Tuesday, January 15, 2008 9:50 AM
> > To: Gazebo developers
> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> > Gazebo on Fedora Core 8:
> >
> >
> > What version of ODE are you using? Are you include/lib
> > paths accessible? I recommend that you use the last
> > stable one (0.9) and the default install location.
> >
> > -Borja
> >
> > > Hi,
> > > I get this error while trying to issue scons command:
> > >
> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
> -Ilibgazebo -Iserver/rendering -Iserver/sensors
> > > -Iserver/sensors/camera -Iserver/sensors/ray
> > > -Iserver/physics -Iserver/physics/ode
> > > -Iserver/controllers -Iserver/controllers/position2d
> -Iserver/controllers/position2d/pioneer2dx
> > > -I/usr/local/include -I/usr/local/include/OGRE
> > > -I/usr/include/libxml2 -I/usr/include/ode
> > > -I/usr/local/include/OIS
> server/physics/ode/ODEPhysics.cc
> > > server/physics/ode/ODEPhysics.cc: In constructor
> > > 'gazebo::ODEPhysics::ODEPhysics()':
> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was
> > > not declared in this scope
> > > scons: *** [server/physics/ode/ODEPhysics.o] Error 1
> > > scons: building terminated because of errors.
> > >
> > > TIA,
> > >
> > > Giuseppe Marullo
> > >
> > >
> > >
> > >
> > >
> >
> --
> > > --- 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
> > > [email protected]
>
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> > >
> >
> >
> >
> >
> --
> > --- 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
> > [email protected]
>
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
> >
> >
> ---

Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-16 Thread [EMAIL PROTECTED]
Thans Jordi, I will give a try and report here.

- Original Message -
Da : Jordi <[EMAIL PROTECTED]>
A : [EMAIL PROTECTED],  "Gazebo developers"

Oggetto : Re: [PlayerStage-Gazebo] Unable to install Gazebo
on Fedora Core 8:
Data : Wed, 16 Jan 2008 12:30:33 +0900

> Download the last SVN version, it does not depend on
> boost_thread
> 
> 
> On Jan 16, 2008 11:30 AM, Giuseppe Marullo
> <[EMAIL PROTECTED]> wrote:
> 
> > Hi Borja,
> > thanks for your answer. Since I fiddled with other
> > packages, I reinstalled fc8 from scratch, and now the
> error is about: >
> > /usr/bin/ld: cannot find -lboost_thread
> > collect2: ld returned 1 exit status
> > scons: *** [gazebo] Error 1
> > scons: building terminated because of errors.
> >
> >
> > These are the packages I used:
> >
> > player-2.1.0rc1
> > stage-2.1.0rc1
> > ode-src-0.9
> > ogre-linux_osx-v1-4-6
> > Cg-1.5_x86
> > ois-1.0
> > boost_1_34_1
> >
> > plus various other packages when requested.
> >
> > I tried to untar everyting under /usr/local/src except
> > Cg that I utarrted under / (!)
> >
> > I believe the paths are ok, I followed the installation
> > instructions, player
> > and stage works.
> >
> > TIA,
> >
> > Giuseppe
> >
> > -----Original Message-
> > From: [EMAIL PROTECTED]
> >
> [mailto:[EMAIL PROTECTED]
> > n Behalf Of Borja
> > Sent: Tuesday, January 15, 2008 9:50 AM
> > To: Gazebo developers
> > Subject: Re: [PlayerStage-Gazebo] Unable to install
> > Gazebo on Fedora Core 8:
> >
> >
> > What version of ODE are you using? Are you include/lib
> > paths accessible? I recommend that you use the last
> > stable one (0.9) and the default install location.
> >
> > -Borja
> >
> > > Hi,
> > > I get this error while trying to issue scons command:
> > >
> > > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb
> > > -DOGRE_GUI_gtk -DOGRE_NO_FREEIMAGE
> > > -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> > > -Iserver/models -Iserver/gui -Iserver/gui/fltk
> -Ilibgazebo -Iserver/rendering -Iserver/sensors
> > > -Iserver/sensors/camera -Iserver/sensors/ray
> > > -Iserver/physics -Iserver/physics/ode
> > > -Iserver/controllers -Iserver/controllers/position2d
> -Iserver/controllers/position2d/pioneer2dx
> > > -I/usr/local/include -I/usr/local/include/OGRE
> > > -I/usr/include/libxml2 -I/usr/include/ode
> > > -I/usr/local/include/OIS
> server/physics/ode/ODEPhysics.cc
> > > server/physics/ode/ODEPhysics.cc: In constructor
> > > 'gazebo::ODEPhysics::ODEPhysics()':
> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was
> > > not declared in this scope
> > > scons: *** [server/physics/ode/ODEPhysics.o] Error 1
> > > scons: building terminated because of errors.
> > >
> > > TIA,
> > >
> > > Giuseppe Marullo
> > >
> > >
> > >
> > >
> > >
> >
> --
> > > --- 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
> > > [email protected]
>
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> > >
> >
> >
> >
> >
> --
> > --- 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
> > [email protected]
>
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
> >
> >
> --
> > --- This SF.net email is sponsored by:
> > Microsoft Defy all challenges. Microsoft(R) Visual
> > Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Playerstage-gazebo mailing list
> > [email protected]
>
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
> 
> 
> 
> -- 
> Jordi Polo Carres
> Natural language processing laboratory
> NAIST
> http://www.bahasara.org
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-15 Thread Jordi
Download the last SVN version, it does not depend on boost_thread


On Jan 16, 2008 11:30 AM, Giuseppe Marullo <[EMAIL PROTECTED]> wrote:

> Hi Borja,
> thanks for your answer. Since I fiddled with other packages, I reinstalled
> fc8 from scratch, and now the error is about:
>
> /usr/bin/ld: cannot find -lboost_thread
> collect2: ld returned 1 exit status
> scons: *** [gazebo] Error 1
> scons: building terminated because of errors.
>
>
> These are the packages I used:
>
> player-2.1.0rc1
> stage-2.1.0rc1
> ode-src-0.9
> ogre-linux_osx-v1-4-6
> Cg-1.5_x86
> ois-1.0
> boost_1_34_1
>
> plus various other packages when requested.
>
> I tried to untar everyting under /usr/local/src except Cg that I utarrted
> under / (!)
>
> I believe the paths are ok, I followed the installation instructions,
> player
> and stage works.
>
> TIA,
>
> Giuseppe
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Borja
> Sent: Tuesday, January 15, 2008 9:50 AM
> To: Gazebo developers
> Subject: Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora
> Core 8:
>
>
> What version of ODE are you using? Are you include/lib paths accessible? I
> recommend that you use the last stable one (0.9) and the default install
> location.
>
> -Borja
>
> > Hi,
> > I get this error while trying to issue scons command:
> >
> > g++ -o server/physics/ode/ODEPhysics.o -c -ggdb -DOGRE_GUI_gtk
> > -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> > -Iserver/models -Iserver/gui -Iserver/gui/fltk -Ilibgazebo
> > -Iserver/rendering -Iserver/sensors -Iserver/sensors/camera
> > -Iserver/sensors/ray -Iserver/physics -Iserver/physics/ode
> > -Iserver/controllers -Iserver/controllers/position2d
> > -Iserver/controllers/position2d/pioneer2dx -I/usr/local/include
> > -I/usr/local/include/OGRE -I/usr/include/libxml2 -I/usr/include/ode
> > -I/usr/local/include/OIS server/physics/ode/ODEPhysics.cc
> > server/physics/ode/ODEPhysics.cc: In constructor
> > 'gazebo::ODEPhysics::ODEPhysics()':
> > server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was not declared
> > in this scope
> > scons: *** [server/physics/ode/ODEPhysics.o] Error 1
> > scons: building terminated because of errors.
> >
> > TIA,
> >
> > Giuseppe Marullo
> >
> >
> >
> >
> >
> -
> > 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
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
>
>
>
> -
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Playerstage-gazebo mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>



-- 
Jordi Polo Carres
Natural language processing laboratory
NAIST
http://www.bahasara.org
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-15 Thread Giuseppe Marullo
Hi Borja,
thanks for your answer. Since I fiddled with other packages, I reinstalled
fc8 from scratch, and now the error is about:

/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
scons: *** [gazebo] Error 1
scons: building terminated because of errors.


These are the packages I used:

player-2.1.0rc1
stage-2.1.0rc1
ode-src-0.9
ogre-linux_osx-v1-4-6
Cg-1.5_x86
ois-1.0
boost_1_34_1

plus various other packages when requested.

I tried to untar everyting under /usr/local/src except Cg that I utarrted
under / (!)

I believe the paths are ok, I followed the installation instructions, player
and stage works.

TIA,

Giuseppe

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Borja
Sent: Tuesday, January 15, 2008 9:50 AM
To: Gazebo developers
Subject: Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora
Core 8:


What version of ODE are you using? Are you include/lib paths accessible? I
recommend that you use the last stable one (0.9) and the default install
location.

-Borja

> Hi,
> I get this error while trying to issue scons command:
>
> g++ -o server/physics/ode/ODEPhysics.o -c -ggdb -DOGRE_GUI_gtk
> -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> -Iserver/models -Iserver/gui -Iserver/gui/fltk -Ilibgazebo
> -Iserver/rendering -Iserver/sensors -Iserver/sensors/camera
> -Iserver/sensors/ray -Iserver/physics -Iserver/physics/ode
> -Iserver/controllers -Iserver/controllers/position2d
> -Iserver/controllers/position2d/pioneer2dx -I/usr/local/include
> -I/usr/local/include/OGRE -I/usr/include/libxml2 -I/usr/include/ode
> -I/usr/local/include/OIS server/physics/ode/ODEPhysics.cc
> server/physics/ode/ODEPhysics.cc: In constructor
> 'gazebo::ODEPhysics::ODEPhysics()':
> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was not declared
> in this scope
> scons: *** [server/physics/ode/ODEPhysics.o] Error 1
> scons: building terminated because of errors.
>
> TIA,
>
> Giuseppe Marullo
>
>
>
>
> -
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>



-
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


Re: [PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-15 Thread Borja
What version of ODE are you using? Are you include/lib paths accessible? I
recommend that you use the last stable one (0.9) and the default install
location.

-Borja

> Hi,
> I get this error while trying to issue scons command:
>
> g++ -o server/physics/ode/ODEPhysics.o -c -ggdb -DOGRE_GUI_gtk
> -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
> -Iserver/models -Iserver/gui -Iserver/gui/fltk -Ilibgazebo
> -Iserver/rendering -Iserver/sensors -Iserver/sensors/camera
> -Iserver/sensors/ray -Iserver/physics -Iserver/physics/ode
> -Iserver/controllers -Iserver/controllers/position2d
> -Iserver/controllers/position2d/pioneer2dx -I/usr/local/include
> -I/usr/local/include/OGRE -I/usr/include/libxml2 -I/usr/include/ode
> -I/usr/local/include/OIS server/physics/ode/ODEPhysics.cc
> server/physics/ode/ODEPhysics.cc: In constructor
> 'gazebo::ODEPhysics::ODEPhysics()':
> server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was not declared
> in this scope
> scons: *** [server/physics/ode/ODEPhysics.o] Error 1
> scons: building terminated because of errors.
>
> TIA,
>
> Giuseppe Marullo
>
>
>
>
> -
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>



-
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo


[PlayerStage-Gazebo] Unable to install Gazebo on Fedora Core 8:

2008-01-14 Thread Giuseppe Marullo
Hi,
I get this error while trying to issue scons command:

g++ -o server/physics/ode/ODEPhysics.o -c -ggdb -DOGRE_GUI_gtk
-DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -I. -Iserver
-Iserver/models -Iserver/gui -Iserver/gui/fltk -Ilibgazebo
-Iserver/rendering -Iserver/sensors -Iserver/sensors/camera
-Iserver/sensors/ray -Iserver/physics -Iserver/physics/ode
-Iserver/controllers -Iserver/controllers/position2d
-Iserver/controllers/position2d/pioneer2dx -I/usr/local/include
-I/usr/local/include/OGRE -I/usr/include/libxml2 -I/usr/include/ode
-I/usr/local/include/OIS server/physics/ode/ODEPhysics.cc
server/physics/ode/ODEPhysics.cc: In constructor
'gazebo::ODEPhysics::ODEPhysics()':
server/physics/ode/ODEPhysics.cc:55: error: 'dInitODE' was not declared
in this scope
scons: *** [server/physics/ode/ODEPhysics.o] Error 1
scons: building terminated because of errors.

TIA,

Giuseppe Marullo




-
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo