> On 07 Oct 2015, at 01:06, EamonnDH <[email protected]> wrote:
> 
> client/src/gui/settingsdialogmac.cpp:109:26: error: 
>      use of undeclared identifier 'preferencePanelCount'
>    setCurrentPanelIndex(preferencePanelCount() - 1 - 2);
>                         ^
> client/src/gui/settingsdialogmac.cpp:119:5: error: 
>      use of undeclared identifier 'insertPreferencesPanel'
>    insertPreferencesPanel(0, accountIcon, displayName, accountSettings);
>    ^
> client/src/gui/settingsdialogmac.cpp:130:13: error: 
>      use of undeclared identifier 'removePreferencesPanel'
>            removePreferencesPanel(p);
>            ^
> 
> Just tried to build again, with a fresh pull of owncloud, on a different
> mac, following the instructions provided. Exactly the same problem.
> What is happening? Please help.

Ah master is the default branch and it’s possible that it’s not currently in a 
good shape, everybody is working on the 2.0 branch at the moment.

You could try again by doing a checkout of the last release’s code before 
building, with this command:

git checkout v2.0.1


_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to