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

how to compile OGDF with MinGW? #22

Open
uasolo opened this issue Oct 22, 2014 · 0 comments
Open

how to compile OGDF with MinGW? #22

uasolo opened this issue Oct 22, 2014 · 0 comments

Comments

@uasolo
Copy link

uasolo commented Oct 22, 2014

hi Michael,
I am trying to link my Qt project against OGDF. Since you have done it successfully, I'd like to ask advice.
I am failing to compile OGDF using MinGW. Chasing one of the compilation errors, I found out that in
ogdf\src\basic\basic.cpp there is an explicit 'complaint' about MinGW:
// XXX How do we implement these for MinGW GCC?
was it you writing it?
And, since the functions that follow have been reimplemented more or less as dummies, may this be the reason why GML read/write does not work in Dunnart? you see, those functions manage files and dirs.
Anyway, I guess that if I copy the extra definitions compilation errors will disappear. Before doing that, are there other places where OGDF should be hacked in order to work with MinGW? The simple approach would just be to copy the code version that comes with Dunnart. However, I'd like to know what I am doing, and also whether this might introduce bugs, due to the rewriting process.

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

1 participant