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

Build error in trunk #139

Closed
gns48 opened this issue Jan 18, 2021 · 2 comments
Closed

Build error in trunk #139

gns48 opened this issue Jan 18, 2021 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists Fixed Job is done but not jet released
Milestone

Comments

@gns48
Copy link

gns48 commented Jan 18, 2021

Build error in trunk:

CImportExportUIController.cpp: In member function ‘bool CImportExportUIController::loadFromFile(const QString&, const QString&, CEditorScene&, QString*)’:
CImportExportUIController.cpp:263:50: error: cannot convert ‘CEditorScene’ to ‘CNodeEditorScene&’
263 | return (COGDFLayout::loadGraph(fileName, scene, lastError));
| ^~~~~
| |
| CEditorScene
In file included from CImportExportUIController.cpp:17:
../../src/commonui/ogdf/COGDFLayout.h:32:70: note: initializing argument 2 of ‘static bool COGDFLayout::loadGraph(const QString&, CNodeEditorScene&, QString*)’
32 | static bool loadGraph(const QString &filename, CNodeEditorScene &scene, QString* lastError = nullptr);
| ~~~~~~~~~~~~~~~~~~^~~~~
Ubuntu 20.04.1 LTS
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
QT 5.12.8
Build with OGDF and boost

@danfe
Copy link

danfe commented Feb 8, 2021

This had been already reported as #130.

@ArsMasiuk
Copy link
Owner

Fixed for 0.7.dev

@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 ArsMasiuk added this to the 0.7 milestone Feb 14, 2021
ArsMasiuk added a commit that referenced this issue Feb 14, 2021
@ArsMasiuk ArsMasiuk added the duplicate This issue or pull request already exists label Feb 14, 2021
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

3 participants