One of the things I've encountered when trying to compile GDC for OSX is an issue with the following file

https://github.com/D-Programming-GDC/GDC/blob/master/libphobos/libdruntime/core/thread.d

This issue was noticed by a guy a few months ago on the old BitBucket repository

https://bitbucket.org/goshawk/gdc/issue/357/definition-of-_tls_data_array-with-version

His suggestion for a fix worked for me and I was able to compile GDC for OSX 10.8 quite easily.

The question I have is, what repository do I send a pull request to, to fix this? Is the "druntime" element of GDC different from

https://github.com/D-Programming-Language/druntime

?

Or are they kept (roughly) in sync?

Reply via email to