List Info

Thread: wxWidgets support files




wxWidgets support files
user name
2006-07-31 09:28:32
2006/7/29, Alex Besogonov <cyberaxelewise.com>:
> I've fixed my wxWidgets build files to support the
latest BJam.

  Hi, I put in my user-config.jam the following:
           using wxWidgets : E:/wx ;

  wxWidgets is build using MSVC with Unicode support.

  This works fine, with the exception that expat library is
misspelled as epxat.
  However, if I try to put the version explicitly, like
           using wxWidgets : E:/wx : 2.6 ;
  it doesn't work anymore (complains about not being able
to find wxbaseud.lib).

  The Jamroot used for testing is:
--------
   exe test : test.cpp /wxWidgets//wx-base
/wxWidgets//wx-expat
                 : <wx-unicode>on
                ;
--------

-- 
Bojan Resnik
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
wxWidgets support files
user name
2006-07-31 10:30:27
Bojan Resnik wrote:
>   This works fine, with the exception that expat
library is misspelled as epxat.
Thanks, fixed.

>   However, if I try to put the version explicitly, like
>            using wxWidgets : E:/wx : 2.6 ;
>   it doesn't work anymore (complains about not being
able to find wxbaseud.lib).
Fixed. Please, try the attached patches.

-- 
With respect,
             Alex Besogonov (cyberaxelewise.com)
Index: wxWidgets-win.jam
============================================================
=======
--- wxWidgets-win.jam	(revision 933)
+++ wxWidgets-win.jam	(working copy)
 -157,6
+157,9 
     	{
     		$(res).set version : [ modules.peek wxWidgets :
WX_VERSION_DEFAULT ] ;
     		$(res).set version-flat : [
wxWidgets-common.flatten-version [ $(res).get version ] ] ;
+    	} else
+    	{
+    		$(res).set version-flat : [
wxWidgets-common.flatten-version [ $(res).get version ] ] ;
     	}
     	return $(res) ;
     }
Index: wxWidgets-posix.jam
============================================================
=======
--- wxWidgets-posix.jam	(revision 933)
+++ wxWidgets-posix.jam	(working copy)
 -58,7
+58,11 
     	{
     		$(res).set version : [ modules.peek wxWidgets :
WX_VERSION_DEFAULT ] ;
     		$(res).set version-flat : [
wxWidgets-common.flatten-version [ $(res).get version ] ] ;
+    	} else
+    	{
+    		$(res).set version-flat : [
wxWidgets-common.flatten-version [ $(res).get version ] ] ;
     	}
+
     	return $(res) ;
     }
 
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )