Re: stringinfo.c compile error - Std Solaris 8

From: scrappy(at)hub(dot)org (Marc G(dot) Fournier)
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: stringinfo.c compile error - Std Solaris 8
Date: 2000-07-22 15:36:15
Message-ID: 8lcf1f$knk$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Clinton Carr" <ccarr(at)alchemedia(dot)com> writes:

>I'm getttin a 'parse error before 'args' in stringinfo.c during gmake. My
>system is a standard Solaris 8 environment. Any ideas?

Just recently did a compile for a client under Solaris 8 ... for some
reason, configure didn't define STDC_HEADERS in config.h, which is needed
to define va_list in stdio.h ...

Now, his system was using gcc for a compiler, so this might not relate,
but try that ...

--
Marc G. Fournier scrappy(at)hub(dot)org
Systems Administrator @ hub.org
scrappy(at){postgresql|isc}.org ICQ#7615664

Browse pgsql-ports by date

  From Date Subject
Next Message luc00 2000-08-03 14:34:09 restrictions about Linking Dynamically-Loaded Functions on NT/2000 ?
Previous Message Urban Widmark 2000-07-20 22:07:21 Re: Procedural Language module loading on Solaris/GCC