public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Brian Gough <bjg@network-theory.co.uk>
To: eric.van.der.velde@nl.fortisbank.com
Cc: gsl-discuss@sources.redhat.com
Subject: Re: Build problem on ABM AIX + solution
Date: Wed, 19 Dec 2001 13:20:00 -0000	[thread overview]
Message-ID: <15283.2308.52852.125389@debian> (raw)
In-Reply-To: <OF43E4997C.EFC1381A-ON41256AD4.00299FCF@nl.fortisbank.com>

eric.van.der.velde@nl.fortisbank.com writes:
 > Trying to make gsl on an IBM AIX 4.3 (xlc) system failed in the file
 > test/results.c (problems concerning the va_list)
 > 
 > The problem is that __STDC__ is not defined on an AIX system (which should
 > be), and the prepocessor takes the 'wrong' decision.

Thanks for the bug report.

Can you try this, 

go into test/results.c and change

  __STDC__ 

to 

  STDC_HEADERS

throughout (there are several occurrences).  Assuming the configure
script has defined STDC_HEADERS correctly in config.h this should
work.

Let me know and I'll make the change.

regards
Brian Gough

  parent reply	other threads:[~2001-12-19 13:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-19 13:20 eric.van.der.velde
2001-12-19 13:20 ` gsl-discuss
2001-12-19 13:20 ` Brian Gough [this message]
2001-12-19 13:20   ` gsl-discuss
2001-12-19 13:20     ` how do you build a 64-bit library on IRIX Charles Yee
2001-12-19 13:20       ` gsl-discuss
2001-12-19 13:20         ` Brian Gough
2001-12-19 13:20           ` William Brower
2001-12-19 13:20             ` Brian Gough
2001-12-19 13:20         ` Charles Yee
2001-12-19 13:20           ` Brian Gough
2001-12-19 13:20       ` Brian Gough
2001-12-19 13:20     ` Build problem on ABM AIX + solution Brian Gough
2001-12-19 13:20 eric.van.der.velde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15283.2308.52852.125389@debian \
    --to=bjg@network-theory.co.uk \
    --cc=eric.van.der.velde@nl.fortisbank.com \
    --cc=gsl-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).