gti-icon-cache command not found error when installing compiled GIT
#1
I i have been happly compiling xbmc from git for months now with no issues i use an automated script i made. but now when it runs the final command make install prefix=/usr at the end i get "gtk-icon-cache command not found" what does this mean? a quick google search turned up that it has something to do with the make.in file or makefile.in or whatever its called and has been fixed in git before. i will also note xbmc seems like it installs fine. my only worry is that its halting at that command and its not the last one in the batch of command generated from make install if its the last command and is just a warning its cool but if there are more files for it to copy after that command i see a problem

any ideas?
Reply
#2
Have you redone ./bootstrap every time?
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
gti-icon-cache command not found error when installing compiled GIT0