<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">It's absolutely none of my business what tools
      others choose to use, but I will say this:<br>
      <br>
      Having more of this process in Smalltalk and less in other
      (arcane) languages increases the confidence that, should we lose
      someone's services, others could step up to fill the gap.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 11/7/13 8:28 AM, Igor Stasenko
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEYrNzDT6LffKn3NLzBHEc7Xf8-DaANjijv1beYiqxBApPntNg@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On 7 November 2013 08:58, Tobias Pape
            <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">Hey Tim and all,<br>
              <div>
                <div class="h5">On 07.11.2013, at 05:00, Ron Teitelbaum
                  &lt;<a moz-do-not-send="true"
                    href="mailto:ron@usmedrec.com">ron@usmedrec.com</a>&gt;
                  wrote:<br>
                  <br>
                  &gt; Hey Tim,<br>
                  &gt;<br>
                  &gt; G&ouml;ran and Eliot have been discussing this. &nbsp;I
                  just talked to Eliot about it<br>
                  &gt; yesterday. &nbsp;He said he was happy to support cmake
                  but didn't want to have to<br>
                  &gt; do the work himself. &nbsp;I'm hoping that the work
                  G&ouml;ran is doing on this now<br>
                  &gt; can be turned over to Eliot when it is finished.
                  &nbsp;I think there is agreement<br>
                  &gt; that combining the excellent work of pharo build
                  with Eliot's new vm work is<br>
                  &gt; a very good thing to do. &nbsp;The work to merge the
                  build environments is<br>
                  &gt; already being done at 3D ICC. &nbsp;We are working on
                  this for the Mac also but<br>
                  &gt; have not discussed it with Ian yet.<br>
                  &gt;<br>
                  &gt; Ron Teitelbaum<br>
                  &gt;<br>
                  &gt;&gt; -----Original Message-----<br>
                  &gt;&gt; From: <a moz-do-not-send="true"
                    href="mailto:squeak-dev-bounces@lists.squeakfoundation.org">squeak-dev-bounces@lists.squeakfoundation.org</a>
                  [mailto:<a moz-do-not-send="true"
                    href="mailto:squeak-dev-">squeak-dev-</a><br>
                  &gt;&gt; <a moz-do-not-send="true"
                    href="mailto:bounces@lists.squeakfoundation.org">bounces@lists.squeakfoundation.org</a>]
                  On Behalf Of tim Rowledge<br>
                  &gt;&gt; Sent: Wednesday, November 06, 2013 9:04 PM<br>
                  &gt;&gt; To: The general-purpose Squeak developers
                  list<br>
                  &gt;&gt; Subject: Re: [squeak-dev] A Bounty for
                  CMake-ifying stack/Cog vm build<br>
                  &gt; process<br>
                  &gt;&gt;<br>
                  &gt;&gt;<br>
                  &gt;&gt; Wow, no interest? Is it because make is
                  painful or because nobody needs to<br>
                  &gt;&gt; make any more money?<br>
                  <br>
                  <br>
                </div>
              </div>
              I actually have interest but I am currently reluctant,<br>
              for time-capturing reasons in my personal and work life.<br>
              <br>
              However, Here is what I would do:<br>
              <br>
              &#8226; Start from Ians CMake work, and try to generalize it for
              the<br>
              &nbsp; non-Linux platforms<br>
              &#8226; Windows would be kind-of straight-forward,<br>
              &#8226; For OS X, I would really want to have the Cocoa-based VM
              stuff<br>
              &nbsp; (aka Squeak VM 5.4.7.x) integrated and proper Xcode
              files<br>
              &nbsp; generated, especially to be able to have iOS VMs built
              automatically.<br>
              &nbsp; &nbsp;Here, some information from John McIntosh would be
              helpfull, especially<br>
              &nbsp; a simple walk-through.<br>
              &nbsp; &nbsp;I have some experience with that[1]<br>
              <br>
              <br>
              Despite all admiration I have for the way the PharoVM is
              built, there is one<br>
              thing that bothers me:<br>
              &#8226; You first somehow generate the VM sources (which is
              fine, and the automated way is amazing)<br>
              &#8226; THEN, the a Script generates CMake-Files<br>
              &#8226; CMake then generates Makefiles<br>
              &#8226; and then finally a vm is compiled.<br>
              This is one generating step too much, for my taste.<br>
              Personally, I'd prefer CMake to just pick up the C-files
              generated by VMMaker,<br>
              so that adding a new platform does not need to change the
              VMMaker&#8230;</blockquote>
            <div><br>
            </div>
            <div>The main big issue with 'platform-neutral' static
              source files, that they tend to<br>
            </div>
            <div>grow with tons of #ifdef-s over time, reducing
              readability and creating a mess.<br>
              <br>
            </div>
            <div>My point is that one or another way you have to deal
              with platform differences,<br>
            </div>
            <div>and the way how i prefer to do it is using smalltalk
              code,<br>
            </div>
            <div>but not .m4 files, or .cmake files, or writing a medium
              novel long configuration files<br>
            </div>
            <div>using strange (better to say weird) scripting DSL.<br>
            </div>
            <div>I can express all build process logic in smalltalk,
              which does not lessens the amount<br>
              of work to deal with all platform nuances and dependencies
              etc, but at least it allows me to organize and shape it<br>
              into some manageable form, which is easy to change &amp;
              learn.<br>
            </div>
            <div>&nbsp;<br>
            </div>
            <div>&nbsp;And another difference is, that i prefer working with
              browser &amp; classes than<br>
              with dozens of directories and files lying here and there.<br>
              <br>
            </div>
            <div>But sure thing, it is a question of taste. If you
              prefer to maintain this:<br>
              -------------------------<br>
              MACRO (INTERNAL_PLUGIN plugin)<br>
              &nbsp; SET (plugin_sources "")<br>
              &nbsp; IF (DEFINED ${plugin}_sources)<br>
              &nbsp;&nbsp;&nbsp; SET (plugin_sources ${${plugin}_sources})<br>
              &nbsp; ELSE (DEFINED ${plugin}_sources)<br>
              &nbsp;&nbsp;&nbsp; FOREACH (dir ${src}/vm/intplugins ${cross}/plugins
              ${unix}/plugins)<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SET (tmp "")<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUX_SOURCE_DIRECTORY (${dir}/${plugin} tmp)<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STRING_APPEND (plugin_sources "${tmp}")<br>
              &nbsp;&nbsp;&nbsp; ENDFOREACH (dir)<br>
              &nbsp; ENDIF (DEFINED ${plugin}_sources)<br>
              &nbsp; IF (DEFINED ${plugin}_extra_sources)<br>
              &nbsp;&nbsp;&nbsp; STRING_APPEND (plugin_sources
              "${${plugin}_extra_sources}")<br>
              &nbsp; ENDIF (DEFINED ${plugin}_extra_sources)<br>
              &nbsp; FILE (WRITE ${bld}/${plugin}/CMakeLists.in "")<br>
              &nbsp; FOREACH (dir ${unix}/plugins ${unix})<br>
              &nbsp;&nbsp;&nbsp; FILE_APPEND (${bld}/${plugin}/CMakeLists.in
              ${dir}/${plugin}/build.cmake)<br>
              &nbsp; ENDFOREACH (dir)<br>
              &nbsp; FILE_APPEND (${bld}/${plugin}/CMakeLists.in
              ${config}/PluginInternal.cmake)<br>
              &nbsp; CONFIGURE_FILE (${bld}/${plugin}/CMakeLists.in
              ${bld}/${plugin}/CMakeLists.txt @ONLY)<br>
              &nbsp; ADD_SUBDIRECTORY (${bld}/${plugin} ${bld}/${plugin})<br>
              ENDMACRO (INTERNAL_PLUGIN)<br>
              --------------------------<br>
            </div>
            <div>And/or this:<br>
              --------------------------<br>
              AC_INIT([<a moz-do-not-send="true"
                href="http://config.h.in">config.h.in</a>])<br>
              <br>
              SVNREV=`grep '\$Rev: '
              ${srcdir}/../../../platforms/Cross/vm/sqSCCSVersion.h \<br>
              &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; | sed 's/.*$Rev: \([[0-9]][[0-9]]*\).*/\1/'`<br>
              AC_VM_VERSION(4,0,${SVNREV},4,2,0)<br>
              <br>
              topdir=`cd ${srcdir}/../../..; pwd`<br>
              cfgdir=`cd ${srcdir}; pwd`<br>
              <br>
              AC_ARG_WITH(src,<br>
              [&nbsp; --with-src=dir&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; generated src directory
              [default=src]],<br>
              [ vmmsrc="${with_src}"],<br>
              [ vmmsrc="src"])<br>
              <br>
              vmmdir="${topdir}/${vmmsrc}"<br>
              <br>
              if test ! -d "${topdir}/${vmmsrc}"; then<br>
              &nbsp; if test -d "${topdir}/platforms/unix/${vmmsrc}"; then<br>
              &nbsp;&nbsp;&nbsp; vmmdir="${topdir}/platforms/unix/${vmmsrc}"<br>
              &nbsp;&nbsp;&nbsp; AC_MSG_RESULT([using built-in src directory])<br>
              &nbsp; fi<br>
              fi<br>
              <br>
              AC_MSG_RESULT(${vmmdir})<br>
              <br>
              blddir=`pwd`<br>
              <br>
              AC_ARG_WITH(vmmcfg,<br>
              [&nbsp; --with-vmmcfg=dir&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vm configuration directory
              containing <a moz-do-not-send="true"
                href="http://plugins.int">plugins.int</a> and
              plugins.ext [default=.]],<br>
              [ vmmcfg="${with-vmmcfg}"],<br>
              [ vmmcfg="${blddir}"])<br>
              <br>
              # Compiling a Cogit VM or not?&nbsp; If so, need a cogit$o,
              cointerp, etc.<br>
              <br>
              AC_ARG_ENABLE(cogit,<br>
              [&nbsp; --enable-cogit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; compile a cogit VM
              [default=yes]],<br>
              cogit="no", cogit="yes")<br>
              AC_SUBST(cogit)<br>
              <br>
              #AC_ARG_ENABLE(jit,<br>
              #[&nbsp; --enable-jit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enable J4 support
              [default=no]],<br>
              #JIT="yes", JIT="no")<br>
              #<br>
              #test $JIT = "yes" &amp;&amp; J_CFLAGS="-DJ_ENABLED"<br>
              #AC_SUBST(J_CFLAGS)<br>
              <br>
              # Check the generated src dir looks sane<br>
              <br>
              AC_CHECK_VMM_DIR<br>
              <br>
              AC_SUBST(topdir)<br>
              AC_SUBST(cfgdir)<br>
              AC_SUBST(vmmdir)<br>
              AC_SUBST(vmmcfg)<br>
              AC_SUBST(blddir)<br>
              <br>
              SQ_VERSION=${SQ_MAJOR}.${SQ_MINOR}-${SQ_UPDATE}<br>
              <br>
              AC_DEFINE_UNQUOTED(SQ_VERSION, "${SQ_VERSION}")<br>
              <br>
              AC_SUBST(SQ_MAJOR)<br>
              AC_SUBST(SQ_MINOR)<br>
              AC_SUBST(SQ_UPDATE)<br>
              AC_SUBST(SQ_VERSION)<br>
              <br>
              VM_VERSION=${VM_MAJOR}.${VM_MINOR}-${VM_RELEASE}<br>
              <br>
              AC_DEFINE_UNQUOTED(VM_VERSION, "${VM_VERSION}")<br>
              <br>
              AC_SUBST(VM_MAJOR)<br>
              AC_SUBST(VM_MINOR)<br>
              AC_SUBST(VM_RELEASE)<br>
              AC_SUBST(VM_VERSION)<br>
              <br>
              # libdir contains ${exec_prefix}, so we have to default
              and expand early<br>
              test "x$prefix" = xNONE &amp;&amp;
              prefix=$ac_default_prefix<br>
              test "x$exec_prefix" = xNONE &amp;&amp;
              exec_prefix='${prefix}'<br>
              imgdir=`eval echo ${libdir}/squeak`<br>
              expanded_relative_imgdir=`eval echo
              lib/squeak/${VM_VERSION}`<br>
              plgdir='${imgdir}/'`eval echo ${VM_VERSION}`<br>
              <br>
              AC_SUBST(imgdir)<br>
              AC_SUBST(expanded_relative_imgdir)<br>
              AC_SUBST(plgdir)<br>
              <br>
              AC_DEFINE(OS_TYPE, "unix")<br>
              <br>
              AC_CANONICAL_HOST<br>
              <br>
              host_cpu=`echo $host | sed 's,-.*,,'`<br>
              host=`echo $host | sed 's,-unknown,,'`<br>
              <br>
              AC_SUBST(host)<br>
              AC_SUBST(host_cpu)<br>
              AC_SUBST(host_vendor)<br>
              AC_SUBST(host_os)<br>
              ----------------------------<br>
              <br>
            </div>
            <div>instead of plain smalltalk code, it is up to you.<br>
              <br>
            </div>
            <div>But that's about 'too much' for my taste. <br>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              But if the community is positive to just move to the Pharo
              way of<br>
              building VMs, I'd be fine with that, since that would
              unify a lot<br>
              of infrastructure :)<br>
              <br>
              Best<br>
              &nbsp; &nbsp; &nbsp; &nbsp; -Tobias<br>
              <br>
              [1] <a moz-do-not-send="true"
                href="https://github.com/krono/self/blob/cmake/vm/cmake/mac_osx.cmake"
                target="_blank">https://github.com/krono/self/blob/cmake/vm/cmake/mac_osx.cmake</a><br>
              <br>
              <br>
              <br>
              <br>
              <br>
              <br>
              <br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <br>
          -- <br>
          Best regards,<br>
          Igor Stasenko.
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>