> -----Original Message----- > From: roy vinner [mailto:[EMAIL PROTECTED] > Sent: 14 July 2005 21:29 > To: Dave Page > Cc: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] compilation problems on Mandrake 10.1 > > > > > Oh, I thought you were still having trouble getting wxGTK to compile > > properly. So, the current situtation is that you have wxGTK > 2.6.1 built > > and installed as per the pgAdmin instructions (except the mimetype > > option), along with the stc and ogl modules? > > Yes, that is correct.
Hmm - the wx-config program appears to be from wx 2.4 (you can tell from the compile option it returned: -I /usr/local/lib/wx/include/gtk2u-2.4). Try using the --with-wx-config option to pgAdmin's configure program (I think that's right - use configure --help if not) to point it at the correct wx-config for 2.6.1. 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