Re: [pgadmin-hackers] acinclude.m4 and wx detection question

2005-05-05 Thread Adam H. Pendleton
On May 5, 2005, at 4:47 PM, Raphaël Enrici wrote: Hi Adam, I have a small question in mind I never asked concerning the way we check for wxwidgets files installed while in configure scripts (for example stc headers). Why don't we try to build small C or C++ examples which includes the required

Re: [pgadmin-hackers] acinclude.m4 and wx detection question

2005-05-05 Thread Andreas Pflug
Raphaël Enrici wrote: Hi Adam, I have a small question in mind I never asked concerning the way we check for wxwidgets files installed while in configure scripts (for example stc headers). Why don't we try to build small C or C++ examples which includes the required files and check to see if the

Re: [pgadmin-hackers] acinclude.m4 and wx detection question

2005-05-05 Thread Raphaël Enrici
Adam H. Pendleton wrote: On May 5, 2005, at 4:47 PM, Raphaël Enrici wrote: Hi Adam, I have a small question in mind I never asked concerning the way we check for wxwidgets files installed while in configure scripts (for example stc headers). Why don't we try to build small C or C++ examples

Re: [pgadmin-hackers] acinclude.m4 and wx detection question

2005-05-05 Thread Adam H. Pendleton
On May 5, 2005, at 5:23 PM, Raphaël Enrici wrote: Yes, but how would we go about finding the wx-config file in the first place? Aren't the --with-wx* flags you gave to us useable for this ? I personnaly use them each time I build pga3 like this: --with-wx=/usr --with-wx-config=wx-config