← Back to team overview

cairo-dock-team team mailing list archive

Re: [Question #198999]: cairo-dock-icon-manager.c:75:15: error: storage size of ‘s_aMutexLookupIcon’ isn’t known

 

Question #198999 on Cairo-Dock Core changed:
https://answers.launchpad.net/cairo-dock-core/+question/198999

Matthieu Baerts posted a new comment:
> Perhaps you used the wrong -p or --strip option?
Yes, you used the wrong -p option ;)
In the patch, you can see that this file will be modified: src/gldit/cairo-dock-icon-manager.c
The -p option strip the smallest prefix containing X leading slashes from each file name found in the patch file. So if you use -p1, it will try to modify this file: gldit/cairo-dock-icon-manager.c (which doesn't exist in src/gldit)

If you want to apply this patch, you've to launch these commands:
    $ cd «path to cairo core»/
    $ patch -p0 < /home/jfilipe/Download/matttbe.txt
(or cd src/gldit && patch -p2 < (...))

But it's strange that bzr patch failed... Can you launch these commands from cairo-dock-core:
  $ bzr status ## <= no file should be modified. If yes, launch this command:
  $ bzr revert

-- 
You received this question notification because you are a member of
Cairo-Dock Team, which is an answer contact for Cairo-Dock Core.