[MacPorts] #29985: libmpc 0.9 lacks mpc_get_dc
MacPorts
noreply at macports.org
Tue Apr 24 16:39:17 PDT 2012
#29985: libmpc 0.9 lacks mpc_get_dc
--------------------------------------------+-------------------------------
Reporter: russell.jones@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: libmpc
--------------------------------------------+-------------------------------
Comment(by jmr@…):
Seems to be because src/mpc.h does this:
{{{
/* Check if complex.h is included */
#if defined (_COMPLEX_H)
# define _MPC_H_HAVE_COMPLEX 1
#endif
}}}
But AFAICT nothing defines _COMPLEX_H. And then src/get.c for example
wraps the function definitions in `#if defined _MPC_H_HAVE_COMPLEX`.
--
Ticket URL: <https://trac.macports.org/ticket/29985#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list