From: Robert V. <vo...@ct...> - 2013-07-26 20:17:56
|
On 07/25/2013 07:02 PM, Pete Stieber wrote: > On 07/22/2013 04:31 PM, KJM = Kyle J. McKay wrote: > KJM>> svn co http://svn.code.sf.net/p/jazzplusplus/code/trunk/jazz jazz > > On 7/22/2013 6:14 PM, RV = Robert Vogel wrote: > RV> Thanks. I got revision 1029 this time. > > Kyle, > > Thanks for helping Robert. > > I updated the URL on the Jazz++ web site a while ago when the > sourceforge URLs changed... > > http://jazzplusplus.sourceforge.net/buildingjazz/ > > Pete Hi Pete, Finally got a clean jazz++ compile with Mint 15 and it works. ============= Bakefile looks to be a great idea for cross-platform work, but seems out of date. The build directory of downloaded bakefile 0.2.9 says: "This directory contains build script to build complete binary distribution of Bakefile for all platforms. It uses Rlsbot (http://rlsbot.bakefile.org) to do all the work." But the rlsbot website doesn't exist. Since it needs rlsbot to build, I couldn't go any further ==================== Aside from the checkout link, I did everything else according to your web instructions. ======================== The only thing I noticed was it couldn't seem to find the configuration file at the end of the install process. I looked around for it, found a copy, and then it was fine. Here is what the install looks like: =============== vogelrl@m15 ~/OutsideSource/JazzBuild $ su Password: m15 JazzBuild # make install Making install in src make[1]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src' Making install in HelpFiles make[2]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' Making install in images make[3]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' make[4]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' make[4]: Nothing to be done for `install-exec-am'. make install-data-hook make[5]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' if test '!' -d /usr/local/Jazz++/share/Jazz++/HelpFiles/images; then mkdir -p /usr/local/Jazz++/share/Jazz++/HelpFiles/images; fi Installing /usr/local/Jazz++/share/Jazz++/HelpFiles/images make[5]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' make[4]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' make[3]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles/images' make[3]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[4]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[4]: Nothing to be done for `install-exec-am'. make install-data-hook make[5]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' if test '!' -d /usr/local/Jazz++/share/Jazz++/HelpFiles; then mkdir -p /usr/local/Jazz++/share/Jazz++/HelpFiles; fi Installing /usr/local/Jazz++/share/Jazz++/HelpFiles make[5]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[4]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[3]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[2]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src/HelpFiles' make[2]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src' make[3]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/src' /bin/mkdir -p '/usr/local/Jazz++/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c jazz '/usr/local/Jazz++/bin' libtool: install: /usr/bin/install -c jazz /usr/local/Jazz++/bin/jazz make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src' make[2]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src' make[1]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/src' Making install in conf make[1]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/conf' make[2]: Entering directory `/home/vogelrl/OutsideSource/JazzBuild/conf' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/usr/local/Jazz++/share/Jazz++' /usr/bin/install -c -m 644 ../../jazz/conf/jazz.mid ../../jazz/conf/jazz.cfg ../../jazz/conf/ctrlnam.jzi ../../jazz/conf/README ../../jazz/conf/e26voice.jzi ../../jazz/conf/e26.jzi ../../jazz/conf/gmdrmnam.jzi ../../jazz/conf/gm.jzi ../../jazz/conf/gmdrmset.jzi ../../jazz/conf/gmvoices.jzi ../../jazz/conf/gs.jzi ../../jazz/conf/gsdrmset.jzi ../../jazz/conf/gsvoices.jzi ../../jazz/conf/jazz.cfg ../../jazz/conf/jv1000.jzi ../../jazz/conf/sc88pdrm.jzi ../../jazz/conf/sc88pro.jzi ../../jazz/conf/sc88pvoi.jzi ../../jazz/conf/xg.jzi ../../jazz/conf/xgdrmnam.jzi ../../jazz/conf/xgdrmset.jzi ../../jazz/conf/xgvoices.jzi '/usr/local/Jazz++/share/Jazz++' /usr/bin/install: will not overwrite just-created ‘/usr/local/Jazz++/share/Jazz++/jazz.cfg’ with ‘../../jazz/conf/jazz.cfg’ make[2]: *** [install-pkgdataDATA] Error 1 make[2]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/conf' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/vogelrl/OutsideSource/JazzBuild/conf' make: *** [install-recursive] Error 1 m15 JazzBuild # |