can't build with ubuntu 12.04 64 bit
Asked by
Eduard Gotwig
on 2012-07-14
Revision 43.
I can't build:
./build.sh
To compile the following packages are needed:
* valac
* libglib2.0-dev
* libpackagekit-
* libsqlheavy-dev
Building light-software-
src/Widgets/
private void pack_separator () {
error: unable to open `/home/
Compilation failed: 1 error(s), 1 warning(s)
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Eduard Gotwig
- Solved:
- 2012-07-14
- Last query:
- 2012-07-14
- Last reply:
seems like you don't have permissions on your home folder...
use autotools:
./autogen.sh
./configure
make
then you have to build the database by doing:
cd db-build
sudo ./dbbuild -d /var/cache/
| Eduard Gotwig (gotwig) said : | #2 |
Thanks, Stephen
To post a message you must log in.
