[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] wrote:
Where is gstdint.h ? Does it acctually exist ?
libdecnumber seems to use it.
decimal32|64|128.h's include decNumber.h which includes deccontext.h
which includes gstdint.h
When you configure libdecnumber (e.g. by running top-level gcc
configure), gstdint.h should be created, by modifying <stdint.h>.
Since you said nothing about the conditions where you had a problem,
you can't expect anyone to fix it for you. If you do want it fixed,
you should at least file a complete PR. As it is more likely to
happen with a poorly supported target, you may have to look into it in
more detail than that.
When this happened to me, I simply made a copy of stdint.h to get over
the hump.
Thanks for prompt reply.
I am doing 386 build. I could not find it in my build directory, but it
is there after all. Sorry, not used to finding files in Linux.
Aaron
You can't expect people to guess which 386 build you are doing. Certain
386 builds clearly are not in the "poorly supported" category, others
may be.
- Re: Where is gstdint.h Tim Prince
-