error writting conf.pri

Linux specific questions, problems.
Locked
Voroshek

error writting conf.pri

Post by Voroshek »

I have this probleme:
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.5 ... yes
Checking for pkg-config executable ... yes
Checking for libtorrent-rasterbar >= 0.14.4 ... yes
Checking for libboost ... yes
Checking for qtsingleapplication library ... [shipped]  yes
Error writing conf.pri
what will this? Thanks
openSUSE-LXDE
User avatar
Peter
Administrator
Administrator
Posts: 3046
Joined: Wed Jul 07, 2010 6:14 pm

Re: error writting conf.pri

Post by Peter »

What about the attributes and owner? You own all the files? (The user who wants to ./configure ?)

You can "re-own" the files with: sudo chown -R username:username /home/username/stuffyouwant/
Voroshek

Re: error writting conf.pri

Post by Voroshek »

Thank, thing is going/
Locked