I successfuly configured and generated cmake files using cmake (ran it on vs 2013 dev cmd) for SFGUI following this guide
http://en.sfml-dev.org/forums/index.php?topic=6112.30It didnt ask to link glew nor boost and it didnt show any errors.I choose dynamic shared libs in cmake.
The problem is when i called nmake install from vs dev cmd it showed fatal errors u1073 for cl.exe and nmake.exe,but when i ran nmake install /i it stoped at 74% saying it doesnt know how to build sfgui.lib!
I ran vs 2013 dev cmd with admin rights!
I couldnt generate cmake by using visual studio in config so i used nmake makefiles.
Please help,cant seem to get it working and dont know what else to try.
are there and compiled bynaries for SFGUI in vs 2013?