octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49763] OCTAVE_F77_INT_TYPE unknown


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49763] OCTAVE_F77_INT_TYPE unknown
Date: Sun, 4 Dec 2016 20:03:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #2, bug #49763 (project octave):

No, I'm not seeing that definition in the config.h.

I've just looked through the configure routine a bit.  Does this set of
conditional statements, or at least its indentation, look properly formatted?


  # The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int64_t" >&5
$as_echo_n "checking size of int64_t... " >&6; }
if ${ac_cv_sizeof_int64_t+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int64_t))"
"ac_cv_sizeof_int64_t"        "$ac_includes_default"; then :

else
  if test "$ac_cv_type_int64_t" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "cannot compute sizeof (int64_t)
See \`config.log' for more details" "$LINENO" 5; }
   else
     ac_cv_sizeof_int64_t=0
   fi
fi


There seems to be a closing "fi" missing somewhere.  This is a hunk of script
just prior to the definitions of the index type.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49763>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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