|
From: <pst...@us...> - 2009-06-21 23:39:43
|
Revision: 733
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=733&view=rev
Author: pstieber
Date: 2009-06-21 23:39:42 +0000 (Sun, 21 Jun 2009)
Log Message:
-----------
Updated the wxWidgets version to 2.8.10.
Modified Paths:
--------------
web/htdocs/buildingjazz/index.php
web/htdocs/buildingwx/index.php
web/htdocs/download/index.php
web/htdocs/index.php
Modified: web/htdocs/buildingjazz/index.php
===================================================================
--- web/htdocs/buildingjazz/index.php 2009-06-21 20:54:58 UTC (rev 732)
+++ web/htdocs/buildingjazz/index.php 2009-06-21 23:39:42 UTC (rev 733)
@@ -62,7 +62,7 @@
found on this web site, you should set this environment variable to
<TT>C:\ExternalPackages</TT>. The project settings rely on the wxWidgets
subdirectories following the naming convention suggested in the wxWidgets build
-instructions (wxMSW-2.8.8-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.8-VC9
+instructions (wxMSW-2.8.10-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.10-VC9
for Visual Studio .NET 2008).
</P>
Modified: web/htdocs/buildingwx/index.php
===================================================================
--- web/htdocs/buildingwx/index.php 2009-06-21 20:54:58 UTC (rev 732)
+++ web/htdocs/buildingwx/index.php 2009-06-21 23:39:42 UTC (rev 733)
@@ -38,34 +38,34 @@
<OL>
<LI>
Download
-<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.
+<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.
</LI>
<LI>
Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a
-<TT>wxMSW-2.8.9</TT> directory directly under <TT>C:\ExternalPackages</TT>.
+<TT>wxMSW-2.8.10</TT> directory directly under <TT>C:\ExternalPackages</TT>.
</LI>
<LI>
Change the name of the top-level wxWidgets directory to
-<TT>wxMSW-2.8.9-VC8</TT> so other versions of wxWidgets can be built with
+<TT>wxMSW-2.8.10-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.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
+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
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.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
+<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
HTML help files for wxWidgets and tex2rtf.
</LI>
<LI>
Make the following changes to
-<TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\include\wx\msw\setup.h</TT>:
+<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\include\wx\msw\setup.h</TT>:
<P>
@@ -119,7 +119,7 @@
for other projects.
</LI>
<LI>
-Edit <TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\include\wx\msw\wx.rc</TT> and
+Edit <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\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.9-VC8\build\msw</TT>.
+Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\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.9-VC8\build\msw</TT>.
+<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\build\msw</TT>.
</LI>
<LI>
Change directory to
-<TT>C:\ExternalPackages\wxMSW-2.8.9-VC8\utils\tex2rtf\src</TT>.
+<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\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.9-VC8\bin</TT>).
+distribution (<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\bin</TT>).
</LI>
<LI>
Move the tex2rtf binaries from
-<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>.
+<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>.
</LI>
<LI>
To conserve disk space, remove the build directory (vc_msw) under
-<TT>c:\ExternalPackages\wxMSW-2.8.9-VC8\utils\tex2rtf\src</TT>.
+<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src</TT>.
</LI>
</OL>
@@ -194,8 +194,8 @@
trick.
<PRE>
-export PATH=/usr/local/wx289/bin:$PATH
-export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH
+export PATH=/usr/local/wx-2.8.10/bin:$PATH
+export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/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/wx289 \
+ --prefix=/usr/local/wx-2.8.10 \
--disable-no_exceptions \
--disable-no_rtti \
--disable-compat26 \
@@ -282,7 +282,7 @@
<PRE>
cd ../WxBuildRelease
../wxWidgets-2.8/configure \
- --prefix=/usr/local/wx289 \
+ --prefix=/usr/local/wx-2.8.10 \
--disable-no_exceptions \
--disable-no_rtti \
--disable-compat26 \
@@ -326,18 +326,18 @@
<LI>
Download
-<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
+<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
file under your <TT>OutsideSource</TT> directory.
</LI>
-<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.
+<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.
<PRE>
-mkdir WxBuild-2.8.9
-cd WxBuild-2.8.9
+mkdir WxBuild-2.8.10
+cd WxBuild-2.8.10
</PRE>
</LI>
@@ -345,8 +345,8 @@
configure options.
<PRE>
-../wxMac-2.8.9/configure \
- --prefix=$HOME/wx289 \
+../wxMac-2.8.10/configure \
+ --prefix=$HOME/wx-2.8.10 \
--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/wx289/bin:$PATH
-export LD_LIBRARY_PATH=/usr/local/wx289/lib:$LD_LIBRARY_PATH
+export PATH=/usr/local/wx-2.8.10/bin:$PATH
+export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/lib:$LD_LIBRARY_PATH
</PRE>
After adding the above lines to your <TT>.bash_profile</TT>
Modified: web/htdocs/download/index.php
===================================================================
--- web/htdocs/download/index.php 2009-06-21 20:54:58 UTC (rev 732)
+++ web/htdocs/download/index.php 2009-06-21 23:39:42 UTC (rev 733)
@@ -38,7 +38,7 @@
<P>
If you still want to just give the currently available 'minimal functionality'
source tarball a try, you will first need to compile and install a non-stock
-build of wxWidgets 2.8.9 to build Jazz++ itself, and the tex2rtf utility which
+build of wxWidgets 2.8.10 to build Jazz++ itself, and the tex2rtf utility which
Jazz++ depends on. View the <a href="/buildingwx/">Building wxWidgets</a> page
and <a href="/buildingtex2rtf/">Building Tex2rtf</a> for details.
</P>
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2009-06-21 20:54:58 UTC (rev 732)
+++ web/htdocs/index.php 2009-06-21 23:39:42 UTC (rev 733)
@@ -35,7 +35,7 @@
only stable MIDI sequencer that runs under both Windows and Linux, we have gone
ahead and forked the source code that was available at http://www.jazzware.com/
(the old Jazzware site) and are in the process of porting it to wxWidgets
-2.8.8. In the process, we'll also be fixing numerous other problems that exist
+2.8.10. In the process, we'll also be fixing numerous other problems that exist
in the code and hopefully find a way to get it to run for Mac OS X as well.
</p>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|