<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Error building core/thread.d"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=196">196</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Error building core/thread.d
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>GDC
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>development
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OSX
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>libgdruntime
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>ibuclaw@gdcproject.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>john.loughran.colvin@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>$ ../gcc-6-20150719/configure --enable-languages=d --prefix=/opt/gdc
--enable-checking=yes
$ make -j8 2>&1 | tee build.log
...errors here, see attachment for full log...
$ make
...blah blah, here's where it goes wrong:...
Making all in libdruntime
/Users/johncolvin/Git/GDC/objdir/./gcc/gdc
-B/Users/johncolvin/Git/GDC/objdir/./gcc/
-B/opt/gdc/x86_64-apple-darwin15.0.0/bin/
-B/opt/gdc/x86_64-apple-darwin15.0.0/lib/ -isystem
/opt/gdc/x86_64-apple-darwin15.0.0/include -isystem
/opt/gdc/x86_64-apple-darwin15.0.0/sys-include    -o core/thread.o -Wall
-Werror -g -frelease -O2 -nostdinc -pipe -Wno-deprecated -I
../../../../gcc-6-20150719/libphobos/libdruntime -I ./x86_64-apple-darwin15.0.0
-I .  -c ../../../../gcc-6-20150719/libphobos/libdruntime/core/thread.d
<stdin>:23283:1: error: unexpected token at start of statement
.4648:
^
make[4]: *** [core/thread.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libphobos] Error 2
make: *** [all] Error 2</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>