Ticket #29 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

can not compile src/core/stdc/math.d

Reported by: Fatmice Assigned to: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

FreeBSD a2451 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Sat Jul 17 14:19:59 PDT 2010 root@build8x64.pcbsd.org:/usr/obj/usr/pcbsd-build81/fbsd-source/8.1/sys/PCBSD amd64

When compiling import the following errors are encountered.

src/core/stdc/math.d(494): Error: function core.stdc.math.frexp (double value, int* exp) is not callable using argument types (const(real),const(int*)) src/core/stdc/math.d(494): Error: cannot implicitly convert expression (exp) of type const(int*) to int* src/core/stdc/math.d(515): Error: function core.stdc.math.remquo (double x, double y, int* quo) is not callable using argument types (const(real),const(real),const(int*)) src/core/stdc/math.d(515): Error: cannot implicitly convert expression (quo) of type const(int*) to int* gmake: *** [import/core/stdc/math.di] Error 1

Attachments

math.d_patch_374 (1.2 kB) - added by Fatmice on 08/27/10 15:53:11.
patch for src/core/stdc/math.d svn 374

Change History

08/27/10 15:53:11 changed by Fatmice

  • attachment math.d_patch_374 added.

patch for src/core/stdc/math.d svn 374

08/27/10 15:54:20 changed by Fatmice

I made some fixes to compile math.d. Please take a look.

08/28/10 03:56:12 changed by Fatmice

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

Svn 376 changes have resolved this problem.