From: <pst...@us...> - 2008-11-09 02:15:01
|
Revision: 616 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=616&view=rev Author: pstieber Date: 2008-11-09 02:14:59 +0000 (Sun, 09 Nov 2008) Log Message: ----------- Updated to wx2.8.9 and shared libraries. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-08 23:57:35 UTC (rev 615) +++ web/htdocs/buildingwx/index.php 2008-11-09 02:14:59 UTC (rev 616) @@ -37,34 +37,34 @@ <OL> <LI> Download -<A NAME="wxMSW-2.8.8.zip-Download" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.8.zip"> -<TT>wxMSW-2.8.8.zip</TT></A> from the wxWidgets web site. +<A NAME="wxMSW-2.8.9.zip-Download" +HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.9.zip"> +<TT>wxMSW-2.8.9.zip</TT></A> from the wxWidgets web site. </LI> <LI> Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a -<TT>wxMSW-2.8.8</TT> directory directly under <TT>C:\ExternalPackages</TT>. +<TT>wxMSW-2.8.9</TT> directory directly under <TT>C:\ExternalPackages</TT>. </LI> <LI> Change the name of the top-level wxWidgets directory to -<TT>wxMSW-2.8.8-VC8</TT> so other versions of wxWidgets can be built with +<TT>wxMSW-2.8.9-VC8</TT> so other versions of wxWidgets can be built with other compilers in parallel with this directory. </LI> <LI> If you would like wxWidgets help files in compiled HTML format (*.chm), -download <TT>wxWidgets-2.8.8-CHM.zip</TT> from the wxWidgets web site, and -extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8</TT>. This +download <TT>wxWidgets-2.8.9-CHM.zip</TT> from the wxWidgets web site, and +extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.9-VC8</TT>. This installs the compiled HTML help files for wxWidgets and tex2rtf. </LI> <LI> If you would like wxWidgets help files in HTML format, download -<TT>wxWidgets-2.8.8-HTML.zip</TT> from the wxWidgets web site, and extract the -zip file to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8</TT>. This installs the +<TT>wxWidgets-2.8.9-HTML.zip</TT> from the wxWidgets web site, and extract the +zip file to <TT>C:\ExternalPackages\wxMSW-2.8.9-VC8</TT>. This installs the HTML help files for wxWidgets and tex2rtf. </LI> <LI> Make the following changes to -<TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\include\wx\msw\setup.h</TT>: +<TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\include\wx\msw\setup.h</TT>: <P> @@ -118,7 +118,7 @@ for other projects. </LI> <LI> -Edit <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\include\wx\msw\wx.rc</TT> and +Edit <TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\include\wx\msw\wx.rc</TT> and comment out the following line. <PRE> @@ -135,7 +135,7 @@ are installed and ready to run. </LI> <LI> -Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\build\msw</TT>. +Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\build\msw</TT>. </LI> <LI> Build the debug static version of the wxWidgets libraries by typing: @@ -154,11 +154,11 @@ </LI> <LI>To conserve disk space, remove the build directories (<TT>vc_msw</TT> and -<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\build\msw</TT>. +<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\build\msw</TT>. </LI> <LI> Change directory to -<TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src</TT>. +<TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\utils\tex2rtf\src</TT>. </LI> <LI> Build the release static version of tex2rtf by typing: @@ -169,16 +169,16 @@ </LI> <LI> Create a directory for the tex2rtf binaries under the wxWidgets -distribution (<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\bin</TT>). +distribution (<TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\bin</TT>). </LI> <LI> Move the tex2rtf binaries from -<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src\vc_msw</TT> to -<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\bin</TT>. +<TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\utils\tex2rtf\src\vc_msw</TT> to +<TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\bin</TT>. </LI> <LI> To conserve disk space, remove the build directory (vc_msw) under -<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src</TT>. +<TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\utils\tex2rtf\src</TT>. </LI> </OL> @@ -216,10 +216,9 @@ <PRE> ../wxWidgets-2.8/configure \ - --prefix=/usr/local/wx287 \ + --prefix=/usr/local/wx289 \ --disable-no_exceptions \ --disable-no_rtti \ - --disable-shared \ --disable-compat26 \ --disable-unicode \ --with-regex=builtin \ @@ -251,33 +250,26 @@ </LI> <LI> -Make sure your <TT>PATH</TT> and <TT>LIBRARY_PATH</TT> environment +Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment variables are set to find the non-stock wxWidgets binaries and libraries just -created before building Jazz++. Adding the following lines in <TT>.bashrc</TT> -or <TT>.bash_profile</TT> will do the trick. +created before building Jazz++. Adding the following lines in +<TT>.bash_profile</TT> will do the trick. <PRE> -export PATH=/usr/local/wx287/bin:$PATH -export LIBRARY_PATH=/usr/local/wx287/lib:$LIBRARY_PATH +export PATH=/usr/local/wx289/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH </PRE> -After adding the above lines to your <TT>.bashrc</TT> or <TT>.bash_profile</TT> +After adding the above lines to your <TT>.bash_profile</TT> file, it is necessary to reload your bash environment to make these changes -available. Use one of the following commands to accomplish this; +available. Use the following command to accomplish this; <BR> <BR> -(if you added the above lines to <TT>.bashrc</TT>) <PRE> -source .bashrc +source .bash_profile </PRE> -(if you added the above lines to <TT>.bash_profile</TT>) - -<PRE> -source .bashrc -</PRE> - </LI> </OL> @@ -295,14 +287,14 @@ <LI> Download -<A NAME="wxMac-2.8.8.tar.gz" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.8.tar.gz"> -<TT>wxMac-2.8.8.tar.gz</TT></A> from the wxWidgets web site and extract this +<A NAME="wxMac-2.8.9.tar.gz" +HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.9.tar.gz"> +<TT>wxMac-2.8.9.tar.gz</TT></A> from the wxWidgets web site and extract this file under your <TT>OutsideSource</TT> directory. </LI> <LI> Create a directory called <TT>WxBuild</TT> in parallel with the -<TT>wxMac-2.8.8</TT> directory and change directory to that location. +<TT>wxMac-2.8.9</TT> directory and change directory to that location. <PRE> mkdir WxBuild @@ -315,10 +307,9 @@ <PRE> ../wxWidgets-2.8/configure \ - --prefix=$HOME/wx287 \ + --prefix=$HOME/wx289 \ --disable-no_exceptions \ --disable-no_rtti \ - --disable-shared \ --disable-compat26 \ --disable-unicode \ --with-regex=builtin \ @@ -349,33 +340,26 @@ </LI> <LI> -Make sure your <TT>PATH</TT> and <TT>LIBRARY_PATH</TT> environment +Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment variables are set to find the non-stock wxWidgets binaries and libraries just -created before building Jazz++. Adding the following lines in <TT>.bashrc</TT> -or <TT>.bash_profile</TT> will do the trick. +created before building Jazz++. Adding the following lines in +<TT>.bash_profile</TT> will do the trick. <PRE> -export PATH=/usr/local/wx287/bin:$PATH -export LIBRARY_PATH=/usr/local/wx287/lib:$LIBRARY_PATH +export PATH=/usr/local/wx289/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH </PRE> -After adding the above lines to your <TT>.bashrc</TT> or <TT>.bash_profile</TT> +After adding the above lines to your <TT>.bash_profile</TT> file, it is necessary to reload your bash environment to make these changes -available. Use one of the following commands to accomplish this; +available. Use the following command to accomplish this; <BR> <BR> -(if you added the above lines to <TT>.bashrc</TT>) <PRE> -source .bashrc +source .bash_profile </PRE> -(if you added the above lines to <TT>.bash_profile</TT>) - -<PRE> -source .bashrc -</PRE> - </LI> </OL> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2008-11-09 02:37:45
|
Revision: 618 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=618&view=rev Author: pstieber Date: 2008-11-09 02:37:40 +0000 (Sun, 09 Nov 2008) Log Message: ----------- Added debug configure options. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-09 02:16:38 UTC (rev 617) +++ web/htdocs/buildingwx/index.php 2008-11-09 02:37:40 UTC (rev 618) @@ -225,7 +225,9 @@ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ - --with-gtk + --with-gtk \ + --enable-debug \ + --enable-debug_gdb </PRE> The <TT>prefix</TT> option is used so that the resulting wxWidgets build @@ -316,7 +318,9 @@ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ - --with-mac + --with-mac \ + --enable-debug \ + --enable-debug_gdb </PRE> The <TT>prefix</TT> option is used so that the resulting wxWidgets build This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2008-11-16 05:33:40
|
Revision: 634 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=634&view=rev Author: pstieber Date: 2008-11-16 05:33:37 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Switched two items. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-16 00:39:06 UTC (rev 633) +++ web/htdocs/buildingwx/index.php 2008-11-16 05:33:37 UTC (rev 634) @@ -277,17 +277,6 @@ </LI> <LI> -Install the release version of the wxWidgets build last to insure this version -is the default configuration. If you installed the debug version last, simply -re-install the release version. You can run the following command to determine -the default configuration. - -<PRE> -wx-config --list -</PRE> -</LI> - -<LI> Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment variables are set to find the non-stock wxWidgets binaries and libraries just created before building Tex2RTF and Jazz++. Adding the following lines in @@ -307,6 +296,18 @@ </PRE> </LI> + +<LI> +Install the release version of the wxWidgets build last to insure this version +is the default configuration. If you installed the debug version last, simply +re-install the release version. You can run the following command to determine +the default configuration. + +<PRE> +wx-config --list +</PRE> +</LI> + </OL> <h3>Building wxWidgets for Mac OS X 10.5.2</h3> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2008-11-16 17:30:18
|
Revision: 635 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=635&view=rev Author: pstieber Date: 2008-11-16 17:30:13 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Moved the PATH and LD_LIBRARY_PATH instruction to the top of the list. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-16 05:33:37 UTC (rev 634) +++ web/htdocs/buildingwx/index.php 2008-11-16 17:30:13 UTC (rev 635) @@ -183,7 +183,29 @@ </OL> <h3>Building wxWidgets for Linux</h3> + <OL> +<LI> +Before we start the build process, set your <TT>PATH</TT> and +<TT>LD_LIBRARY_PATH</TT> environment variables so your shell will find the +non-stock wxWidgets binaries and libraries that we are about to create and +install. Adding the following lines in <TT>.bash_profile</TT> will do the +trick. + +<PRE> +export PATH=/usr/local/wx289/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH +</PRE> + +After adding the above lines to your <TT>.bash_profile</TT> +file, it is necessary to reload your bash environment to make these changes +available. Use the following command to accomplish this. + +<PRE> +source .bash_profile +</PRE> +</LI> + <LI>Create a directory under your home directory. I typically use <TT>OutsideSource</TT> and change directory to that location. @@ -277,27 +299,6 @@ </LI> <LI> -Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment -variables are set to find the non-stock wxWidgets binaries and libraries just -created before building Tex2RTF and Jazz++. Adding the following lines in -<TT>.bash_profile</TT> will do the trick. - -<PRE> -export PATH=/usr/local/wx289/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH -</PRE> - -After adding the above lines to your <TT>.bash_profile</TT> -file, it is necessary to reload your bash environment to make these changes -available. Use the following command to accomplish this. - -<PRE> -source .bash_profile -</PRE> - -</LI> - -<LI> Install the release version of the wxWidgets build last to insure this version is the default configuration. If you installed the debug version last, simply re-install the release version. You can run the following command to determine This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2008-12-08 05:12:51
|
Revision: 639 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=639&view=rev Author: pstieber Date: 2008-12-08 05:12:48 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Applied a patch provided by Donald B. Moore that indicates the build has been tested on Debian 4.0. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-12-08 04:59:51 UTC (rev 638) +++ web/htdocs/buildingwx/index.php 2008-12-08 05:12:48 UTC (rev 639) @@ -23,8 +23,9 @@ version of wxWidgets was compiled for Windows, Linux, and the Mac. The Windows build was generated using Visual Studio. Either Visual Studio .NET 2005 or Visual Studio .NET 2008 can be used on Windows. The Linux install was tested -using Fedora 9 using GCC 4.3.0 and Mandriva 2008.0 using GCC 4.2.2. The Mac -build was tested using Mac OS X 10.5.2 and GCC 4.0.1. +using Fedora 9 using GCC 4.3.0, Mandriva 2008.0 using GCC 4.2.2, and Debian 4.0 +(i386 & amd64) using gcc-4.1.2. The Mac build was tested using Mac OS X 10.5.2 +and GCC 4.0.1. </P> <H3>Building wxWidgets for Windows</H3> @@ -299,7 +300,7 @@ </LI> <LI> -Install the release version of the wxWidgets build last to insure this version +Install the release version of the wxWidgets build last to ensure this version is the default configuration. If you installed the debug version last, simply re-install the release version. You can run the following command to determine the default configuration. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2009-03-13 21:06:34
|
Revision: 718 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=718&view=rev Author: pstieber Date: 2009-03-13 21:06:09 +0000 (Fri, 13 Mar 2009) Log Message: ----------- Fixed the wxMac build instructions. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2009-02-19 15:06:48 UTC (rev 717) +++ web/htdocs/buildingwx/index.php 2009-03-13 21:06:09 UTC (rev 718) @@ -207,7 +207,7 @@ </PRE> </LI> -<LI>Create a directory under your home directory. I typically use +<LI>Create a directory under your home directory. I typically use <TT>OutsideSource</TT> and change directory to that location. <PRE> @@ -217,7 +217,7 @@ </PRE> </LI> -<LI> Checkout the 2.8 branch of wxWidgets using the following command. +<LI> Checkout the 2.8 branch of wxWidgets using the following command. You must have a Subversion client loaded on your machine. <PRE> @@ -226,8 +226,8 @@ </LI> <LI> Create two directories called <TT>WxBuildRelease</TT> and -<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets-2.8</TT> directory and -change directory to the <TT>WxBuildDebug</TT> directory. +<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets-2.8</TT> directory +and change directory to the <TT>WxBuildDebug</TT> directory. <PRE> mkdir WxBuildRelease WxBuildDebug @@ -235,7 +235,7 @@ </PRE> </LI> -<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following +<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following configure options. <PRE> @@ -276,8 +276,8 @@ </PRE> </LI> -<LI>Now repeat with in the <TT>WxBuildRelease</TT> directory with the following -configure options and install the release version as root. +<LI>Now repeat with in the <TT>WxBuildRelease</TT> directory with the +following configure options and install the release version as root. <PRE> cd ../WxBuildRelease @@ -302,8 +302,8 @@ <LI> Install the release version of the wxWidgets build last to ensure this version is the default configuration. If you installed the debug version last, simply -re-install the release version. You can run the following command to determine -the default configuration. +re-install the release version. You can run the following command to +determine the default configuration. <PRE> wx-config --list @@ -314,7 +314,7 @@ <h3>Building wxWidgets for Mac OS X 10.5.2</h3> <OL> -<LI>Create a directory under your home directory. I typically use +<LI>Create a directory under your home directory. I typically use <TT>OutsideSource</TT> and change directory to that location. <PRE> @@ -332,20 +332,20 @@ file under your <TT>OutsideSource</TT> directory. </LI> -<LI> Create a directory called <TT>WxBuild</TT> in parallel with the +<LI> Create a directory called <TT>WxBuild-2.8.9</TT> in parallel with the <TT>wxMac-2.8.9</TT> directory and change directory to that location. <PRE> -mkdir WxBuild -cd WxBuild +mkdir WxBuild-2.8.9 +cd WxBuild-2.8.9 </PRE> </LI> -<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following +<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following configure options. <PRE> -../wxWidgets-2.8/configure \ +../wxMac-2.8.9/configure \ --prefix=$HOME/wx289 \ --disable-no_exceptions \ --disable-no_rtti \ @@ -361,8 +361,8 @@ </PRE> The <TT>prefix</TT> option is used so that the resulting wxWidgets build -will be installed in a non-standard under the user's home directory to prevent -conflicts with OS installed versions. +will be installed in a non-standard under the user's home directory to +prevent conflicts with OS installed versions. </LI> <LI> Run <TT>make</TT> using the following command. This will write a file @@ -382,8 +382,8 @@ <LI> Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment -variables are set to find the non-stock wxWidgets binaries and libraries just -created before building Jazz++. Adding the following lines in +variables are set to find the non-stock wxWidgets binaries and libraries +just created before building Jazz++. Adding the following lines in <TT>.bash_profile</TT> will do the trick. <PRE> @@ -392,8 +392,8 @@ </PRE> After adding the above lines to your <TT>.bash_profile</TT> -file, it is necessary to reload your bash environment to make these changes -available. Use the following command to accomplish this. +file, it is necessary to reload your bash environment to make these +changes available. Use the following command to accomplish this. <PRE> source .bash_profile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2011-02-14 20:25:51
|
Revision: 828 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=828&view=rev Author: pstieber Date: 2011-02-14 20:25:45 +0000 (Mon, 14 Feb 2011) Log Message: ----------- Updated to wxWidgets 2.8.11. This needs to be uploaded and tested. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2011-02-10 14:17:40 UTC (rev 827) +++ web/htdocs/buildingwx/index.php 2011-02-14 20:25:45 UTC (rev 828) @@ -31,41 +31,41 @@ <H3>Building wxWidgets for Windows</H3> <P> I have used these instructions with Visual Studio .NET 2005 (VC8) and Visual -Studio .NET 2008 (VC9). I used VC8 in the following text, but simply -substitute the appropriate VC9 veriage to create a Visual Studio .NET 2008 +Studio .NET 2008 (VC9). I used VC9 in the following text, but simply +substitute the appropriate VC8 veriage to create a Visual Studio .NET 2005 build. I have both builds living side-by-side on my hard drive. </P> <OL> <LI> Download -<A NAME="wxMSW-2.8.10.zip-Download" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.10.zip"> -<TT>wxMSW-2.8.10.zip</TT></A> from the wxWidgets web site. +<A NAME="wxMSW-2.8.11.zip-Download" +HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.11.zip"> +<TT>wxMSW-2.8.11.zip</TT></A> from the wxWidgets web site. </LI> <LI> Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a -<TT>wxMSW-2.8.10</TT> directory directly under <TT>C:\ExternalPackages</TT>. +<TT>wxMSW-2.8.11</TT> directory directly under <TT>C:\ExternalPackages</TT>. </LI> <LI> Change the name of the top-level wxWidgets directory to -<TT>wxMSW-2.8.10-VC8</TT> so other versions of wxWidgets can be built with +<TT>wxMSW-2.8.11-VC9</TT> so other versions of wxWidgets can be built with other compilers in parallel with this directory. </LI> <LI> If you would like wxWidgets help files in compiled HTML format (*.chm), -download <TT>wxWidgets-2.8.10-CHM.zip</TT> from the wxWidgets web site, and -extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8</TT>. This +download <TT>wxWidgets-2.8.11-CHM.zip</TT> from the wxWidgets web site, and +extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9</TT>. This installs the compiled HTML help files for wxWidgets and tex2rtf. </LI> <LI> If you would like wxWidgets help files in HTML format, download -<TT>wxWidgets-2.8.10-HTML.zip</TT> from the wxWidgets web site, and extract the -zip file to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8</TT>. This installs the +<TT>wxWidgets-2.8.11-HTML.zip</TT> from the wxWidgets web site, and extract the +zip file to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9</TT>. This installs the HTML help files for wxWidgets and tex2rtf. </LI> <LI> Make the following changes to -<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\include\wx\msw\setup.h</TT>: +<TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\include\wx\msw\setup.h</TT>: <P> @@ -119,7 +119,7 @@ for other projects. </LI> <LI> -Edit <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\include\wx\msw\wx.rc</TT> and +Edit <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\include\wx\msw\wx.rc</TT> and comment out the following line. <PRE> @@ -136,7 +136,7 @@ are installed and ready to run. </LI> <LI> -Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\build\msw</TT>. +Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\build\msw</TT>. </LI> <LI> Build the debug static version of the wxWidgets libraries by typing: @@ -155,11 +155,11 @@ </LI> <LI>To conserve disk space, remove the build directories (<TT>vc_msw</TT> and -<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\build\msw</TT>. +<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\build\msw</TT>. </LI> <LI> Change directory to -<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src</TT>. +<TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src</TT>. </LI> <LI> Build the release static version of tex2rtf by typing: @@ -170,16 +170,16 @@ </LI> <LI> Create a directory for the tex2rtf binaries under the wxWidgets -distribution (<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\bin</TT>). +distribution (<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\bin</TT>). </LI> <LI> Move the tex2rtf binaries from -<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src\vc_msw</TT> to -<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\bin</TT>. +<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src\vc_msw</TT> to +<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\bin</TT>. </LI> <LI> To conserve disk space, remove the build directory (vc_msw) under -<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src</TT>. +<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src</TT>. </LI> </OL> @@ -194,8 +194,8 @@ trick. <PRE> -export PATH=/usr/local/wx-2.8.10/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-2.8.11/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH </PRE> After adding the above lines to your <TT>.bash_profile</TT> @@ -240,7 +240,7 @@ <PRE> ../wxWidgets-2.8/configure \ - --prefix=/usr/local/wx-2.8.10 \ + --prefix=/usr/local/wx-2.8.11 \ --disable-no_exceptions \ --disable-no_rtti \ --disable-compat26 \ @@ -282,7 +282,7 @@ <PRE> cd ../WxBuildRelease ../wxWidgets-2.8/configure \ - --prefix=/usr/local/wx-2.8.10 \ + --prefix=/usr/local/wx-2.8.11 \ --disable-no_exceptions \ --disable-no_rtti \ --disable-compat26 \ @@ -326,18 +326,18 @@ <LI> Download -<A NAME="wxMac-2.8.10.tar.gz" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.10.tar.gz"> -<TT>wxMac-2.8.10.tar.gz</TT></A> from the wxWidgets web site and extract this +<A NAME="wxMac-2.8.11.tar.gz" +HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.11.tar.gz"> +<TT>wxMac-2.8.11.tar.gz</TT></A> from the wxWidgets web site and extract this file under your <TT>OutsideSource</TT> directory. </LI> -<LI> Create a directory called <TT>WxBuild-2.8.10</TT> in parallel with the -<TT>wxMac-2.8.10</TT> directory and change directory to that location. +<LI> Create a directory called <TT>WxBuild-2.8.11</TT> in parallel with the +<TT>wxMac-2.8.11</TT> directory and change directory to that location. <PRE> -mkdir WxBuild-2.8.10 -cd WxBuild-2.8.10 +mkdir WxBuild-2.8.11 +cd WxBuild-2.8.11 </PRE> </LI> @@ -345,8 +345,8 @@ configure options. <PRE> -../wxMac-2.8.10/configure \ - --prefix=$HOME/wx-2.8.10 \ +../wxMac-2.8.11/configure \ + --prefix=$HOME/wx-2.8.11 \ --disable-no_exceptions \ --disable-no_rtti \ --disable-compat26 \ @@ -387,8 +387,8 @@ <TT>.bash_profile</TT> will do the trick. <PRE> -export PATH=/usr/local/wx-2.8.10/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-2.8.11/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH </PRE> After adding the above lines to your <TT>.bash_profile</TT> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2011-02-14 20:44:23
|
Revision: 829 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=829&view=rev Author: pstieber Date: 2011-02-14 20:44:17 +0000 (Mon, 14 Feb 2011) Log Message: ----------- Set svn:eol-style property to native. Property Changed: ---------------- web/htdocs/buildingwx/index.php Property changes on: web/htdocs/buildingwx/index.php ___________________________________________________________________ Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2011-02-14 20:55:17
|
Revision: 830 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=830&view=rev Author: pstieber Date: 2011-02-14 20:55:11 +0000 (Mon, 14 Feb 2011) Log Message: ----------- Changed the instruction for bringing up a command prompt from VC8 to VC9. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2011-02-14 20:44:17 UTC (rev 829) +++ web/htdocs/buildingwx/index.php 2011-02-14 20:55:11 UTC (rev 830) @@ -127,8 +127,8 @@ </PRE> </LI> <LI> -Use <TT>Start | All Programs | Microsoft Visual Studio .NET 2005 | -Visual Studio .NET Tools | Visual Studio .NET 2005 Command Prompt</TT> to +Use <TT>Start | All Programs | Microsoft Visual Studio .NET 2008 | +Visual Studio .NET Tools | Visual Studio .NET 2008 Command Prompt</TT> to start a console session. </LI> <LI> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2013-01-10 04:17:10
|
Revision: 954 http://sourceforge.net/p/jazzplusplus/code/954 Author: pstieber Date: 2013-01-10 04:17:05 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Updated the wxWidgets build instructions for the latest svn version. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2013-01-08 04:37:01 UTC (rev 953) +++ web/htdocs/buildingwx/index.php 2013-01-10 04:17:05 UTC (rev 954) @@ -23,7 +23,7 @@ version of wxWidgets was compiled for Windows, Linux, and the Mac. The Windows build was generated using Visual Studio. Either Visual Studio .NET 2008 or Visual Studio .NET 2010 can be used on Windows. The Linux install was tested -using Fedora 14 using GCC 4.5.1, Mandriva 2008.0 using GCC 4.2.2, and Debian 4.0 +using Fedora 17 using GCC 4.7.2, Mandriva 2008.0 using GCC 4.2.2, and Debian 4.0 (i386 & amd64) using gcc-4.1.2. The Mac build was tested using Mac OS X 10.5.2 and GCC 4.0.1. </P> @@ -38,22 +38,22 @@ <OL> <LI> Download -<A NAME="wxWidgets-2.9.2.zip-Download" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.9.2.zip"> -<TT>wxWidgets-2.9.2.zip</TT></A> from the wxWidgets web site. +<A NAME="wxWidgets-2.9.4.zip-Download" +HREF="http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.9.4.zip"> +<TT>wxWidgets-2.9.4.zip</TT></A> from the wxWidgets web site. </LI> <LI> Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a -<TT>wxWidgets-2.9.2</TT> directory directly under <TT>C:\ExternalPackages</TT>. +<TT>wxWidgets-2.9.4</TT> directory directly under <TT>C:\ExternalPackages</TT>. </LI> <LI> Change the name of the top-level wxWidgets directory to -<TT>wxMSW-2.9.2-VC10</TT> so other versions of wxWidgets can be built with +<TT>wxMSW-2.9.4-VC10</TT> so other versions of wxWidgets can be built with other compilers in parallel with this directory. </LI> <LI> Make the following changes to -<TT>C:\ExternalPackages\wxMSW-2.9.2-VC10\include\wx\msw\setup.h</TT>: +<TT>C:\ExternalPackages\wxMSW-2.9.4-VC10\include\wx\msw\setup.h</TT>: <P> @@ -89,7 +89,7 @@ are installed and ready to run. </LI> <LI> -Change directory to <TT>C:\ExternalPackages\wxMSW-2.9.2-VC10\build\msw</TT>. +Change directory to <TT>C:\ExternalPackages\wxMSW-2.9.4-VC10\build\msw</TT>. </LI> <LI> Build the 32-bit, debug, static version of the wxWidgets libraries by typing: @@ -109,7 +109,7 @@ </LI> <LI>To conserve disk space, remove the build directories (<TT>vc_mswu</TT> and <TT>vc_mswud</TT>) under -<TT>c:\ExternalPackages\wxMSW-2.9.2-VC10\build\msw</TT>. +<TT>c:\ExternalPackages\wxMSW-2.9.4-VC10\build\msw</TT>. </LI> </OL> @@ -124,8 +124,8 @@ trick. <PRE> -export PATH=/usr/local/wx-2.9.2/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.9.2/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-svn/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-svn/lib:$LD_LIBRARY_PATH </PRE> After adding the above lines to your <TT>.bash_profile</TT> @@ -170,14 +170,11 @@ <PRE> ../wxWidgets/configure \ - --prefix=/usr/local/wx-2.9.2d \ + --prefix=/usr/local/wxsvnd \ --with-gtk \ --enable-exceptions \ - --disable-compat26 \ - --disable-visibility \ + --disable-compat28 \ --with-regex \ - --enable-std_iostreams \ - --enable-std_string \ --enable-stl \ --enable-debug \ --enable-debug_gdb @@ -199,9 +196,7 @@ <LI>If all goes well with the build, try to install wxWidgets as root. <PRE> -su -make install -exit +sudo make install </PRE> </LI> @@ -211,23 +206,27 @@ <PRE> cd ../WxBuildRelease ../wxWidgets/configure \ - --prefix=/usr/local/wx-2.9.2 \ + --prefix=/usr/local/wxsvn \ --with-gtk \ --enable-exceptions \ - --disable-compat26 \ - --disable-visibility \ + --disable-compat28 \ --with-regex \ - --enable-std_iostreams \ - --enable-std_string \ --enable-stl make 2>&1 | tee BuildLog -su -make install -exit +sudo make install </PRE> </LI> <LI> +Depending on the version of Linux you are using, you may have to run +<TT>ldconfig</TT> as root. + +<PRE> +sudo ldconfig +</PRE> +</LI> + +<LI> You can run the following command to determine the default configuration. <PRE> @@ -251,18 +250,18 @@ <LI> Download -<A NAME="wxWidgets-2.9.2.tar.bz2" -HREF="http://sourceforge.net/projects/wxwindows/files/wxWidgets-2.9.2.tar.bz2"> -<TT>wxWidgets-2.9.2.tar.bz2</TT></A> from the wxWidgets web site and extract this +<A NAME="wxWidgets-2.9.4.tar.bz2" +HREF="http://sourceforge.net/projects/wxwindows/files/wxWidgets-2.9.4.tar.bz2"> +<TT>wxWidgets-2.9.4.tar.bz2</TT></A> from the wxWidgets web site and extract this file under your <TT>OutsideSource</TT> directory. </LI> -<LI> Create a directory called <TT>WxBuild-2.9.2</TT> in parallel with the -<TT>wxWidgets-2.9.2</TT> directory and change directory to that location. +<LI> Create a directory called <TT>WxBuild-2.9.4</TT> in parallel with the +<TT>wxWidgets-2.9.4</TT> directory and change directory to that location. <PRE> -mkdir WxBuild-2.9.2 -cd WxBuild-2.9.2 +mkdir WxBuild-2.9.4 +cd WxBuild-2.9.4 </PRE> </LI> @@ -270,13 +269,11 @@ configure options. <PRE> -../wxWidgets-2.9.2/configure \ - --prefix=$HOME/wx-2.9.2 \ +../wxWidgets-2.9.4/configure \ + --prefix=$HOME/wx-2.9.4 \ --enable-exceptions \ - --disable-compat26 \ + --disable-compat28 \ --with-regex \ - --enable-std_iostreams \ - --enable-std_string \ --enable-stl \ --with-mac \ --enable-debug \ @@ -310,8 +307,8 @@ <TT>.bash_profile</TT> will do the trick. <PRE> -export PATH=/usr/local/wx-2.9.2/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.9.2/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-2.9.4/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-2.9.4/lib:$LD_LIBRARY_PATH </PRE> After adding the above lines to your <TT>.bash_profile</TT> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |