Re: [CMake] FindwxWidgets maintainer

2007-09-21 Thread Miguel A. Figueroa-Villanueva
On 9/21/07, Andrew Maclean wrote: > Actually I have just begun using version 2.8.5 of wxwidgets. Miguel could > you please patch it to also use this version? I would thik you just need to > add wxWidgets-2.8.5 at line 376 before wxWidgets-2.8.4 > > It would be much appreciated. This will be added

Re: [CMake] FindwxWidgets maintainer

2007-09-21 Thread Miguel A. Figueroa-Villanueva
On 9/21/07, Mathieu Malaterre wrote: > On 9/21/07, Andrew Maclean wrote: > > Is it worthwhile putting in a backwards compatible fix for such an old > > version of wxWidgets? > > > This has been broken in patch version ! cmake 2.4.5 / 2.4.6 / 2.4.7 > are completely different in wx support. > At l

Re: [CMake] FindwxWidgets maintainer

2007-09-21 Thread Andrew Maclean
Actually I have just begun using version 2.8.5 of wxwidgets. Miguel could you please patch it to also use this version? I would thik you just need to add wxWidgets-2.8.5 at line 376 beforewxWidgets-2.8.4 It would be much appreciated. Thanks Andrew On 9/21/07, Mathieu Malaterre <[EMAI

Re: [CMake] FindwxWidgets maintainer

2007-09-21 Thread Mathieu Malaterre
On 9/21/07, Andrew Maclean <[EMAIL PROTECTED]> wrote: > Is it worthwhile putting in a backwards compatible fix for such an old > version of wxWidgets? This has been broken in patch version ! cmake 2.4.5 / 2.4.6 / 2.4.7 are completely different in wx support. At least put a warning when you deci

Re: [CMake] FindwxWidgets maintainer

2007-09-20 Thread Andrew Maclean
Is it worthwhile putting in a backwards compatible fix for such an old version of wxWidgets? Andrew On 9/21/07, Miguel A. Figueroa-Villanueva <[EMAIL PROTECTED]> wrote: > > Hello, > > As mentioned in a previous thread, I haven't had time to monitor this > list in the past few weeks. Now, I'm t

Re: [CMake] FindwxWidgets maintainer

2007-09-20 Thread Miguel A. Figueroa-Villanueva
Hello, As mentioned in a previous thread, I haven't had time to monitor this list in the past few weeks. Now, I'm trying to parse through 117 threads or so finding anything related to FindwxWidgets, since I'm the maintainer. I found this and for archival purposes, my reply below. On 8/27/07, Mat

[CMake] FindwxWidgets maintainer

2007-08-27 Thread Mathieu Malaterre
Hi, I am trying to use FindwxWidgets in the latest cmake and it seems it is not backward compatible. The cmake code is trying to do something like: $ wx-config --libs gl,adv But at least on my machine this is returning an error. One should run instead: $ wx-config --libs -pthread -lwx_gtk-2