[Csnd] Building QuteCsound 0.6 on Linux...
Date | 2010-08-11 16:26 |
From | Rory Walsh |
Subject | [Csnd] Building QuteCsound 0.6 on Linux... |
Building is stalling with the following output: rory@d630:~/SourceCode/qutecsound-0.6.0$ qmake qcs-unix.pro Project MESSAGE: Project MESSAGE: Building QuteCsound for Unix-based system. Project MESSAGE: Project MESSAGE: Building QuteCsound for the single precision version of Csound. Project MESSAGE: Building debug version. Project MESSAGE: Project MESSAGE: CONFIG ... Project MESSAGE: + uic Project MESSAGE: + resources Project MESSAGE: + qt Project MESSAGE: + incremental Project MESSAGE: + no_mocdepend Project MESSAGE: + qt_no_framework Project MESSAGE: + build32 Project MESSAGE: + thread Project MESSAGE: + debug Project MESSAGE: + warn_on Project MESSAGE: Project MESSAGE: QuteCsound build directory is /home/rory/SourceCode/qutecsound-0.6.0 Project MESSAGE: QuteCsound intermediate file directory is /home/rory/SourceCode/qutecsound-0.6.0/build/floats/debug Project MESSAGE: QuteCsound bin directory is /home/rory/SourceCode/qutecsound-0.6.0/bin Project MESSAGE: Project MESSAGE: Csound include directory not specified. Project MESSAGE: ... searching in /usr/local/include/csound Project MESSAGE: CSOUND_INCLUDE_DIR set to /usr/local/include/csound Project MESSAGE: Project MESSAGE: Csound library directory not specified. Project MESSAGE: ... searching in /usr/local/lib Project MESSAGE: ... searching in /usr/lib Project ERROR: A valid Csound library directory was not found. It can't find my Csound lib, but that's definitely in /usr/local/lib? I saw a thread about this in the archives but didn't find a solution. Rory. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 16:34 |
From | Bernardo Barros |
Subject | [Csnd] Re: Building QuteCsound 0.6 on Linux... |
what dlo I need to install qutecsound? I have qt4 and qt4-devel but I don't have "qmake" (I though it was there...). What packages do I need (I'm on fedora 13 64bit). Best! Bernardo 2010/8/11, Rory Walsh |
Date | 2010-08-11 16:36 |
From | Andres Cabrera |
Subject | [Csnd] Re: Building QuteCsound 0.6 on Linux... |
Hi Rory, The usual cause of this is that QuteCsound is attempting to build for floats and you have doubles Csound installed. Does using: qmake qcs.pro CONFIG+=build64 work? Cheers, Andrés On Wed, Aug 11, 2010 at 4:26 PM, Rory Walsh |
Date | 2010-08-11 16:39 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Building QuteCsound 0.6 on Linux... |
I'm build for floats.. On 11 August 2010 16:36, Andres Cabrera |
Date | 2010-08-11 16:40 |
From | PINOT Francois |
Subject | [Csnd] Re: Building QuteCsound 0.6 on Linux... |
Maybe the fact that you ran ldconfig when trying to make csoundo running has perturbed your libs ref. The following command should show you if libcsound is referenced in the cache: sudo ldconfig -p | grep 'libcsound' Hope this helps Francois Le 11/08/2010 17:26, Rory Walsh a écrit : > Building is stalling with the following output: > > rory@d630:~/SourceCode/qutecsound-0.6.0$ qmake qcs-unix.pro > Project MESSAGE: > Project MESSAGE: Building QuteCsound for Unix-based system. > Project MESSAGE: > Project MESSAGE: Building QuteCsound for the single precision version of Csound. > Project MESSAGE: Building debug version. > Project MESSAGE: > Project MESSAGE: CONFIG ... > Project MESSAGE: + uic > Project MESSAGE: + resources > Project MESSAGE: + qt > Project MESSAGE: + incremental > Project MESSAGE: + no_mocdepend > Project MESSAGE: + qt_no_framework > Project MESSAGE: + build32 > Project MESSAGE: + thread > Project MESSAGE: + debug > Project MESSAGE: + warn_on > Project MESSAGE: > Project MESSAGE: QuteCsound build directory is > /home/rory/SourceCode/qutecsound-0.6.0 > Project MESSAGE: QuteCsound intermediate file directory is > /home/rory/SourceCode/qutecsound-0.6.0/build/floats/debug > Project MESSAGE: QuteCsound bin directory is > /home/rory/SourceCode/qutecsound-0.6.0/bin > Project MESSAGE: > Project MESSAGE: Csound include directory not specified. > Project MESSAGE: ... searching in /usr/local/include/csound > Project MESSAGE: CSOUND_INCLUDE_DIR set to /usr/local/include/csound > Project MESSAGE: > Project MESSAGE: Csound library directory not specified. > Project MESSAGE: ... searching in /usr/local/lib > Project MESSAGE: ... searching in /usr/lib > Project ERROR: A valid Csound library directory was not found. > > It can't find my Csound lib, but that's definitely in /usr/local/lib? > I saw a thread about this in the archives but didn't find a solution. > > Rory. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 16:42 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Building QuteCsound 0.6 on Linux... |
Hi, qmake here on Ubuntu comes with qt-dev-tools, I'm not sure where it should be on your distro, but it should be part of the qt dev package. You also need libsndfile. Cheers, Andrés On Wed, Aug 11, 2010 at 4:34 PM, Bernardo Barros |
Date | 2010-08-11 16:46 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Building QuteCsound 0.6 on Linux... |
Thanks Francois, what exactly should that command return? It returns nothing at present? On 11 August 2010 16:40, PINOT Francois |
Date | 2010-08-11 17:42 |
From | PINOT Francois |
Subject | [Csnd] Re: Re: Re: Building QuteCsound 0.6 on Linux... |
On my system (ubuntu 10.4) the command returns: libcsound64.so.5.2 (libc6) => /usr/local/lib/libcsound64.so.5.2 libcsound64.so (libc6) => /usr/local/lib/libcsound64.so So if you don't get any output, it means that your system doesn't consider anymore /usr/local/lib as a trusted lib path. Normaly, you should find in /etc/ld.so.conf.d/ a file named libc.conf. This file is used to tell the system that /usr/local/lib is a trusted lib path. If this file exists, the following command should repair your paths: sudo ldconfig -v The -v (verbose) is usefull to see what's happening. Francois Le 11/08/2010 17:46, Rory Walsh a écrit : > Thanks Francois, what exactly should that command return? It returns > nothing at present? > > On 11 August 2010 16:40, PINOT Francois |
Date | 2010-08-11 17:48 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Thanks again Francois. After running sudo ldconfig -v and running ldconfig -p | grep 'libcsound' I still get no output? Should I manually edit libc.conf to add the path? I would have thought usr/local/lib was a standard path in linux systems? On 11 August 2010 17:42, PINOT Francois |
Date | 2010-08-11 17:49 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I just check libc.conf and is has usr/lib/local set in it.. On 11 August 2010 17:48, Rory Walsh |
Date | 2010-08-11 17:53 |
From | Francois PINOT |
Subject | [Csnd] Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Have you tried to recompile QuteCsound now? Normally, after your last ldconfig command, your system should find libcsound during the link process and update the cache. Then the ldconfig -p command should show libcsound. Francois 2010/8/11 Rory Walsh <rorywalsh@ear.ie> I just check libc.conf and is has usr/lib/local set in it.. |
Date | 2010-08-11 17:56 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Tired, but I get the same problem as before? "A valid Csound library directory was not found."?? Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 18:01 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I mean tried! Actually, perhaps I mean tired too, it's already been a long day! On 11 August 2010 17:56, Rory Walsh |
Date | 2010-08-11 18:02 |
From | Francois PINOT |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Could you send me the result of an ls command on your /usr/local/lib? Francois 2010/8/11 Rory Walsh <rorywalsh@ear.ie>
Tired, but I get the same problem as before? "A valid Csound library |
Date | 2010-08-11 18:07 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
csound libcsnd.so.5.2 libcsound.a lib_jcsound.so perl python2.5 On 11 August 2010 18:02, Francois PINOT |
Date | 2010-08-11 18:20 |
From | Francois PINOT |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
On my system I get this: csound libcsnd.so.5.2 libcsound64.so.5.2 libmpadec.a ocaml libcsnd.so libcsound64.so lib_jcsound.so libmpadec.so python2.6 So it seems you only have a static version of the csound library (libcsound.a) when qutecsound needs a shared version of the library (something as libcsound.so.5.2 with a symlink like libcsound.so). Did you forget the dynamicCsoundLibrary=1 option when building csound? Francois 2010/8/11 Rory Walsh <rorywalsh@ear.ie> csound libcsnd.so.5.2 libcsound.a lib_jcsound.so perl python2.5 |
Date | 2010-08-11 18:24 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Most likely I did Francois! I never used that option. I'll try it out and get back to you later, I've to head out for a bit, thanks again for the help. Rory. On 11 August 2010 18:20, Francois PINOT |
Date | 2010-08-11 19:01 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I just rebuilt and now I have the following files in usr/local/lib csound libcsound.a libcsound.so.5.2 perl libcsnd.so.5.2 libcsound.so lib_jcsound.so python2.5 And when I run that grep ldconfig command I get: libcsound.so.5.2 (libc6) => /usr/local/lib/libcsound.so.5.2 libcsound.so (libc6) => /usr/local/lib/libcsound.so But alas, when building qutecsound I still get the same error: (...) Project MESSAGE: Csound include directory not specified. Project MESSAGE: ... searching in /usr/local/include/csound Project MESSAGE: CSOUND_INCLUDE_DIR set to /usr/local/include/csound Project MESSAGE: Project MESSAGE: Csound library directory not specified. Project MESSAGE: ... searching in /usr/local/lib Project MESSAGE: ... searching in /usr/lib Project ERROR: A valid Csound library directory was not found. Surely we're getting close? Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 19:07 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Hi Rory, Yes, it feels close. Are you sure you've opened a new terminal, to make sure the ldconfig has taken effect? Would you like to take this to the qutecsound mailing list? Cheers, Andrés On Wed, Aug 11, 2010 at 7:01 PM, Rory Walsh |
Date | 2010-08-11 19:11 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Yes, I've reopened the terminal but still no luck. Given that QuteCsound ships with Csound perhaps it's ok to stay here, I've a feeling that there might be more user on this list who may be able to help? On 11 August 2010 19:07, Andres Cabrera |
Date | 2010-08-11 19:24 |
From | PINOT Francois |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Normally libcound.so is a symlink to libcsound.so.5.2. Unfortunately
the install.py script doesn't create a symlink to libcsnd.so.5.2. So
you have to run this command from /usr/local/lib: sudo ln -s libcsnd.so.5.2 libcsnd.so libcsnd.so is needed for the cpp part of the API. Francois Le 11/08/2010 20:01, Rory Walsh a écrit : I just rebuilt and now I have the following files in usr/local/lib csound libcsound.a libcsound.so.5.2 perl libcsnd.so.5.2 libcsound.so lib_jcsound.so python2.5 And when I run that grep ldconfig command I get: libcsound.so.5.2 (libc6) => /usr/local/lib/libcsound.so.5.2 libcsound.so (libc6) => /usr/local/lib/libcsound.so But alas, when building qutecsound I still get the same error: (...) Project MESSAGE: Csound include directory not specified. Project MESSAGE: ... searching in /usr/local/include/csound Project MESSAGE: CSOUND_INCLUDE_DIR set to /usr/local/include/csound Project MESSAGE: Project MESSAGE: Csound library directory not specified. Project MESSAGE: ... searching in /usr/local/lib Project MESSAGE: ... searching in /usr/lib Project ERROR: A valid Csound library directory was not found. Surely we're getting close? Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 19:32 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Ok, now qmake works. But when I call make get the following output and error: rory@d630:~/SourceCode/qutecsound-0.6.0$ make /usr/bin/uic-qt4 src/about.ui -o build/floats/debug/ui/ui_about.h /usr/bin/uic-qt4 src/configdialog.ui -o build/floats/debug/ui/ui_configdialog.h Warning: name layoutWidget is already used Warning: name layoutWidget is already used Warning: name layoutWidget12 is already used Warning: name layoutWidget13 is already used /usr/bin/uic-qt4 src/findreplace.ui -o build/floats/debug/ui/ui_findreplace.h Warning: name layoutWidget is already used /usr/bin/uic-qt4 src/keyboardshortcuts.ui -o build/floats/debug/ui/ui_keyboardshortcuts.h /usr/bin/uic-qt4 src/keyselector.ui -o build/floats/debug/ui/ui_keyselector.h Warning: name layoutWidget is already used /usr/bin/uic-qt4 src/liveeventcontrol.ui -o build/floats/debug/ui/ui_liveeventcontrol.h /usr/bin/uic-qt4 src/liveeventframe.ui -o build/floats/debug/ui/ui_liveeventframe.h /usr/bin/uic-qt4 src/utilitiesdialog.ui -o build/floats/debug/ui/ui_utilitiesdialog.h Warning: name layoutWidget is already used Warning: name layoutWidget is already used Warning: name layoutWidget is already used Warning: name layoutWidget is already used Warning: name layoutWidget is already used Warning: name layoutWidget is already used g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -DQT_SHARED -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/local/include/csound -I/usr/include -Ibuild/floats/debug/moc -Ibuild/floats/debug/ui -o build/floats/debug/obj/about.o src/about.cpp g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -DQT_SHARED -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/local/include/csound -I/usr/include -Ibuild/floats/debug/moc -Ibuild/floats/debug/ui -o build/floats/debug/obj/configdialog.o src/configdialog.cpp In file included from src/configdialog.h:26, from src/configdialog.cpp:25: build/floats/debug/ui/ui_configdialog.h:35:28: error: qplaintextedit.h: No such file or directory In file included from src/configdialog.h:26, from src/configdialog.cpp:25: build/floats/debug/ui/ui_configdialog.h:260: warning: ISO C++ forbids declaration of ‘QPlainTextEdit’ with no type build/floats/debug/ui/ui_configdialog.h:260: error: expected ‘;’ before ‘*’ token build/floats/debug/ui/ui_configdialog.h: In member function ‘void Ui_ConfigDialog::setupUi(QDialog*)’: build/floats/debug/ui/ui_configdialog.h:1265: error: ‘templateTextEdit’ was not declared in this scope build/floats/debug/ui/ui_configdialog.h:1265: error: expected type-specifier before ‘QPlainTextEdit’ build/floats/debug/ui/ui_configdialog.h:1265: error: expected `;' before ‘QPlainTextEdit’ src/configdialog.cpp: In constructor ‘ConfigDialog::ConfigDialog(qutecsound*, Options*)’: src/configdialog.cpp:171: error: ‘templateTextEdit’ was not declared in this scope src/configdialog.cpp: In member function ‘virtual void ConfigDialog::accept()’: src/configdialog.cpp:322: error: ‘templateTextEdit’ was not declared in this scope src/configdialog.cpp: In member function ‘void ConfigDialog::clearTemplate()’: src/configdialog.cpp:1078: error: ‘templateTextEdit’ was not declared in this scope src/configdialog.cpp: In member function ‘void ConfigDialog::defaultTemplate()’: src/configdialog.cpp:1084: error: ‘templateTextEdit’ was not declared in this scope make: *** [build/floats/debug/obj/configdialog.o] Error 1 This is not from cvs but from the most recent zip folder on sourceforge.. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-08-11 19:36 |
From | Francois PINOT |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
You should get the last version from svn. I built it yesterday and it worked fine. Francois 2010/8/11 Rory Walsh <rorywalsh@ear.ie> Ok, now qmake works. But when I call make get the following output and error: |
Date | 2010-08-11 19:48 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Hi Rory, What version of Qt are you using? QPlainTextEdit was added in 4.4. Maybe you have an earlier version? Cheers, Andrés On Wed, Aug 11, 2010 at 7:32 PM, Rory Walsh |
Date | 2010-08-11 20:08 |
From | Bernardo Barros |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
thanks, now I have qmake. But I got the same problem with the CSOUND_INCLUDE variable. With the LIB I could just write the path to /lib64/ but no idea what to give to INCLUDE. 2010/8/11, Andres Cabrera |
Date | 2010-08-11 20:10 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Hi, On my system its: /usr/local/include Cheers, Andres On Wed, Aug 11, 2010 at 8:08 PM, Bernardo Barros |
Date | 2010-08-11 20:11 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I'm using 4.3, sorry! I'll update and let you know how I get on. On 11 August 2010 20:08, Bernardo Barros |
Date | 2010-08-11 20:26 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Seems that I can't update to qt4.4 with apt-get? It says >qt4-dev-tools is already the newest version. Aren't you both working with Ubuntu too? Did you build qt yourself? I'd rather not if I'm honest!! On 11 August 2010 20:11, Rory Walsh |
Date | 2010-08-11 20:33 |
From | PINOT Francois |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Which version of ubuntu do you have? Ubuntu 9.10 has 4.5 and ubuntu 10.4 has 4.6 which is needed if you plan to build QuteCsound with the pythonqt option Francois Le 11/08/2010 21:26, Rory Walsh a écrit : > Seems that I can't update to qt4.4 with apt-get? It says > > >> qt4-dev-tools is already the newest version. >> > Aren't you both working with Ubuntu too? Did you build qt yourself? > I'd rather not if I'm honest!! > > On 11 August 2010 20:11, Rory Walsh |
Date | 2010-08-11 20:34 |
From | Bernardo Barros |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I'm on Fedora 13 64bit. I did yum install qt4 qt4-devel qt-devel. 2010/8/11, Rory Walsh |
Date | 2010-08-11 20:44 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
I'm still running ubuntu 8.10, do you know if I can update without having to reinstall and reconfigure all my dev tools? On 11 August 2010 20:34, Bernardo Barros |
Date | 2010-08-11 21:09 |
From | Francois PINOT |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
By experience you can only update to the next level. I would recommand to resinstall from 10.4 because there's a too great gap between 8.10 and 10.4. If you can save your home directory, you should keep most of your configuration files. If you read French, there's a good tutorial for migration here: http://doc.ubuntu-fr.org/tutoriel/comment_sauver_et_restaurer_la_liste_des_paquets Mainly it says to use the command 'dpkg --get-selections > packages-list' to get a list of all your installed packages. From my point of view, I think it's worth updating to 10.4 because it's an LTS version Francois 2010/8/11 Rory Walsh <rorywalsh@ear.ie> I'm still running ubuntu 8.10, do you know if I can update without |
Date | 2010-08-11 21:15 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
My French is rusty but I'm going cycling there at the end of the month so now could be a good time to upgrade both ubuntu and my level of French! Cheers. On 11 August 2010 21:09, Francois PINOT |
Date | 2010-08-12 09:09 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Building QuteCsound 0.6 on Linux... |
Just updated from Ubuntu 8.04 to 10.4 using the Update Manager that ships with Ubuntu. I didn't have to reinstall anything, it simply downloaded and applied all major upgrades. All my personal files and folders are still exactly where they were before the update. I can't believe how easy that was! Anyway, apart from that QuteCsound now builds without a problem. I suppose I probably should have upgraded Csound from 5.10 to 5.12 before all that but hey, if it QTCsound builds with 5.10 I'm sure it won't have any problem with 5.12! Rory. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |