Note that there are some explanatory texts on larger screens.

plurals
  1. POCMake And Visual Studio build errors
    primarykey
    data
    text
    <p>I've been trying to compile tulip using cmake to generate visual studio 2012 project files. It's giving me lots of trouble. I don't know how to get this to build. I've been trying to get visual studio to build this for 4 days now, and I'm extremely frustrated. Essentially, I follow the steps <a href="http://tulip.labri.fr/TulipDrupal/?q=node/1461" rel="nofollow">here</a>, and then set the variables CMAKE_LIBRARY_PATH AND CMAKE_INCLUDE_PATH according to <a href="http://tulip.labri.fr/TulipDrupal/?q=node/981" rel="nofollow">these instructions</a>.</p> <p>To get to where I'm at, all you have to do is <a href="http://sourceforge.net/projects/auber/files/tulip/tulip_4.3.0/tulip-4.3.0_src.zip/download" rel="nofollow">download tulip</a>, and:</p> <ol> <li>Unzip it, create a separate build directory outside of this source directory</li> <li>Open CMake-gui to the source and build directories</li> <li>Hit configure. Check use qt5, tell it where qmake is (make sure it's qt5)</li> <li>You need some dependencies as described in The Independent CMake tutorial. Grab all those dependencies</li> <li>As you continue to hit configure, specify each of the directories that it asks for as it errors out. It should ask for freetype, glew, zlib and sphinx. It shouldn't ask for where libxml or libpng, or libjpeg are. I don't know why it doesn't ask for those.</li> <li>Generate, and then browse to the ALL_BUILD that you've generated. Open it with visual studio</li> <li>try to build it with visual studio.</li> </ol> <p>In those instructions and in the process of getting CMake to generate the visual studio build files, it specifically asks for freetype's location. But in my build, it doesn't have a clue how to link the freetype library.</p> <p><a href="http://codepad.org/jH2mm0Ar" rel="nofollow">Here are the errors that I get</a></p> <p><a href="http://codepad.org/VNJnUBzS" rel="nofollow">Here is my CMakeCached.txt</a></p> <p>I know that many people aren't going to want to exactly try and go about replicating the build environment, so I've uploaded my build directory to dropbox. You can pull the entire thing down, and then open it in cmake gui and open the visual studio files in there too. <a href="https://www.dropbox.com/sh/qsvukh9t5gb6bvt/tOfOBxWgd0" rel="nofollow">https://www.dropbox.com/sh/qsvukh9t5gb6bvt/tOfOBxWgd0</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload