Can't find libBlogger2 library
Can't find this library while trying to build for windows <libblogger2/libBlogger2.hpp>
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.
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 https://github.com/ignacio/LuaNode/issues/27#issuecomment-208105929
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. :)
Alright, i'll try that, thanks