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

MLRenderingData::GLOptionsType not a member... #258

Closed
fordfrog opened this issue Dec 30, 2017 · 5 comments
Closed

MLRenderingData::GLOptionsType not a member... #258

fordfrog opened this issue Dec 30, 2017 · 5 comments

Comments

@fordfrog
Copy link

i'm trying to create meshlab live ebuild on gentoo linux distro but compilation fails for me with following error:

meshlabdocumentxml.cpp: In function ‘bool MeshDocumentFromXML(MeshDocument&, QString, bool, std::map<int, MLRenderingData>&)’:
meshlabdocumentxml.cpp:115:23: error: ‘GLOptionsType’ is not a member of ‘MLRenderingData’
      MLRenderingData::GLOptionsType opt;
                       ^~~~~~~~~~~~~

i tried to search the code where the reference occurs and where the definition is, but i got only this:

$ git grep GLOptionsType
src/common/meshlabdocumentxml.cpp:                                      MLRenderingData::GLOptionsType opt;
src/common/meshlabdocumentxml.cpp:      MLRenderingData::GLOptionsType opt;

the ebuild (building script) and applied patch can be seen here: https://cgit.gentoo.org/dev/fordfrog.git/tree/media-gfx/meshlab

am i doing something wrong or is it a code bug?

@baronzzl
Copy link

I meet the same problem, did you had resolve?

@andorardo
Copy link

Same problem here.

@learnForever90
Copy link

same problem. any fixes?

@aambrosano
Copy link

Switching to branch 'devel' on vcglib solved the issue for me.

@mcallieri
Copy link
Member

As specified in the compiling instructions, the DEVEL branch should be used.

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

6 participants