Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1846 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

bob for MacOSX

Reported by: mwarning Assigned to: kris
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.8 Sean
Keywords: Cc:

Description

build/src/bob.d needs support for MacOSX:

Attachments

bob.patch (4.8 kB) - added by mwarning on 02/09/10 19:49:29.
bob.7z (145.1 kB) - added by mwarning on 02/09/10 20:09:37.
bob.2.7z (187.3 kB) - added by mwarning on 02/10/10 21:20:58.
for OSX, build with LDC

Change History

02/09/10 01:51:26 changed by mwarning

Pretty much straight forward copy/paste/replace from Linux class. It produces a libtango.a.
Can we place it in ./build/bin/darwin32 (will work nicer with tango-bundle.sh)?

02/09/10 19:49:29 changed by mwarning

  • attachment bob.patch added.

02/09/10 20:09:37 changed by mwarning

  • attachment bob.7z added.

02/09/10 21:12:36 changed by larsivi

(In [5358]) Update, refs #1846

02/10/10 21:20:58 changed by mwarning

  • attachment bob.2.7z added.

for OSX, build with LDC

02/10/10 21:23:05 changed by mwarning

I've added a binary that was build with ldc since the binary build with dmd is broken.
Unfortunately, the binary is quite big (1MB). Doh!

02/10/10 21:24:19 changed by mwarning

(and yes, it's stripped already)

02/13/10 16:44:24 changed by larsivi

(In [5370]) OSX support, thanks mwarning, refs #1846

02/13/10 16:47:35 changed by larsivi

  • status changed from new to closed.
  • resolution set to fixed.

(In [5371]) Working, albeit large, binary bob for osx 32, closes #1846, thanks mwarning