> On 03 Oct 2015, at 16:05, EamonnDH <[email protected]> wrote:
> 
> client/src/gui/settingsdialogmac.cpp:109:26: error: use of
> 
>      undeclared identifier 'preferencePanelCount'
> 
>    setCurrentPanelIndex(preferencePanelCount() - 1 - 2);
> 
> Anybody got any ideas?
> 
> Originally had this issue:
> https://github.com/owncloud/client/issues/3891#issuecomment-143582030
> Though once I got it to use the correct libiconv.dylib, I ran into this
> issue. after running make.
> Please help!

The src/3rdparty/qtmacgoodies submodule got its remote changed a little while 
ago and this unfortunately doesn’t get updated if you only do git submodule 
update. So try running this and try building again:

git submodule sync
git submodule update

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

Reply via email to