Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No named member error using Docker #5

Closed
tithamane opened this issue Mar 10, 2018 · 1 comment
Closed

No named member error using Docker #5

tithamane opened this issue Mar 10, 2018 · 1 comment

Comments

@tithamane
Copy link

I using a mac but trying to run this inside a docker. While building the app I get the error as shown below.

# github.com/dveselov/go-libreofficekit
In file included from /go/src/github.com/dveselov/go-libreofficekit/libreofficekit.go:6:0:
/go/src/github.com/dveselov/go-libreofficekit/lokbridge.h: In function 'get_views_count':
/go/src/github.com/dveselov/go-libreofficekit/lokbridge.h:70:25: error: 'LibreOfficeKitDocumentClass {aka struct _LibreOfficeKitDocumentClass}' has no member named 'getViewsCount'; did you mean 'getViews'?
     return pThis->pClass->getViewsCount(pThis);
@acaloiaro
Copy link
Contributor

acaloiaro commented Mar 19, 2018

If you're on a version of LoK older than libreofficekit-dev-5.3.*, try upgrading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants