Difference: GeneralNotes (2 vs. 3)

Revision 32007-02-13 - DavidMeger

Line: 1 to 1
 
META TOPICPARENT name="Robots"
Notes from Robuddies January 23, 2006
Line: 20 to 20
 
    1. cvs -d ~simra/ai/.cvs co fastslam
  1. Add some necessary lines to your shell config files. There are several ways to do this, and some components are shell dependent. Here are the lines that work for me when added to my .cshrc.
  2. Install the ImageMagick development libraries, and ensure that these are in the path.
Added:
>
>
  1. At the time I built the code, two files gave errors under gcc 4. I had to modify these files slightly to get the build to work:
    1. Navigator.cc. Lines 402 and 403 need (unsigned int)() casts put around the hardcoded zeros.
    2. GlobalNavigator.cc. Lines 60 and 61 need (unsigned int)() casts put around the hardcoded zeros.
 
  1. Compile the code:
    1. make checkout_install GCC=4.1
Changed:
<
<
  1. At the time I built the code, two files gave errors under gcc 4. I had to modify these files slightly to get the build to work:
    1. Navigator.cc
    2. GlobalNavigator.cc
>
>
    1. make PRODUCTION=yes
  Please contact Dave Meger with any feedback on these instructions.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback