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 windows / Visual Studio 2019 #8

Open
ghost opened this issue Jun 18, 2021 · 0 comments
Open

build windows / Visual Studio 2019 #8

ghost opened this issue Jun 18, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 18, 2021

First attempt. 58 errors.

  • add #include <tuple> in base.hpp (avoid non defined type in the cpp)
  • add #include <algorithm> in gknv_crossings_reducer.cpp and sugiyama_digraph.cpp (avoid error on std::sort non defined)
  • add = nullptr to Node* startNodeCopyGraph; in spqr_decomposition.cpp (line 122) and bctree.cpp (line 139) to avoid error C4703 on same files (respectively line 139 and line 157)

After that static build of library is ok with 185 warnings.

Not tested yet but seem a very good framework ! Thank you so much !

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

0 participants