Dolphin, the GameCube and Wii emulator - Forums

Full Version: Scons error 1 - Linux AMD64 compile error ahoy!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,
I'm trying to build Dolphin under Ubuntu 9.10 AMD64 (Anyone who calls it x86-64, or worst yet - x64... please refrain from doing so. Obligatory nerd rage will ensue)... but I've got problems. Missing files apparently, but I used the svn so iono what's going on.

I'm following instructions from here, but I'm thinking that's out of date... comments like saying the repos are out of date on scons suggest so. Are there new dependencies?

Terminal input/output below, help appreciated? If I can get this going well, I might consider doing the occasional AMD64 Linux uploads, there is an unfortunate deficit here.

Code:
Desktop                Downloads         My Games  Templates
Documents              examples.desktop  Pictures  Videos
dolphin-emu-read-only  Music             Public    winetricks

args.cache  Data                   Externals    Readme.txt  Source
Build       docs                   Installer    SconsTests
config.log  dolphin-emu-read-only  license.txt  SConstruct
scons: Reading SConscript files ...
Checking for pkg-config version > 0.15.0... (cached) yes
Checking for sdl lib version > 1.0.0... (cached) yes
Checking for bluez... (cached)
Using pkg-config for bluez... (cached) yes
Checking for ao... (cached)
Using pkg-config for ao... (cached) yes
Checking for alsa... (cached)
Using pkg-config for alsa... (cached) yes
Checking for portaudio... (cached)
Using pkg-config for portaudio... (cached) no
Looking for lib portaudio... (cached) no
Checking for sfml-network... (cached)
Using pkg-config for sfml-network... (cached) no
Looking for lib sfml-network... (cached) no
Checking for x11... (cached)
Using pkg-config for x11... (cached) yes
Checking for wxWidgets >= 2.8... (cached) yes
Checking for GL... (cached)
Using pkg-config for gl... (cached) yes
Checking for GLU... (cached)
Using pkg-config for glu... (cached) yes
Checking for Cg... (cached)
Using pkg-config for cg... (cached) no
Looking for lib Cg... (cached) yes
Checking for CgGL... (cached)
Using pkg-config for cggl... (cached) no
Looking for lib CgGL... (cached) yes
Checking for GLEW... (cached)
Using pkg-config for glew... (cached) no
Looking for lib GLEW... (cached) yes
Checking for xxf86vm... (cached)
Using pkg-config for xxf86vm... (cached) yes
Checking for GL... (cached)
Using pkg-config for gl... (cached) yes
Checking for GLU... (cached)
Using pkg-config for glu... (cached) yes
Checking for GLEW... (cached)
Using pkg-config for glew... (cached) no
Looking for lib GLEW... (cached) yes
Checking for xxf86vm... (cached)
Using pkg-config for xxf86vm... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Linux-x86_64-release
Compiling Build/Linux-x86_64-release/Externals/Lua/lua.o
In file included from Externals/Lua/lua.h:16,
                 from Externals/Lua/lua.c:15:
Externals/Lua/luaconf.h:279:31: error: readline/readline.h: No such file or directory
Externals/Lua/luaconf.h:280:30: error: readline/history.h: No such file or directory
Externals/Lua/lua.c: In function 'pushline':
Externals/Lua/lua.c:182: warning: assignment makes pointer from integer without a cast
scons: *** [Build/Linux-x86_64-release/Externals/Lua/lua.o] Error 1
scons: building terminated because of errors.
you have to install libreadline5-dev