From: <pst...@us...> - 2008-09-01 23:34:44
|
Revision: 609 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=609&view=rev Author: pstieber Date: 2008-09-01 23:34:40 +0000 (Mon, 01 Sep 2008) Log Message: ----------- Updated the wxWidgets version to 2.8.8. 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 2008-09-01 22:28:55 UTC (rev 608) +++ web/htdocs/buildingjazz/index.php 2008-09-01 23:34:40 UTC (rev 609) @@ -59,7 +59,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.7-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.7-VC9 +instructions (wxMSW-2.8.8-VC8 for Visual Studio .NET 2005 and wxMSW-2.8.8-VC9 for Visual Studio .NET 2008). </P> Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-09-01 22:28:55 UTC (rev 608) +++ web/htdocs/buildingwx/index.php 2008-09-01 23:34:40 UTC (rev 609) @@ -37,34 +37,34 @@ <OL> <LI> Download -<A NAME="wxMSW-2.8.7.zip-Download" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.7.zip"> -<TT>wxMSW-2.8.7.zip</TT></A> from the wxWidgets web site. +<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. </LI> <LI> Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a -<TT>wxMSW-2.8.7</TT> directory directly under <TT>C:\ExternalPackages</TT>. +<TT>wxMSW-2.8.8</TT> directory directly under <TT>C:\ExternalPackages</TT>. </LI> <LI> Change the name of the top-level wxWidgets directory to -<TT>wxMSW-2.8.7-VC8</TT> so other versions of wxWidgets can be built with +<TT>wxMSW-2.8.8-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.7-CHM.zip</TT> from the wxWidgets web site, and -extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8</TT>. This +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 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.7-HTML.zip</TT> from the wxWidgets web site, and extract the -zip file to <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8</TT>. This installs the +<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 HTML help files for wxWidgets and tex2rtf. </LI> <LI> Make the following changes to -<TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\include\wx\msw\setup.h</TT>: +<TT>C:\ExternalPackages\wxMSW-2.8.8-VC8\include\wx\msw\setup.h</TT>: <P> @@ -118,7 +118,7 @@ for other projects. </LI> <LI> -Edit <TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\include\wx\msw\wx.rc</TT> and +Edit <TT>C:\ExternalPackages\wxMSW-2.8.8-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.7-VC8\build\msw</TT>. +Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.8-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.7-VC8\build\msw</TT>. +<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\build\msw</TT>. </LI> <LI> Change directory to -<TT>C:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src</TT>. +<TT>C:\ExternalPackages\wxMSW-2.8.8-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.7-VC8\bin</TT>). +distribution (<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\bin</TT>). </LI> <LI> Move the tex2rtf binaries from -<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src\vc_msw</TT> to -<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\bin</TT>. +<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>. </LI> <LI> To conserve disk space, remove the build directory (vc_msw) under -<TT>c:\ExternalPackages\wxMSW-2.8.7-VC8\utils\tex2rtf\src</TT>. +<TT>c:\ExternalPackages\wxMSW-2.8.8-VC8\utils\tex2rtf\src</TT>. </LI> </OL> @@ -295,14 +295,14 @@ <LI> Download -<A NAME="wxMac-2.8.7.tar.gz" -HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.7.tar.gz"> -<TT>wxMac-2.8.7.tar.gz</TT></A> from the wxWidgets web site and extract this +<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 file under your <TT>OutsideSource</TT> directory. </LI> <LI> Create a directory called <TT>WxBuild</TT> in parallel with the -<TT>wxMac-2.8.7</TT> directory and change directory to that location. +<TT>wxMac-2.8.8</TT> directory and change directory to that location. <PRE> mkdir WxBuild Modified: web/htdocs/download/index.php =================================================================== --- web/htdocs/download/index.php 2008-09-01 22:28:55 UTC (rev 608) +++ web/htdocs/download/index.php 2008-09-01 23:34:40 UTC (rev 609) @@ -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.7 to build Jazz++ itself. View the +build of wxWidgets 2.8.8 to build Jazz++ itself. View the <a href="/buildingwx/">Building wxWidgets</a> page for details. </P> <P> Modified: web/htdocs/index.php =================================================================== --- web/htdocs/index.php 2008-09-01 22:28:55 UTC (rev 608) +++ web/htdocs/index.php 2008-09-01 23:34:40 UTC (rev 609) @@ -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.7. In the process, we'll also be fixing numerous other problems that exist +2.8.8. 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. |
From: <pst...@us...> - 2008-11-09 03:49:49
|
Revision: 619 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=619&view=rev Author: pstieber Date: 2008-11-09 03:49:46 +0000 (Sun, 09 Nov 2008) Log Message: ----------- Started the process of adding tex2rtf build instructions. Added Paths: ----------- web/htdocs/buildingtex2rtf/ web/htdocs/buildingtex2rtf/index.php Added: web/htdocs/buildingtex2rtf/index.php =================================================================== --- web/htdocs/buildingtex2rtf/index.php (rev 0) +++ web/htdocs/buildingtex2rtf/index.php 2008-11-09 03:49:46 UTC (rev 619) @@ -0,0 +1,129 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > +<HEAD> +<LINK rel="stylesheet" href="/include/jazz.css" type="text/css" /> +<TITLE>Building Tex2RTF</TITLE> +</HEAD> +<BODY> +<H1 class="title">Jazz++ MIDI Sequencer</H1> +<TABLE class="main"> +<TR> +<TD class="leftNav"> +<?php +require_once('../include/leftnav.php'); +?> +</TD> +<TD class="mainCopy"> +<H2>Building Tex2RTF</H2> +<P> +Tex2RTFuses a non-stock build of the +<A NAME="wxWidgetsLink" HREF="http://www.wxwidgets.org">wxWidgets</A> library. +See +<A NAME="wxWidgetsLink" HREF="/buildingwx">the wxWidgets build instructions</A> +to create and install the non-stock wxWidgets build. This non-stock wxWidgets +build must be available before using the instructions on this page. +</P> + +<H3>Building Tex2RTF for Linux</H3> +<P> +I'm going to assume you do not have root privileges on your Linux box. Given +this assumption, we'll create a directory called <TT>Jazz++</TT> under your +home directory. This directory will hold the source tree that will be obtained +using Subversion, a build directory call <TT>Build</TT> and a test installation +directory called <TT>TestInstall</TT> that will be generated by the build +sequence. The need for the source directory is obvious. Separating the build +directory from the source tree will allow you to remove the build output +without damaging the source tree. The installation directory will be created +during the build process, and its location will remove the need for root +privileges on your Linux box. +</P> + +<OL> +<LI> +Create a <TT> Jazz++</TT> directory under your home directory and change +directory to the newly created directory. +<PRE> +cd +mkdir Jazz++ +cd Jazz++ +</Pre> +</LI> + +<LI> +Checkout the HEAD version of Jazz++ using the following command. +You must have a Subversion client loaded on your machine. + +<PRE> +svn checkout https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/tex2rtf tex2rtf +</PRE> +</LI> + +<LI> +Change directory to the created <TT>tex2rtf</TT> directory and run the +<TT>autoreconf</TT> command. + +<PRE> +cd tex2rtf +autoreconf --verbose +</PRE> +</LI> + +<LI> +Change directory to <TT>Jazz++</TT> under your home directory and create a +directory called <TT>Build</TT> that is in parallel with the <TT>jazz</TT> +source tree directory, and change directory to that location. + +<PRE> +cd .. +mkdir Tex2rtfBuild +cd Build +</PRE> +</LI> + +<LI> +Run the <TT>configure</TT> command generated by the <TT>autoreconf<TT> +command with the following options. + +<PRE> +../tex2rtf/configure \ + --prefix=$HOME/Jazz++/TestInstall \ + --enable-debug +</PRE> + +The <TT>prefix</TT> option is used so that the <TT>make install</TT> step +found later in these instructions, will not require root privileges. +<BR> +<BR> +</LI> + +<LI> +Run <TT>make</TT> using the following command. This will write a file +called <TT>BuildLog</TT> that may be useful if you run into trouble. + +<PRE> +make 2>&1 | tee BuildLog +</PRE> +</LI> + +<LI> +If all goes well with the build, install tex2rtf using the following command. + +<PRE> +make install +</PRE> +</LI> +</OL> + +<P> +You should now have a <TT>tex2rtf</TT> binary in +<TT>$HOME/Jazz++/TestInstall/bin</TT>. +</P> + +<?php +require_once('../include/footer.php'); +?> +</TD> +</TR> +</TABLE> +</BODY> +</HTML> Property changes on: web/htdocs/buildingtex2rtf/index.php ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pst...@us...> - 2008-11-16 00:39:11
|
Revision: 633 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=633&view=rev Author: pstieber Date: 2008-11-16 00:39:06 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Updated build instructions to assume root privileges. Modified Paths: -------------- web/htdocs/buildingjazz/index.php web/htdocs/buildingtex2rtf/index.php web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingjazz/index.php =================================================================== --- web/htdocs/buildingjazz/index.php 2008-11-16 00:30:22 UTC (rev 632) +++ web/htdocs/buildingjazz/index.php 2008-11-16 00:39:06 UTC (rev 633) @@ -64,27 +64,14 @@ </P> <H3>Building Jazz++ for Linux</H3> -<P> -I'm going to assume you do not have root privileges on your Linux box. Given -this assumption, we'll create a directory called <TT>Jazz++</TT> under your -home directory. This directory will hold the source tree that will be obtained -using Subversion, a build directory call <TT>Build</TT> and a test installation -directory called <TT>TestInstall</TT> that will be generated by the build -sequence. The need for the source directory is obvious. Separating the build -directory from the source tree will allow you to remove the build output -without damaging the source tree. The installation directory will be created -during the build process, and its location will remove the need for root -privileges on your Linux box. -</P> <OL> <LI> -Create a <TT> Jazz++</TT> directory under your home directory and change -directory to the newly created directory. +Change directory to the <TT>OutsideSource</TT> you created when building +wxWidgets. <PRE> cd -mkdir Jazz++ -cd Jazz++ +cd OutsideSource </Pre> </LI> @@ -108,14 +95,14 @@ </LI> <LI> -Change directory to <TT>Jazz++</TT> under your home directory and create a -directory called <TT>Build</TT> that is in parallel with the <TT>jazz</TT> +Change directory to <TT>OutsideSource</TT> under your home directory and create +a directory called <TT>JazzBuild</TT> that is in parallel with the <TT>jazz</TT> source tree directory, and change directory to that location. <PRE> cd .. -mkdir Build -cd Build +mkdir JazzBuild +cd JazzBuild </PRE> </LI> @@ -125,23 +112,20 @@ <PRE> ../jazz/configure \ - --prefix=$HOME/Jazz++/TestInstall \ + --prefix=/usr/local/Jazz++ \ --enable-debug \ --enable-alsa \ --enable-sequencer2 </PRE> The <TT>prefix</TT> option is used so that the <TT>make install</TT> step -found later in these instructions, will not require root privileges. It is -also useful to run <TT>make install</TT> with this prefix option, so that the -resulting install will create a copy of the <TT>jazz.cfg</TT> file that is -independent of the one distributed in the source tree. The configuration file -is modified by the Jazz++ binary. If the version of the <TT>jazz.cfg</TT> file -in your svn working directory was altered, this could lead to update conflicts -when updating the code using Subversion. This may lead to problems using -Jazz++ as a result. -<BR> -<BR> +found later in these instructions, will create a separate Jazz++ directory for +the installation. <TT>make install</TT> will create a copy of the +<TT>jazz.cfg</TT> file that is independent of the one distributed in the source +tree. The configuration file is modified by the Jazz++ binary. If the version +of the <TT>jazz.cfg</TT> file in your svn working directory was altered, this +could lead to update conflicts when updating the code using Subversion. This +may lead to problems using Jazz++ as a result. </LI> <LI> @@ -157,16 +141,18 @@ If all goes well with the build, install Jazz++ using the following command. <PRE> +su make install +exit </PRE> </LI> </OL> <P> You should now have a <TT>jazz</TT> binary in -<TT>$HOME/Jazz++/TestInstall/bin</TT>. If the code prompts you for a Jazz++ +<TT>/usr/local/Jazz++/bin</TT>. If the code prompts you for a Jazz++ configuration file, select the <TT>jazz.cfg</TT> file found in -<TT>$HOME/Jazz++/TestInstall/share/Jazz++</TT>. +<TT>/usr/local/Jazz++/share/Jazz++</TT>. </P> <H3>Building Jazz++ for Mac OS X 10.5.2</H3> @@ -215,8 +201,6 @@ modified by the Jazz++ binary. If the version in your svn working directory was altered, this could lead to update conflicts when updating the code. This may lead to problems using Jazz++. -<BR> -<BR> </LI> <LI> Modified: web/htdocs/buildingtex2rtf/index.php =================================================================== --- web/htdocs/buildingtex2rtf/index.php 2008-11-16 00:30:22 UTC (rev 632) +++ web/htdocs/buildingtex2rtf/index.php 2008-11-16 00:39:06 UTC (rev 633) @@ -25,28 +25,14 @@ </P> <H3>Building Tex2RTF for Linux</H3> -<P> -I'm going to assume you do not have root privileges on your Linux box. Given -this assumption, we'll create a directory called <TT>Jazz++</TT> under your -home directory. This directory will hold the source tree for tex2rtf and -Jazz++ that will be obtained using Subversion, a build directory call -<TT>Tex2rtfBuild</TT> and a test installation directory called -<TT>TestInstall</TT> that will be generated by the build sequence. The need -for the source directory is obvious. Separating the build directory from the -source tree will allow you to remove the build output without damaging the -source tree. The installation directory will be created during the build -process, and its location will remove the need for root privileges on your -Linux box. -</P> <OL> <LI> -Create a <TT> Jazz++</TT> directory under your home directory and change -directory to the newly created directory. +Change directory to the <TT>OutsideSource</TT> directory you created when +building wxWidgets. <PRE> cd -mkdir Jazz++ -cd Jazz++ +cd OutsideSource </Pre> </LI> @@ -70,9 +56,10 @@ </LI> <LI> -Change directory to <TT>Jazz++</TT> under your home directory and create a -directory called <TT>Tex2rtfBuild</TT> that is in parallel with the -<TT>tex2rtf</TT> source tree directory, and change directory to that location. +Change directory to the <TT>OutsideSource</TT> directory under your home +directory and create a directory called <TT>Tex2rtfBuild</TT>. This directory +should be in parallel with the <TT>tex2rtf</TT> source tree directory. Change +directory to that location. <PRE> cd .. @@ -82,19 +69,12 @@ </LI> <LI> -Run the <TT>configure</TT> command generated by the <TT>autoreconf<TT> -command with the following options. +Run the <TT>configure</TT> script generated by the <TT>autoreconf</TT> +command. <PRE> -../tex2rtf/configure \ - --prefix=$HOME/Jazz++/TestInstall \ - --enable-debug +../tex2rtf/configure </PRE> - -The <TT>prefix</TT> option is used so that the <TT>make install</TT> step -found later in these instructions, will not require root privileges. -<BR> -<BR> </LI> <LI> @@ -110,14 +90,16 @@ If all goes well with the build, install tex2rtf using the following command. <PRE> +su make install +exit </PRE> </LI> </OL> <P> You should now have a <TT>tex2rtf</TT> binary in -<TT>$HOME/Jazz++/TestInstall/bin</TT>. +<TT>/usr/local/bin</TT>. </P> <?php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-16 00:30:22 UTC (rev 632) +++ web/htdocs/buildingwx/index.php 2008-11-16 00:39:06 UTC (rev 633) @@ -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 2005 or Visual Studio .NET 2008 can be used on Windows. The Linux install was tested -using Fedora 8 using GCC 4.1.2 and Mandriva 2008.0 using GCC 4.2.2. The Mac +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. </P> @@ -202,12 +202,13 @@ </PRE> </LI> -<LI> Create a directory called <TT>WxBuild</TT> in parallel with the -<TT>wxWidgets-2.8</TT> directory and change directory to that location. +<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. <PRE> -mkdir WxBuild -cd WxBuild +mkdir WxBuildRelease WxBuildDebug +cd WxBuildDebug </PRE> </LI> @@ -232,7 +233,7 @@ The <TT>prefix</TT> option is used so that the resulting wxWidgets build will be installed in a non-standard location to prevent conflicts with OS -installed versions. +installed versions and to make it easy to remove the installation. </LI> <LI> Run <TT>make</TT> using the following command. This will write a file @@ -248,13 +249,48 @@ <PRE> su make install +exit </PRE> </LI> +<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 +../wxWidgets-2.8/configure \ + --prefix=/usr/local/wx289 \ + --disable-no_exceptions \ + --disable-no_rtti \ + --disable-compat26 \ + --disable-unicode \ + --with-regex=builtin \ + --enable-std_iostreams \ + --enable-std_string \ + --enable-stl \ + --with-gtk +make 2>&1 | tee BuildLog +su +make install +exit +</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> + +<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 +created before building Tex2RTF and Jazz++. Adding the following lines in <TT>.bash_profile</TT> will do the trick. <PRE> @@ -264,9 +300,7 @@ 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; -<BR> -<BR> +available. Use the following command to accomplish this. <PRE> source .bash_profile @@ -356,9 +390,7 @@ 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; -<BR> -<BR> +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...> - 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. |
From: <pst...@us...> - 2011-02-14 21:52:22
|
Revision: 832 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=832&view=rev Author: pstieber Date: 2011-02-14 21:52:16 +0000 (Mon, 14 Feb 2011) Log Message: ----------- Set the svn:eol-style property to native and removed the executable property from one file. Property Changed: ---------------- web/htdocs/bugreports/index.php web/htdocs/buildingjazz/index.php web/htdocs/buildingtex2rtf/index.php web/htdocs/credits/index.php web/htdocs/documentation/index.php web/htdocs/download/index.php web/htdocs/faq/index.php web/htdocs/include/footer.php web/htdocs/include/header.php web/htdocs/include/leftnav.php web/htdocs/index.php web/htdocs/mailinglist/index.php web/htdocs/news/index.php web/htdocs/subversion/index.php web/htdocs/tex2rtf/index.php Property changes on: web/htdocs/bugreports/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/buildingjazz/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/buildingtex2rtf/index.php ___________________________________________________________________ Deleted: svn:executable - * Added: svn:eol-style + native Property changes on: web/htdocs/credits/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/documentation/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/download/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/faq/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/include/footer.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/include/header.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/include/leftnav.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/mailinglist/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/news/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/subversion/index.php ___________________________________________________________________ Added: svn:eol-style + native Property changes on: web/htdocs/tex2rtf/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-08-05 23:15:19
|
Revision: 892 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=892&view=rev Author: pstieber Date: 2011-08-05 23:15:13 +0000 (Fri, 05 Aug 2011) Log Message: ----------- Updated to wxWidgets 2.9.2. Modified Paths: -------------- web/htdocs/buildingwx/index.php web/htdocs/download/index.php web/htdocs/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2011-08-05 20:49:14 UTC (rev 891) +++ web/htdocs/buildingwx/index.php 2011-08-05 23:15:13 UTC (rev 892) @@ -21,51 +21,39 @@ wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. This page describes how the Jazz++ 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, Mandriva 2008.0 using GCC 4.2.2, and Debian 4.0 +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 (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> <P> -I have used these instructions with Visual Studio .NET 2005 (VC8) and Visual -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 +I have used these instructions with Visual Studio .NET 2008 (VC9) and Visual +Studio .NET 2010 (VC10). I used VC10 in the following text, but simply +substitute the appropriate VC9 verbiage to create a Visual Studio .NET 2008 build. I have both builds living side-by-side on my hard drive. </P> <OL> <LI> Download -<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. +<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. </LI> <LI> Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a -<TT>wxMSW-2.8.11</TT> directory directly under <TT>C:\ExternalPackages</TT>. +<TT>wxWidgets-2.9.2</TT> directory directly under <TT>C:\ExternalPackages</TT>. </LI> <LI> Change the name of the top-level wxWidgets directory to -<TT>wxMSW-2.8.11-VC9</TT> so other versions of wxWidgets can be built with +<TT>wxMSW-2.9.2-VC10</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.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.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.11-VC9\include\wx\msw\setup.h</TT>: +<TT>C:\ExternalPackages\wxMSW-2.9.2-VC10\include\wx\msw\setup.h</TT>: <P> @@ -80,66 +68,31 @@ </TR> <TR> -<TD ALIGN="LEFT"><TT>WXWIN_COMPATIBILITY_2_6</TT></TD> -<TD ALIGN="CENTER">1</TD> -<TD ALIGN="CENTER">0</TD> -</TR> - -<TR> <TD ALIGN="LEFT"><TT>wxUSE_STL</TT></TD> <TD ALIGN="CENTER">0</TD> <TD ALIGN="CENTER">1</TD> </TR> -<TR> -<TD ALIGN="LEFT"><TT>wxUSE_STD_IOSTREAM</TT></TD> -<TD ALIGN="CENTER">0</TD> -<TD ALIGN="CENTER">1</TD> -</TR> - -<TR> -<TD ALIGN="LEFT"><TT>wxUSE_GLCANVAS</TT></TD> -<TD ALIGN="CENTER">0</TD> -<TD ALIGN="CENTER">1</TD> -</TR> - -<TR> -<TD ALIGN="LEFT"><TT>wxUSE_IOSTREAMH</TT></TD> -<TD ALIGN="CENTER">1</TD> -<TD ALIGN="CENTER">0</TD> -</TR> - </TABLE> </DIV> </P> -<BR> -Jazz++ doesn't use OpenGL code at this point, but I use this wxWidgets build -for other projects. </LI> <LI> -Edit <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\include\wx\msw\wx.rc</TT> and -comment out the following line. - -<PRE> -#include "wx/msw/wince/wince.rc" -</PRE> +Use <TT>Start | All Programs | Microsoft Visual Studio 2010 | +Visual Studio Tools | Visual Studio Command Prompt (2010)</TT> to +start a console session to compile a 32-bit version of the library. </LI> <LI> -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> Ensure that the command-line compiler and tools (including nmake) are installed and ready to run. </LI> <LI> -Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\build\msw</TT>. +Change directory to <TT>C:\ExternalPackages\wxMSW-2.9.2-VC10\build\msw</TT>. </LI> <LI> -Build the debug static version of the wxWidgets libraries by typing: +Build the 32-bit, debug, static version of the wxWidgets libraries by typing: <PRE> nmake BUILD=debug SHARED=0 USE_OPENGL=1 -f makefile.vc @@ -147,40 +100,17 @@ </LI> <LI> -Build the release static version of the wxWidgets libraries by typing: +Build the 32-bit, release static version of the wxWidgets libraries by typing: <PRE> nmake BUILD=release SHARED=0 USE_OPENGL=1 -f makefile.vc </PRE> </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.11-VC9\build\msw</TT>. +<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>. </LI> -<LI> -Change directory to -<TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src</TT>. -</LI> -<LI> -Build the release static version of tex2rtf by typing: - -<PRE> -nmake BUILD=release SHARED=0 -f makefile.vc -</PRE> -</LI> -<LI> -Create a directory for the tex2rtf binaries under the wxWidgets -distribution (<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\bin</TT>). -</LI> -<LI> -Move the tex2rtf binaries from -<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.11-VC9\utils\tex2rtf\src</TT>. -</LI> </OL> <h3>Building wxWidgets for Linux</h3> @@ -194,8 +124,8 @@ trick. <PRE> -export PATH=/usr/local/wx-2.8.11/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-2.9.2/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-2.9.2/lib:$LD_LIBRARY_PATH </PRE> After adding the above lines to your <TT>.bash_profile</TT> @@ -217,16 +147,16 @@ </PRE> </LI> -<LI> Checkout the 2.8 branch of wxWidgets using the following command. +<LI> Checkout the trunk of wxWidgets using the following command. You must have a Subversion client loaded on your machine. <PRE> -svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH wxWidgets-2.8 +svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk wxWidgets </PRE> </LI> <LI> Create two directories called <TT>WxBuildRelease</TT> and -<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets-2.8</TT> directory +<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets</TT> directory and change directory to the <TT>WxBuildDebug</TT> directory. <PRE> @@ -239,17 +169,16 @@ configure options. <PRE> -../wxWidgets-2.8/configure \ - --prefix=/usr/local/wx-2.8.11 \ - --disable-no_exceptions \ - --disable-no_rtti \ +../wxWidgets/configure \ + --prefix=/usr/local/wx-2.9.2d \ + --with-gtk \ + --enable-exceptions \ --disable-compat26 \ - --disable-unicode \ - --with-regex=builtin \ + --disable-visibility \ + --with-regex \ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ - --with-gtk \ --enable-debug \ --enable-debug_gdb </PRE> @@ -281,17 +210,16 @@ <PRE> cd ../WxBuildRelease -../wxWidgets-2.8/configure \ - --prefix=/usr/local/wx-2.8.11 \ - --disable-no_exceptions \ - --disable-no_rtti \ +../wxWidgets/configure \ + --prefix=/usr/local/wx-2.9.2 \ + --with-gtk \ + --enable-exceptions \ --disable-compat26 \ - --disable-unicode \ - --with-regex=builtin \ + --disable-visibility \ + --with-regex \ --enable-std_iostreams \ --enable-std_string \ - --enable-stl \ - --with-gtk + --enable-stl make 2>&1 | tee BuildLog su make install @@ -300,10 +228,7 @@ </LI> <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. +You can run the following command to determine the default configuration. <PRE> wx-config --list @@ -326,18 +251,18 @@ <LI> Download -<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 +<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 file under your <TT>OutsideSource</TT> directory. </LI> -<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. +<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. <PRE> -mkdir WxBuild-2.8.11 -cd WxBuild-2.8.11 +mkdir WxBuild-2.9.2 +cd WxBuild-2.9.2 </PRE> </LI> @@ -345,13 +270,11 @@ configure options. <PRE> -../wxMac-2.8.11/configure \ - --prefix=$HOME/wx-2.8.11 \ - --disable-no_exceptions \ - --disable-no_rtti \ +../wxWidgets-2.9.2/configure \ + --prefix=$HOME/wx-2.9.2 \ + --enable-exceptions \ --disable-compat26 \ - --disable-unicode \ - --with-regex=builtin \ + --with-regex \ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ @@ -387,8 +310,8 @@ <TT>.bash_profile</TT> will do the trick. <PRE> -export PATH=/usr/local/wx-2.8.11/bin:$PATH -export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/wx-2.9.2/bin:$PATH +export LD_LIBRARY_PATH=/usr/local/wx-2.9.2/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 2011-08-05 20:49:14 UTC (rev 891) +++ web/htdocs/download/index.php 2011-08-05 23:15:13 UTC (rev 892) @@ -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.10 to build Jazz++ itself, and the tex2rtf utility which +build of wxWidgets 2.9.2 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 2011-08-05 20:49:14 UTC (rev 891) +++ web/htdocs/index.php 2011-08-05 23:15:13 UTC (rev 892) @@ -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.10. In the process, we'll also be fixing numerous other problems that exist +2.9.2. 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. |