Hello again,

 Here is another micro patch related to wxWidgets bindings:

--- a/cmake/modules/wxwidgets.cmake     Mon Feb 02 23:55:09 2009 +0100
+++ b/cmake/modules/wxwidgets.cmake     Mon Feb 09 22:19:29 2009 +0100
@@ -30,7 +30,7 @@

 # Find wxWidgets needed for driver and bindings
 if(PLD_wxwidgets OR PLD_wxpng)
-  find_package(wxWidgets QUIET)
+  find_package(wxWidgets COMPONENTS base core QUIET)
   if(NOT wxWidgets_FOUND)
     message(STATUS
       "WARNING: wxWidgets not found so "

Basically it just avoids linking in all the other wxWidgets libraries
(stuff like XRC, net, html, ...) needlessly. Without it, all these
libraries are included in `pkg-config --libs` output and also become
dependencies of libplplotwxwidgetsd.so itself which means they're always
referenced. This is not usually a big problem, of course, but OTOH it's
pretty needless too as base and core are all that it needs.

 Thanks,
VZ

P.S. Werner, I received your answers, thanks! But I still can't contact you
     by email myself because your domain uses very aggressive grey-listing
     and all my replies to you are still in the outgoing queue many hours
     after I wrote them. If you can contact me from another address, to
     which I could reply, it would be great. TIA!

Attachment: pgpc9L6piDQEY.pgp
Description: PGP signature

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to