> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Miha Radej > Sent: 09 January 2006 14:56 > To: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4884 - > in trunk/pgadmin3: > > hi! > > after checking out revision 4884 make fails with the following error: > <snip>
> revision 4883 makes just fine. > > system is suse 9.3, gcc 3.3.4, wx 2.6.0. > > regards, > Miha Does it build if you add 'include "frmQuery.h"' at the top of pgAdmin3.cpp (see how frmMain and some others are already included)? Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match