<!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;'><div>Hi Eliot.</div><div>&nbsp;</div><div>The conflict is in my glasses laying on the table when I was looking at that and not seeing clearly. ):</div><div>&nbsp;</div><div>My apologies</div><div>&nbsp;</div><div>t.<br></div><div id="1"><br>---- On Mon, 23 Jun 2014 15:33:40 -0700 &lt;b&gt;Eliot Miranda &lt;eliot.miranda@gmail.com&gt;&lt;/b&gt; wrote ---- <br></div><br><blockquote style="margin: 0px 0px 0px 5px; padding-left: 6px; border-left-color: rgb(0, 0, 255); border-left-width: 1px; border-left-style: solid;"> <div dir="ltr">Hi Timothy,<div><font color="#000000" style="background-color: rgb(255, 255, 255);"><br></font></div><div><font color="#000000" style="background-color: rgb(255, 255, 255);">&nbsp; &nbsp;I don't see what the conflict is. &nbsp;This:</font></div> <div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);">OPT="-g3 -O0&nbsp;-DDEBUGVM=1"<br> </font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);">and this:</font></div> <div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);">CFLAGS="$OPT&nbsp;-msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64&nbsp;-DCOGMTVM=0"<br> </font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);"><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);">expand to</font></div> <div><font color="#000000" face="arial, helvetica, sans-serif" style="background-color: rgb(255, 255, 255);"><br></font></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#000000" face="arial, helvetica, sans-serif">CFLAGS="</font><span style="color: rgb(0, 0, 0); font-family: arial,helvetica,sans-serif;">-g3 -O0&nbsp;</span><span style="color: rgb(0, 0, 0); font-family: arial,helvetica,sans-serif;">-DDEBUGVM=1</span><font color="#000000" face="arial, helvetica, sans-serif">&nbsp;-msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64&nbsp;-DCOGMTVM=0"&nbsp;<br> </font></span></div><div><span style="color: rgb(0, 0, 0); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><br></span></div><div><span style="color: rgb(0, 0, 0); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">So what's the problem?</span></div> <div><span style="color: rgb(0, 0, 0); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><br></span></div><div><span style="color: rgb(0, 0, 0); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">(and I've been using these build files for at least three builds now without issue)</span></div> <div><span style="color: rgb(0, 0, 0); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);"><br> <br></span><div><span style="background-color: rgb(255, 255, 255);">On Mon, Jun 23, 2014 at 9:58 AM, gettimothy <span dir="ltr">&lt;<a href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>&gt;</span> wrote:<br> </span><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><span style="background-color: rgb(255, 255, 255);">&nbsp;<br><u></u></span><div><div style="font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;"> <div><span style="background-color: rgb(255, 255, 255);">Hi Eliot.<br></span></div><div><span style="background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);">I am guessing this could cause problems as it is specifically in the build.debug file...</span></div> <div><span style="background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);">conflict in <strong>bold</strong></span></div><div><span style="background-color: rgb(255, 255, 255);"><br> </span></div><div><span style="background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);"><br></span><blockquote style="padding: 7px; border: 1px solid rgb(204, 204, 204);"><div><span style="background-color: rgb(255, 255, 255);">&nbsp;#!/bin/bash<br> # debug VM with VM profiler and threaded heartbeat<br>INSTALLDIR=debug/coglinuxht<br>OPT="-g3 -O0 <strong>-DDEBUGVM=1</strong>"<br><br>if [ $# -ge 1 ]; then<br>        INSTALLDIR="$1"; shift<br>fi<br><br> echo -n "clean? "<br>read a<br>case $a in<br>n|no|N|NO)      echo "ok but this isn't safe!!";;<br>*)                      test -f Makefile &amp;&amp; make reallyclean<br>esac<br>test -f config.h || ../../../platforms/unix/config/configure --without-npsqueak \<br>         CC="gcc -m32" \<br>        CXX="g++ -m32" \<br>        CFLAGS="<strong>$OPT </strong>-msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 <strong>-DCOGMTVM=0</strong>" \<br>        LIBS="-lpthread -luuid" \<br>         LDFLAGS=-Wl,-z,now<br>rm -f vm/sqUnixMain.o # nuke version info<br>rm -rf ../../../products/$INSTALLDIR<br># prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`<br># but older linux readlinks lack the -f flag<br> make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2&gt;&amp;1 | tee LOG</span></div></blockquote><span style="background-color: rgb(255, 255, 255);"><br><br></span></div><div><span style="background-color: rgb(255, 255, 255);">cheers, tty.<br> </span></div><div><span style="background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);"><br></span></div></div></div><span style="background-color: rgb(255, 255, 255);"><br></span></blockquote> </div><span style="background-color: rgb(255, 255, 255);"><br><br clear="all"></span><div><span style="background-color: rgb(255, 255, 255);"><br></span></div><span style="background-color: rgb(255, 255, 255);">-- <br>best,</span><div> <span style="background-color: rgb(255, 255, 255);">Eliot</span></div> </div></div> </blockquote><br></div></body></html>