lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make error on CVS


From: Juergen Reuter
Subject: Re: make error on CVS
Date: Thu, 24 Jul 2003 17:17:04 +0200 (CEST)


On 24 Jul 2003, Laura Conrad wrote:

> >>>>> "Juergen" == Juergen Reuter <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]