<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Hi Holger and Estaban<br><br><br>I am typing this from my OpenIndiana parition, so I don't have Squeak in front of me as a reference.<br><br>However, by simply setting the CMake variable CMAKE_USE_RELATIVE_PATHS to true in CMakeGenerator&gt;&gt;generate (?)&nbsp; I was able to get rid of the path problem on SunOS/OpenSolaris and start the build.<br><br><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><br><br>wm@henry:~$ cmake --help-variable CMAKE_USE_RELATIVE_PATHS<br>cmake version 2.6-patch 2<br>------------------------------------------------------------------------------<br>SingleItem<br><br>  CMAKE_USE_RELATIVE_PATHS<br>       Use relative paths (May not work!).<br><br>       If this is set to TRUE, then the CMake will use relative paths between<br>       the source and binary tree.  This option does not work for more<br>       complicated projects, and relative paths are used when possible.  In<br>       general, it is not possible to move CMake generated makefiles to a<br>       different location regardless of the value of this variable.</div></blockquote> <br><br><br>At this point, I am going to consider this resolved on Unix platform that supports relative paths. I will deal with Windows/Dos when I get around to booting up a windows box.<br><br>cheers.<br><br>tty<br><br><br></div></body></html>