Dear Pierre, <br><br>Thanks for your interest into CTK :) <br><br>Could you attach the files:<br> - <font face="arial" size="2">E:\workspace\c++\CTK-superbuild\CMakeCache.txt <br> - </font><font face="arial" size="2">E:\workspace\c++\CTK-superbuild\CTK-build/CMakeCache.txt </font><br>
<br>Out of curiosity, does the problem happen if you clone and build into "E:\Workspace" directly without the "c++" subfolder? <br><br>Thanks<br>Jc<br><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 5:04 AM, Pierre Pacchioni <span dir="ltr"><<a href="mailto:ppacch@yahoo.com">ppacch@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">
<font face="arial" size="2">Hello,</font><div style="font-family: arial; font-size: 10pt;">I'm trying to compile commontk under windows XP.</div><div style="font-family: arial; font-size: 10pt;">I followed the instructions and I got an error with "git". Git is correctly installed on my system and I also set the GIT_EXECUTABLE variable</div>
<div style="font-family: arial; font-size: 10pt;"><br></div><div style="font-family: arial; font-size: 10pt;"><div>-- Building for: Visual Studio 9 2008</div><div>-- Check for working C compiler using: Visual Studio 9 2008</div>
<div>-- Check for working C compiler using: Visual Studio 9 2008 -- works</div><div>-- Detecting C compiler ABI info</div><div>-- Detecting C compiler ABI info - done</div><div>-- Check for working CXX compiler using: Visual Studio 9 2008</div>
<div>-- Check for working CXX
compiler using: Visual Studio 9 2008 -- works</div><div>-- Detecting CXX compiler ABI info</div><div>-- Detecting CXX compiler ABI info - done</div><div>-- Looking for Q_WS_X11</div><div>-- Looking for Q_WS_X11 - not found.</div>
<div>-- Looking for Q_WS_WIN</div><div>-- Looking for Q_WS_WIN - found</div><div>-- Looking for Q_WS_QWS</div><div>-- Looking for Q_WS_QWS - not found.</div><div>-- Looking for Q_WS_MAC</div><div>-- Looking for Q_WS_MAC - not found.</div>
<div>-- Found Qt-Version 4.6.3 (using E:/Qt/4.6.3/bin/qmake.exe)</div><div>-- Generated: E:/workspace/c++/CTK/DGraphInput-alldep.txt</div><div>-- Generated: E:/workspace/c++/CTK/DGraphInput-alldep-withext.txt</div><div>-- Generated: E:/workspace/c++/CTK/DGraphInput.txt</div>
<div>-- Generated: E:/workspace/c++/CTK/Project.xml</div><div>-- Could NOT find Git (missing: GIT_EXECUTABLE)</div><div>CMake Error at e:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:1055
(message):</div><div> error: could not find git for clone of CTKData</div><div>Call Stack (most recent call first):</div><div> e:/Program Files/CMake 2.8/share/cmake-2.8/Modules/ExternalProject.cmake:1464 (_ep_add_download_command)</div>
<div> CMakeExternals/CTKData.cmake:19 (ExternalProject_Add)</div><div> SuperBuild.cmake:144 (INCLUDE)</div><div> CMakeLists.txt:568 (INCLUDE)</div></div><div style="font-family: arial; font-size: 10pt;"><br></div><div style="font-family: arial; font-size: 10pt;">
git is installed:</div><div><div><font face="arial" size="2">E:\workspace\c++\CTK>git</font></div><div><font face="arial" size="2">usage: git [--version] [--exec-path[=<path>]] [--html-path]</font></div><div><font face="arial" size="2"> [-p|--paginate|--no-pager]
[--no-replace-objects]</font></div><div><font face="arial" size="2"> [--bare] [--git-dir=<path>] [--work-tree=<path>]</font></div><div><font face="arial" size="2"> [-c name=value] [--help]</font></div>
<div><font face="arial" size="2"> <command> [<args>]</font></div><div><font face="arial" size="2"><br></font></div><div><font face="arial" size="2">The most commonly used git commands are:</font></div>
<div><font face="arial" size="2"> add Add file contents to the index</font></div><div><font face="arial" size="2"> bisect Find by binary search the change that introduced a
bug</font></div><div><font face="arial" size="2"> branch List, create, or delete branches</font></div><div><font face="arial" size="2"> checkout Checkout a branch or paths to the working tree</font></div><div>
<font face="arial" size="2"> clone Clone a repository into a new directory</font></div><div><font face="arial" size="2"> commit Record changes to the repository</font></div><div><font face="arial" size="2"> diff Show changes between commits, commit and working tree, etc</font></div>
<div><font face="arial" size="2"> fetch Download objects and refs from another repository</font></div><div><font face="arial" size="2"> grep Print lines matching a pattern</font></div><div><font face="arial" size="2"> init Create an empty git repository or reinitialize an existing one</font></div>
<div><font face="arial" size="2"> log Show commit logs</font></div><div><font face="arial" size="2"> merge Join two or more development histories together</font></div><div><font face="arial" size="2"> mv Move or rename a file, a directory, or a symlink</font></div>
<div><font face="arial" size="2"> pull Fetch from and merge with another repository or a local branch</font></div><div><font face="arial" size="2"> push
Update remote refs along with associated objects</font></div><div><font face="arial" size="2"> rebase Forward-port local commits to the updated upstream head</font></div><div><font face="arial" size="2"> reset Reset current HEAD to the specified state</font></div>
<div><font face="arial" size="2"> rm Remove files from the working tree and from the index</font></div><div><font face="arial" size="2"> show Show various types of objects</font></div><div><font face="arial" size="2"> status Show the working tree status</font></div>
<div><font face="arial" size="2"> tag Create, list, delete or verify a
tag object signed with GPG</font></div><div><font face="arial" size="2"><br></font></div><div><font face="arial" size="2">See 'git help <command>' for more information on a specific command.</font></div></div>
<div style="font-family: arial; font-size: 10pt;"><br></div><div style="font-family: arial; font-size: 10pt;">What did I miss here? </div><div style="font-family: arial; font-size: 10pt;"><br></div><div style="font-family: arial; font-size: 10pt;">
On my pc </div><div style="font-family: arial; font-size: 10pt;">Windows XP</div><div><div><font face="arial" size="2">E:\workspace\c++\CTK-superbuild>git --version</font></div><div><font face="arial" size="2">git version 1.7.4.msysgit.0</font></div>
</div><div><font face="arial" size="2"><br></font></div><div><font face="arial" size="2"><div>E:\workspace\c++\CTK-superbuild>cmake --version</div><div>cmake version 2.8.4</div><div><br></div><div>Qt: 4.6.3</div><div>
<br>
</div><div>Thanks for your help</div><div>Pierre.</div></font></div><font color="#888888"><div><font face="arial" size="2"><br></font></div><div style="font-family: arial; font-size: 10pt;"><br></div></font></td></tr></tbody></table>
<br>_______________________________________________<br>
Ctk-developers mailing list<br>
<a href="mailto:Ctk-developers@commontk.org">Ctk-developers@commontk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>+1 919 869 8849<br><br>