On 24 Jul 2003, Laura Conrad wrote:

> >>>>> "Juergen" == Juergen Reuter <[EMAIL PROTECTED]> writes:
>
>     Juergen> Actually, it does not need to be there, since
>     Juergen> /usr/include/math.h usually includes a couple of other
>     Juergen> files.  On my machine, lrint seems to be defined in
>     Juergen> /usr/include/bits/mathinline.h.
>
> math.h doesn't seem to include tgmath.h, which is what has lrint.
>

I also have lrint defined in tgmath.h, but this may be not the only
place.  Try:

makedepend -f- /usr/include/math.h

If this lists you a file called /usr/include/bits/mathcalls.h, and if
this file contains a line

__MATHDECL (long int,lrint,, (_Mdouble_ __x));

then this is most probably the place where lrint is defined.

Greetings,
Juergen



_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to