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

0.6.2 does not build in OGDF mode #130

Closed
danfe opened this issue Dec 16, 2020 · 2 comments
Closed

0.6.2 does not build in OGDF mode #130

danfe opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists Fixed Job is done but not jet released

Comments

@danfe
Copy link

danfe commented Dec 16, 2020

Version 0.6.2 does not build in OGDF mode, compilation fails with the following error:

CImportExportUIController.cpp:263:50: error: non-const lvalue reference to type 'CNodeEditorScene' cannot bind to a value of unrelated type 'CEditorScene'
        return (COGDFLayout::loadGraph(fileName, scene, lastError));
                                                 ^~~~~
../../src/commonui/ogdf/COGDFLayout.h:32:70: note: passing argument to parameter 'scene' here
    static bool loadGraph(const QString &filename, CNodeEditorScene &scene, QString* lastError = nullptr);

This is on FreeBSD and Clang 11.0.0.

@ArsMasiuk ArsMasiuk added the duplicate This issue or pull request already exists label Feb 14, 2021
ArsMasiuk added a commit that referenced this issue Feb 14, 2021
@ArsMasiuk ArsMasiuk self-assigned this Feb 14, 2021
@ArsMasiuk ArsMasiuk added the Fixed Job is done but not jet released label Feb 14, 2021
@ArsMasiuk
Copy link
Owner

must be fixed in trunk as well

@danfe
Copy link
Author

danfe commented Feb 14, 2021

Technically though, #139 should be labeled the duplicate. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists Fixed Job is done but not jet released
Projects
None yet
Development

No branches or pull requests

2 participants