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

Can't find libBlogger2 library #27

Open
darmie opened this issue Apr 10, 2016 · 5 comments
Open

Can't find libBlogger2 library #27

darmie opened this issue Apr 10, 2016 · 5 comments

Comments

@darmie
Copy link

darmie commented Apr 10, 2016

Can't find this library while trying to build for windows <libblogger2/libBlogger2.hpp>

@ignacio
Copy link
Owner

ignacio commented Apr 11, 2016

You're probably using the makefile. Please don't, it is not working. It uses some libraries that are not available.
You have to use CMake to build, following the instructions on the readme.

@darmie
Copy link
Author

darmie commented Apr 11, 2016

No I am not using the make file, I am using the Visual Studio solutions
that were provided

On Mon, 11 Apr 2016 02:07 Ignacio Burgueño, [email protected]
wrote:

You're probably using the makefile. Please don't, it is not working. It
uses some libraries that are not available.
You have to use CMake to build, following the instructions on the readme.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#27 (comment)

@ignacio
Copy link
Owner

ignacio commented Apr 13, 2016

Oh, sorry. I forgot about those VS solutions. Again, the preferred way to build is using CMake. Those project files has some defaults (libraries and paths) that are not readily available. In particular, you have to remove the definition of ENABLE_LIBBLOGGER in the project properties. You'll have to hack things a bit. :)

@darmie
Copy link
Author

darmie commented Apr 13, 2016

Alright, i'll try that, thanks

@ignacio
Copy link
Owner

ignacio commented Apr 13, 2016

Also, if you just need the binaries, you can download latest master from CI build for x86 or x64.

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

2 participants