|   | 229 |  | 
          
          
            |   | 230 | ---- | 
          
          
            |   | 231 |  | 
          
          
            |   | 232 | === 2/2/09 === | 
          
          
            |   | 233 |  | 
          
          
            |   | 234 | The Radio Strikes back... | 
          
          
            |   | 235 |  | 
          
          
            |   | 236 | Ran apt-get install guile, it threw some perl warnings, but I guess we're not worried: | 
          
          
            |   | 237 | {{{ | 
          
          
            |   | 238 | perl: warning: Setting locale failed. | 
          
          
            |   | 239 | perl: warning: Please check that your locale settings: | 
          
          
            |   | 240 |         LANGUAGE = (unset), | 
          
          
            |   | 241 |         LC_ALL = (unset), | 
          
          
            |   | 242 |         LANG = "en_US.UTF-8" | 
          
          
            |   | 243 |     are supported and installed on your system. | 
          
          
            |   | 244 | perl: warning: Falling back to the standard locale ("C"). | 
          
          
            |   | 245 | locale: Cannot set LC_CTYPE to default locale: No such file or directory | 
          
          
            |   | 246 | locale: Cannot set LC_MESSAGES to default locale: No such file or directory | 
          
          
            |   | 247 | locale: Cannot set LC_ALL to default locale: No such file or directory | 
          
          
            |   | 248 | Selecting previously deselected package guile-1.8-libs. | 
          
          
            |   | 249 | (Reading database ... 52898 files and directories currently installed.) | 
          
          
            |   | 250 | Unpacking guile-1.8-libs (from .../guile-1.8-libs_1.8.5+1-4.1_i386.deb) ... | 
          
          
            |   | 251 | Selecting previously deselected package guile-1.8. | 
          
          
            |   | 252 | Unpacking guile-1.8 (from .../guile-1.8_1.8.5+1-4.1_i386.deb) ... | 
          
          
            |   | 253 | Setting up guile-1.8-libs (1.8.5+1-4.1) ... | 
          
          
            |   | 254 | Setting up guile-1.8 (1.8.5+1-4.1) ... | 
          
          
            |   | 255 | perl: warning: Setting locale failed. | 
          
          
            |   | 256 | perl: warning: Please check that your locale settings: | 
          
          
            |   | 257 |         LANGUAGE = (unset), | 
          
          
            |   | 258 |         LC_ALL = (unset), | 
          
          
            |   | 259 |         LANG = "en_US.UTF-8" | 
          
          
            |   | 260 |     are supported and installed on your system. | 
          
          
            |   | 261 | perl: warning: Falling back to the standard locale ("C"). | 
          
          
            |   | 262 | }}} | 
          
          
            |   | 263 |  | 
          
          
            |   | 264 | Rerunning configured got the same results because a package (sdcc) was missing.  | 
          
          
            |   | 265 |  | 
          
          
            |   | 266 | After going through the list of required packages listed on http://gnuradio.org/trac/wiki/UbuntuInstall | 
          
          
            |   | 267 |  | 
          
          
            |   | 268 | We additionally installed: | 
          
          
            |   | 269 |  | 
          
          
            |   | 270 |  * sdcc | 
          
          
            |   | 271 |  * boost-build | 
          
          
            |   | 272 |  * wx-common | 
          
          
            |   | 273 |  * libqt3-mt-dev | 
          
          
            |   | 274 |  * libgsl0-dev | 
          
          
            |   | 275 |  |