Re: [pgadmin-hackers] Strange error message when linking

2010-03-05 Thread Ashesh Vashi
:-) On Fri, Mar 5, 2010 at 1:03 PM, Guillaume Lelarge wrote: > Hi Ashesh, > > Le 05/03/2010 07:31, Ashesh Vashi a écrit : > > [...] > > Very small mistake. (I saw this error earlier.) > > You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ > > module.mk" file. > > Please fin

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Hi Ashesh, Le 05/03/2010 07:31, Ashesh Vashi a écrit : > [...] > Very small mistake. (I saw this error earlier.) > You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ > module.mk" file. > Please find the attached patch. > Wow, thanks a lot. I thought I updated all module.mk

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Ashesh Vashi
Hi Guillaume, Very small mistake. (I saw this error earlier.) You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ module.mk" file. Please find the attached patch. -- Thanks & Regards, Ashesh Vashi On Fri, Mar 5, 2010 at 5:44 AM, Guillaume Lelarge wrote: > Le 05/03/2010 00:

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Le 05/03/2010 00:52, Guillaume Lelarge a écrit : > [...] > I'm still working on a ctlColourPicker widget, our custom > wxColourPickerCtrl to work around issues found on Mac OS X by Dave. I > was obviously wrong when I said that coding this widget would be simple :-/ > > The patch attached is my cu

[pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Hi, I'm still working on a ctlColourPicker widget, our custom wxColourPickerCtrl to work around issues found on Mac OS X by Dave. I was obviously wrong when I said that coding this widget would be simple :-/ The patch attached is my current work. I'm pretty ashamed of it, but can't find a way to