LuaNode icon indicating copy to clipboard operation
LuaNode copied to clipboard

Can't find libBlogger2 library

Open darmie opened this issue 9 years ago • 5 comments

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

darmie avatar Apr 10 '16 19:04 darmie

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.

ignacio avatar Apr 11 '16 01:04 ignacio

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

darmie avatar Apr 11 '16 05:04 darmie

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. :)

ignacio avatar Apr 13 '16 14:04 ignacio

Alright, i'll try that, thanks

darmie avatar Apr 13 '16 14:04 darmie

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

ignacio avatar Apr 13 '16 14:04 ignacio