Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(38) |
Nov
(107) |
Dec
(81) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(92) |
Feb
(66) |
Mar
(56) |
Apr
(179) |
May
(161) |
Jun
(100) |
Jul
(44) |
Aug
(77) |
Sep
(53) |
Oct
(36) |
Nov
(75) |
Dec
(78) |
2005 |
Jan
(86) |
Feb
(47) |
Mar
(31) |
Apr
(38) |
May
(67) |
Jun
(59) |
Jul
(34) |
Aug
(14) |
Sep
(6) |
Oct
(22) |
Nov
(34) |
Dec
(42) |
2006 |
Jan
(65) |
Feb
(6) |
Mar
(31) |
Apr
(47) |
May
(26) |
Jun
(10) |
Jul
(6) |
Aug
(11) |
Sep
(31) |
Oct
(50) |
Nov
(28) |
Dec
(34) |
2007 |
Jan
(79) |
Feb
(26) |
Mar
(37) |
Apr
(18) |
May
(11) |
Jun
(1) |
Jul
(10) |
Aug
(8) |
Sep
(18) |
Oct
(19) |
Nov
(31) |
Dec
(26) |
2008 |
Jan
(35) |
Feb
(53) |
Mar
(58) |
Apr
(45) |
May
(17) |
Jun
(35) |
Jul
(38) |
Aug
(21) |
Sep
(22) |
Oct
(36) |
Nov
(26) |
Dec
(17) |
2009 |
Jan
(50) |
Feb
(77) |
Mar
(119) |
Apr
(81) |
May
(44) |
Jun
(100) |
Jul
(92) |
Aug
(16) |
Sep
(18) |
Oct
(18) |
Nov
(33) |
Dec
(36) |
2010 |
Jan
(156) |
Feb
(55) |
Mar
(21) |
Apr
(65) |
May
(24) |
Jun
(17) |
Jul
(20) |
Aug
(99) |
Sep
(56) |
Oct
(143) |
Nov
(142) |
Dec
(222) |
2011 |
Jan
(92) |
Feb
(84) |
Mar
(85) |
Apr
(353) |
May
(280) |
Jun
(129) |
Jul
(56) |
Aug
(115) |
Sep
(214) |
Oct
(303) |
Nov
(299) |
Dec
(183) |
2012 |
Jan
(151) |
Feb
(57) |
Mar
(133) |
Apr
(139) |
May
(149) |
Jun
(172) |
Jul
(167) |
Aug
(37) |
Sep
(78) |
Oct
(55) |
Nov
(34) |
Dec
(78) |
2013 |
Jan
(64) |
Feb
(100) |
Mar
(28) |
Apr
(81) |
May
(108) |
Jun
(35) |
Jul
(21) |
Aug
(35) |
Sep
(59) |
Oct
(24) |
Nov
(13) |
Dec
(14) |
2014 |
Jan
(48) |
Feb
(7) |
Mar
(10) |
Apr
(2) |
May
(12) |
Jun
(5) |
Jul
(4) |
Aug
(2) |
Sep
(18) |
Oct
(106) |
Nov
(86) |
Dec
(25) |
2015 |
Jan
(99) |
Feb
(85) |
Mar
(22) |
Apr
(30) |
May
(16) |
Jun
(4) |
Jul
(40) |
Aug
(5) |
Sep
(50) |
Oct
(46) |
Nov
(34) |
Dec
(57) |
2016 |
Jan
(103) |
Feb
(56) |
Mar
(56) |
Apr
(38) |
May
(55) |
Jun
(19) |
Jul
(26) |
Aug
(12) |
Sep
(30) |
Oct
(12) |
Nov
(6) |
Dec
(29) |
2017 |
Jan
(35) |
Feb
(18) |
Mar
(19) |
Apr
(33) |
May
(26) |
Jun
(14) |
Jul
(15) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
(9) |
Dec
(28) |
2018 |
Jan
(43) |
Feb
(10) |
Mar
(17) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(2) |
2
|
3
|
4
(5) |
5
(4) |
6
(3) |
7
(10) |
8
(8) |
9
(8) |
10
(1) |
11
|
12
(2) |
13
(3) |
14
(1) |
15
(1) |
16
(5) |
17
(2) |
18
|
19
(9) |
20
(5) |
21
(11) |
22
(12) |
23
(14) |
24
(7) |
25
(10) |
26
(3) |
27
(3) |
28
|
29
(1) |
30
(10) |
31
(3) |
|
|
|
|
|
|
From: Tim E. Real <termtech@ro...> - 2010-10-19 23:57:55
|
On October 19, 2010 04:11:15 am Geoff Beasley wrote: > my build fails with .... > Are you sure you followed the README correctly? You created a 'build' directory and ran " cmake ../ " from there? If so... > [root@<LapLin> muse]# make > /usr/share/qt4/bin/moc plugin.h -o moc_plugin.cpp > make: /usr/share/qt4/bin/moc: Command not found > make: *** [moc_plugin.cpp] Error 127 This suggests the built-in 'FindQt4.cmake' module is not correctly identifying the QT4 directories. Nothing we can do ATM, we rely on what 'FindQt4.cmake' says. FindQt4 in turn relies on QT4's qmake for the information. You might try "qmake -query" and see if the directories list output jives correctly with what's actually on your system. Maybe your system is not quite configured right? And why are you running as 'root'? Don't build as root for now. Don't run auto* anything! It's all cmake here. If by chance you did run autogen.sh or the auto* commands, then config.h.in and COPYING etc. will be messed up. Grab a fresh copy and try again. HTH. Tim. > > /usr/share/qt4 etc doesn't exist (as it says) but i checked the > configure.am and it correctly lists the qt4 bin dir as /opt/qt/bin so it > shouldn't be looking in there anyway surely. > > g > |
From: Tim E. Real <termtech@ro...> - 2010-10-19 23:23:24
|
OK sorry about that, I knew something would be missing. Fixed missing ctrl cmake file, and missing lib and demos. Note that some of those files (like demos and MusE desktop/icons etc.) are not installed yet. Will fix later. Try it again folks! Thanks. Tim. On October 19, 2010 03:17:33 am Robert Jonsson wrote: > The proper way to do it is to create a build dir and start cmake from > there with a ../ argument, right? Yes, as the corrected README says (muse_qt4_evolution README is wrong). |
From: Geoff Beasley <geoff@la...> - 2010-10-19 09:21:18
|
On 10/19/2010 08:01 PM, Robert Jonsson wrote: > As Orcan points out it seems you are still trying the old build system. no i followed Tim's instructions, i just stupidly looked in that configure file to see if it was pointing to the wrong QT4 resources. but i'll wait till it's fixed ;) g. |
From: Robert Jonsson <spamatica@gm...> - 2010-10-19 09:01:45
|
Hi Geoff, As Orcan points out it seems you are still trying the old build system. The qt4 detection in configure.ac is non functional. If you want to try it the old way, find the definition of QTDIR in configure.ac and set it correctly for Qt4, no idea what is correct for Arch. There's also a hardcoded path in common.am to UIC which must point to the right thing. Easier is to allow Tim to fix the new cmake build system which should render this a thing of the past. Regards, Robert 2010/10/19 Orcan Ogetbil <oget.fedora@...>: > On Tue, Oct 19, 2010 at 4:11 AM, Geoff Beasley wrote: >> my build fails with .... >> >> [root@<LapLin> muse]# make >> /usr/share/qt4/bin/moc plugin.h -o moc_plugin.cpp >> make: /usr/share/qt4/bin/moc: Command not found >> make: *** [moc_plugin.cpp] Error 127 >> >> /usr/share/qt4 etc doesn't exist (as it says) but i checked the >> configure.am and it correctly lists the qt4 bin dir as /opt/qt/bin so it >> shouldn't be looking in there anyway surely. >> > > cmake build system does not use Makefile.am configure.ac etc. Normally > the only stuff that you need to look at are the CMakeLists.txt files. > > That said, the current cmake setup fails as pointed out by Robert in > the other thread. > > Orcan > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > Lmuse-developer mailing list > Lmuse-developer@... > https://lists.sourceforge.net/lists/listinfo/lmuse-developer > |
From: Orcan Ogetbil <oget.fedora@gm...> - 2010-10-19 08:19:21
|
On Tue, Oct 19, 2010 at 4:11 AM, Geoff Beasley wrote: > my build fails with .... > > [root@<LapLin> muse]# make > /usr/share/qt4/bin/moc plugin.h -o moc_plugin.cpp > make: /usr/share/qt4/bin/moc: Command not found > make: *** [moc_plugin.cpp] Error 127 > > /usr/share/qt4 etc doesn't exist (as it says) but i checked the > configure.am and it correctly lists the qt4 bin dir as /opt/qt/bin so it > shouldn't be looking in there anyway surely. > cmake build system does not use Makefile.am configure.ac etc. Normally the only stuff that you need to look at are the CMakeLists.txt files. That said, the current cmake setup fails as pointed out by Robert in the other thread. Orcan |
From: Geoff Beasley <geoff@la...> - 2010-10-19 08:11:27
|
my build fails with .... [root@<LapLin> muse]# make /usr/share/qt4/bin/moc plugin.h -o moc_plugin.cpp make: /usr/share/qt4/bin/moc: Command not found make: *** [moc_plugin.cpp] Error 127 /usr/share/qt4 etc doesn't exist (as it says) but i checked the configure.am and it correctly lists the qt4 bin dir as /opt/qt/bin so it shouldn't be looking in there anyway surely. g |
From: Robert Jonsson <spamatica@gm...> - 2010-10-19 07:17:39
|
Hi Tim, Nice! I could not resist so I gave it a quick test. The proper way to do it is to create a build dir and start cmake from there with a ../ argument, right? Anyway, I get the following errors, under Kubuntu 10.04. Some files which are not checked in or perhaps changes to cmake? Regards, Robert ---- CMake Error at /usr/share/cmake-2.8/Modules/CPack.cmake:702 (message): CPack package description file: "/home/ddskrjo/dev/lmuse/trunk/muse2/COPYING" could not be found. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CPack.cmake:706 (cpack_check_file_exists) CMakeLists.txt:414 (INCLUDE) CMake Error at /usr/share/cmake-2.8/Modules/CPack.cmake:702 (message): CPack license resource file: "/home/ddskrjo/dev/lmuse/trunk/muse2/COPYING" could not be found. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CPack.cmake:707 (cpack_check_file_exists) CMakeLists.txt:414 (INCLUDE) CMake Warning (dev) in CMakeLists.txt: The source directory /home/ddskrjo/dev/lmuse/trunk/muse2/lib does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in muse/CMakeLists.txt: The source directory /home/ddskrjo/dev/lmuse/trunk/muse2/muse/ctrl does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in CMakeLists.txt: The source directory /home/ddskrjo/dev/lmuse/trunk/muse2/demos does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! |
From: Tim E. Real <termtech@ro...> - 2010-10-19 06:57:21
|
In the new muse2 SVN branch added by Robert (not muse_qt4_evolution). Care to try it out? The cmake stuff is a brand new WIP (and so is the actual branch). So expect a few problems. (Hope I committed all the files!) But I'd like you to try it to see if it at least builds for you. It worked for me. Built, installed, tested ! Read the README file to learn how to make and install. Remember this is a QT4 application ! (Using the QT3 compatibility support for now). For the cmake line, I recommend installing to a 'sandbox' for now, so you don't overwrite a good working MusE-1, like: cmake -DCMAKE_INSTALL_PREFIX=/usr/local/muse2 ../ You can run the program from there in /usr/local/muse2/bin and it will find most of what it needs but ATM it can't find MESS synths and a few other things. Also see the ChangeLog. Tim. |
From: Geoff Beasley <geoff@la...> - 2010-10-19 04:08:57
|
Tim I am seeing occasional random notes; always on the c-2 line and very very short duration (64ths ?) and you generally can't remove them with the eraser tool. btw using alsa midi in this case no jack midi tysk g |