d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With Qt Creator
Add Reply New Topic New Poll
Member
Posts: 27,086
Joined: Mar 7 2008
Gold: 685.00
May 19 2014 03:47pm
How can I fix this

Member
Posts: 9,803
Joined: Jun 28 2005
Gold: 6.67
May 20 2014 03:16am
I think you didn't install Qt properly.
Member
Posts: 27,086
Joined: Mar 7 2008
Gold: 685.00
May 20 2014 09:15am
Quote (KrzaQ2 @ 20 May 2014 04:16)
I think you didn't install Qt properly.


there is only a single command...
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 20 2014 11:07am
Must be missing a dependency or smthing, ask in your distro's forums
Member
Posts: 27,086
Joined: Mar 7 2008
Gold: 685.00
May 20 2014 09:40pm
Quote (m0hawk @ 20 May 2014 12:07)
Must be missing a dependency or smthing, ask in your distro's forums


well I found the header on the net but cant move into QtCore because I dont have permissions because I'm not the owner

This post was edited by eric838 on May 20 2014 09:56pm
Member
Posts: 62,215
Joined: Jun 3 2007
Gold: 9,039.20
May 21 2014 07:46am
Quote (eric838 @ May 20 2014 09:40pm)
well I found the header on the net but cant move into QtCore because I dont have permissions because I'm not the owner


Code
killg0re@localhost ~]$ chmod --help
Usage: chmod [OPTION]... MODE[,MODE]... FILE...
or: chmod [OPTION]... OCTAL-MODE FILE...
or: chmod [OPTION]... --reference=RFILE FILE...
Change the mode of each FILE to MODE.
With --reference, change the mode of each FILE to that of RFILE.

-c, --changes like verbose but report only when a change is made
-f, --silent, --quiet suppress most error messages
-v, --verbose output a diagnostic for every file processed
--no-preserve-root do not treat '/' specially (the default)
--preserve-root fail to operate recursively on '/'
--reference=RFILE use RFILE's mode instead of MODE values
-R, --recursive change files and directories recursively
--help display this help and exit
--version output version information and exit

Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+'.
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 21 2014 11:11am
Its not a very clean way to go though, better search for the package that contains the precious header and reinstall that :p
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll