Inten Posted January 1, 2016 Report Share Posted January 1, 2016 Hello Guys, i use CMake 3.4.1, Win10, Visual Studio 2015 MySQL Server 5.7 Zero 4.0.4 Here my Visual Mistake http://paste.ofcode.org/mhMv3R45CaWeCyZZYHPynR I install Zero 4.0.4 (32bit), and Cmake say http://paste.ofcode.org/gf7fderpExruseiDgbeY4Z hm i dont understand what the problem is and yes i have do this guide here step @ step https://trinitycore.atlassian.net/wiki/display/tc/Requirements and first i install both tip (32 and 64) but i become the same Problem Link to comment Share on other sites More sharing options...
Nay Posted January 1, 2016 Report Share Posted January 1, 2016 What's the value of ZMQ_LIBRARY in CMake? Link to comment Share on other sites More sharing options...
Inten Posted January 1, 2016 Author Report Share Posted January 1, 2016 Hello Nay, I've already found my problem. CMake told me only "ZMQ_LIBRARY-NOTFOUND" out I just cmake in the line on "C: \ Program Files (x86) \ ZeroMQ 4.0.4 \ lib" changed. Cmake itself spat no direct fault but more from Visual Studuis. The solution was then the following: I have in CMake at "ZMQ_LIBRARY-NOTFOUND" to "C: \ Program Files (x86) \ ZeroMQ 4.0.4 \ lib \ libzmq-v120-mt-4_0_4.lib" Link to comment Share on other sites More sharing options...
Aokromes Posted January 7, 2016 Report Share Posted January 7, 2016 --- Canned message start --- It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end --- Link to comment Share on other sites More sharing options...
Recommended Posts