<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">hi,&nbsp;<div><br></div><div>you are having two problems (one depending on the other).</div><div><br></div><div>1) you are using an old version. That branch was moved to <a href="http://github.com/pharo-project/pharo-vm">http://github.com/pharo-project/pharo-vm</a> like more than a year ago… there the scripts are outdated.&nbsp;</div><div>2) in your version, before execute sh build.sh, you need to execute (in “build" dir): ../script[I really do not remember the subdir name]/extract-commit-info.sh</div><div><br></div><div>that should generate the vmVersionInfo.h file</div><div><br></div><div>but well… I highly recommend you to use the correct branch before continue.&nbsp;</div><div><br></div><div>cheers,&nbsp;</div><div>Esteban</div><div><br></div><div><br></div><div><br><div><div>On 23 Apr 2014, at 18:24, gettimothy &lt;<a href="mailto:gettimothy@zoho.com">gettimothy@zoho.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><div><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;"><div>Hi Folks,</div><div><br></div><div>I am now working with the CMakeVMMaker on Pharo and am curious as to the maturity of the code before I tackle some build issues I am having with it.</div><div>Please note that I am NOT looking for an answer to this specific build issue--I can trace that down and fix it just fine. I merely need a sense of the community's sense of the tools robustness so I can keep that in mind as future issues come up.</div><div><br></div><div>I am currently using the source tree from&nbsp; git clone <a href="git://gitorious.org/cogvm/blessed.git">git://gitorious.org/cogvm/blessed.git</a></div><div>and running the generator.image in the blessed/image directory that is downloaded via the newImage.sh script.</div><div><br></div><div><br></div><div>It seems to run really well except I am getting what looks like a basic error&nbsp;</div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245); position: static; z-index: auto;">[ 95%] Building C object CMakeFiles/CogVM.dir/home/wm/usr/src/smalltalk/blessed/platforms/unix/vm/sqUnixMain.c.o<br>In file included from /home/wm/usr/src/smalltalk/blessed/platforms/unix/vm/sqUnixMain.c:41:0:<br>/home/wm/usr/src/smalltalk/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54: fatal error: vmVersionInfo.h: No such file or directory<br> #include "vmVersionInfo.h" // defines REVISION_STRING<br></blockquote> <br><div>when running this script:</div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div><br></div><div>CogUnixConfig new<br>    addExternalPlugins: #( FT2Plugin );<br>    addInternalPlugins: #( UnixOSProcessPlugin );<br>    "generateForDebug;"<br>    generateSources; generate.</div></blockquote> <div><br></div><div>That missing #include threw up a red-flag for me (which I have not investigated) that made me question the tools maturity.<br></div><div><br></div><div>FWIW, I *really* like the approach of this tool. Having the configurations in their own objects makes perfect sense to me and it is nice to not have to deal with #IFNDEF foo #DEF bar &nbsp;#UNLESS oops #THEN hack #ENDIF stuff.</div><div><br></div><div>The blessed/image/newImage.sh is a nice feature as well.&nbsp;</div><div><br></div><div>thanks for your time.</div><div><br></div><div>tty</div><div><br></div><div><br></div></div></div></blockquote></div><br></div></body></html>