Re: CVS HEAD compile error

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: CVS HEAD compile error
Date: 2005-05-02 18:40:54
Message-ID: 5B4FA31C-94A5-49D2-AFBD-9D2BDB5EB4AE@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Is this really a dumb compiler error? What data type is hintArray
[]? It needs a data type, not a name.

ahp

On May 2, 2005, at 1:13 PM, Andreas Pflug wrote:

> Adam H. Pendleton wrote:
>
>> I'm trying to compile pgadmin3, but I get this error:
>> ./ui/frmHint.cpp:47: error: non-local variable '<anonymous
>> struct> hintArray []' uses anonymous type
>> Any idea what's going on?
>>
>
> DCE (Dumb Compiler Error :-)
> Seems we must name it.
>
> Regards,
> Andreas
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-02 21:18:07 SVN Commit by : r4119 - trunk/pgadmin3
Previous Message Adam H. Pendleton 2005-05-02 17:45:40 Re: CVS HEAD compile error