A few weeks ago I followed the Linux build guide on Ubuntu 12.04. This gave no problems. This week I tried building on Ubuntu 12.10.
After the command "make && make install" it gave the following error:
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:44 (FILE):
file cannot create directory: /usr/local/share/dolphin-emu/user. Maybe
need administrative privileges.
I've also tried "sudo make && make install" giving the same problem. Creating the folder "/usr/local/share/dolphin-emu/user" from a terminal works fine, but does not solve the problem because there are more files and folder to be created there.
After the command "make && make install" it gave the following error:
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:44 (FILE):
file cannot create directory: /usr/local/share/dolphin-emu/user. Maybe
need administrative privileges.
I've also tried "sudo make && make install" giving the same problem. Creating the folder "/usr/local/share/dolphin-emu/user" from a terminal works fine, but does not solve the problem because there are more files and folder to be created there.