Re: CVS HEAD compile error - Mailing list pgadmin-hackers

From Adam H. Pendleton
Subject Re: CVS HEAD compile error
Date
Msg-id 5B4FA31C-94A5-49D2-AFBD-9D2BDB5EB4AE@fmonkey.net
Whole thread Raw
In response to Re: CVS HEAD compile error  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: CVS HEAD compile error  (Andreas Pflug <pgadmin@pse-consulting.de>)
List 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
>


pgadmin-hackers by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: Re: CVS HEAD compile error
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by : r4119 - trunk/pgadmin3