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 errors #19

Open
quad-bit opened this issue Aug 23, 2020 · 3 comments
Open

Build errors #19

quad-bit opened this issue Aug 23, 2020 · 3 comments

Comments

@quad-bit
Copy link

Getting some build errors, screenshot attached.
Environment:
Win10, VS 2017

image

@nothke
Copy link

nothke commented Sep 8, 2020

I'm getting the same error. Did you manage to fix it?

@nothke
Copy link

nothke commented Sep 10, 2020

These errors seem to only happen if you build x64.

But anyway.. I realized building actually builds the benchmark exe, not the static library as I was expecting. If you want to build the static library you can remove benchmark and main cpps and change properties to be static library and save to .lib. Or, what I did - just take the .cpp files (except benchmark.cpp and main.cpp) and drop them in my project source together with header files.

@mtrebi
Copy link
Owner

mtrebi commented Sep 24, 2020

I started this project just to know how memory allocators worked and to spread the knowledge. I wasn't expecting to become so popular. Would be nice to turn this into a library but on the meantime @nothke suggestion would do the trick.

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

3 participants