You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
|
31
(1) |
|
|
|
|
|
From: Stephen S. <rad...@gm...> - 2010-05-31 02:05:39
|
Hi Matthias, It looks like the problem is caused by the "-ansi" argument to gcc. I guess "inline" was not supported in earlier versions of C, so the lo_endian.h header is not ANSI C compliant. Try removing it from the command line for now, although perhaps we can find a way to make it ANSI C compliant in the case where it's necessary. Steve On Sat, May 29, 2010 at 10:13 AM, <nen...@ma...> wrote: > Dear folks, hi! :) > My name is Matthias, I'm a studend of audio communications at the > technical university in Berlin in Germany, and for my final thesis I'm > currently involved in programming/extending a software that's been > written by students of our department. This software - an environment > for conduction listening experiments - was written inside the Matlab > "language" (please don't laugh, and please keep with me), and part of > my extending it is trying to at least let it run under my beloved > Linux operating system. Audio-IO and file operations have so far > successfully been adapted, the problem now is OSC. In its original > (windows) incarnation the programm used Andy Schmeder's osc > implementation for Matlab (http://andy.schmeder.net/software/), but > trying to compile this from source for Linux sadly failed. After > (unsuccessfully) trying to find out and fix the problems myself I have > already corresponded with Andy Schmeder, which left him at his wit's > ends and me with his recommendation to post to this list (as, I hope > that's obvious, his osc for Matlab uses liblo). > So here I am, and here's the technical description: > The (so called) Matlab "compiler" isn't really a compiler at all but > generates and calles a gcc compile command line instead, in my case it > was this: > > $ gcc -c -I/home/meme/Stau/Matlab/extern/include -DMATLAB_MEX_FILE > -ansi -D_GNU_SOURCE -fPIC -pthread -m32 -fexceptions > -D_FILE_OFFSET_BITS=64 -DMX_COMPAT_32 -O -DNDEBUG "osc_new_address.c" > (for the first of Andy Schmeder's files obviously, "osc_new_address.c" > > And running this verbously gives the following error: > > Using built-in specs. > Target: i486-linux-gnu > Configured with: ../src/configure -v > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 > --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr > --enable-targets=all --enable-checking=release --build=i486-linux-gnu > --host=i486-linux-gnu --target=i486-linux-gnu > Thread model: posix > gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) > /usr/lib/gcc/i486-linux-gnu/4.2.3/cc1 -quiet -v > -I/home/meme/Stau/Matlab/extern/include -D_REENTRANT -DMATLAB_MEX_FILE > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DMX_COMPAT_32 -DNDEBUG > osc_new_address.c -quiet -dumpbase osc_new_address.c -m32 > -mtune=generic -ansi -auxbase osc_new_address -O -ansi -version -fPIC > -fexceptions -o /tmp/cc7Gaqob.s > ignoring nonexistent directory "/usr/local/include/i486-linux-gnu" > ignoring nonexistent directory > "/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../i486-linux-gnu/include" > ignoring nonexistent directory "/usr/include/i486-linux-gnu" > #include "..." search starts here: > #include <...> search starts here: > /home/meme/Stau/Matlab/extern/include > /usr/local/include > /usr/lib/gcc/i486-linux-gnu/4.2.3/include > /usr/include > End of search list. > GNU C version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) (i486-linux-gnu) > compiled by GNU C version 4.2.3 20071123 (prerelease) (Debian > 4.2.2-4). > GGC heuristics: --param ggc-min-expand=90 --param ggc-min-heapsize=113285 > Compiler executable checksum: e5f75b43edef04f899196b1bf42593d5 > In file included from /usr/local/include/lo/lo.h:28, > from osc_new_address.c:8: > /usr/local/include/lo/lo_endian.h:89: error: expected '=', ',', ';', > 'asm' or '__attribute__' before 'uint64_t' > > > Now as you see my gcc is version 4.2.3, I'm on Debian, kernel is a > home backed kernel.org kernel with realtime patches, version > 2.6.21-rt8 (yes, not new, but working), liblo is version 0.26-1 (I > compiled this myself from source, but the error is exactly the same as > it was using the previously installed liblo from Debian). > And mind you, all the standard libraries (including dev-versions) are > installed and in place, especially stdint.h and types.h. (But as these > types are addressed well before line 89 in lo_endian.h I don't think > this is an include problem, or is it? The inline keyword on that line > is unique in the file though...) > Well, you're certainly quite aware now I'm no real programmer, and > that's exactly why I'm asking you for help! > Any idea anyone? I'd appreciate it very much... > > Thanks very much, > and a good day to all of you, > Matthias > > > ------------------------------------------------------------------------------ > > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |
From: <nen...@ma...> - 2010-05-29 14:34:31
|
Dear folks, hi! :) My name is Matthias, I'm a studend of audio communications at the technical university in Berlin in Germany, and for my final thesis I'm currently involved in programming/extending a software that's been written by students of our department. This software - an environment for conduction listening experiments - was written inside the Matlab "language" (please don't laugh, and please keep with me), and part of my extending it is trying to at least let it run under my beloved Linux operating system. Audio-IO and file operations have so far successfully been adapted, the problem now is OSC. In its original (windows) incarnation the programm used Andy Schmeder's osc implementation for Matlab (http://andy.schmeder.net/software/), but trying to compile this from source for Linux sadly failed. After (unsuccessfully) trying to find out and fix the problems myself I have already corresponded with Andy Schmeder, which left him at his wit's ends and me with his recommendation to post to this list (as, I hope that's obvious, his osc for Matlab uses liblo). So here I am, and here's the technical description: The (so called) Matlab "compiler" isn't really a compiler at all but generates and calles a gcc compile command line instead, in my case it was this: $ gcc -c -I/home/meme/Stau/Matlab/extern/include -DMATLAB_MEX_FILE -ansi -D_GNU_SOURCE -fPIC -pthread -m32 -fexceptions -D_FILE_OFFSET_BITS=64 -DMX_COMPAT_32 -O -DNDEBUG "osc_new_address.c" (for the first of Andy Schmeder's files obviously, "osc_new_address.c" And running this verbously gives the following error: Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) /usr/lib/gcc/i486-linux-gnu/4.2.3/cc1 -quiet -v -I/home/meme/Stau/Matlab/extern/include -D_REENTRANT -DMATLAB_MEX_FILE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DMX_COMPAT_32 -DNDEBUG osc_new_address.c -quiet -dumpbase osc_new_address.c -m32 -mtune=generic -ansi -auxbase osc_new_address -O -ansi -version -fPIC -fexceptions -o /tmp/cc7Gaqob.s ignoring nonexistent directory "/usr/local/include/i486-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../i486-linux-gnu/include" ignoring nonexistent directory "/usr/include/i486-linux-gnu" #include "..." search starts here: #include <...> search starts here: /home/meme/Stau/Matlab/extern/include /usr/local/include /usr/lib/gcc/i486-linux-gnu/4.2.3/include /usr/include End of search list. GNU C version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) (i486-linux-gnu) compiled by GNU C version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4). GGC heuristics: --param ggc-min-expand=90 --param ggc-min-heapsize=113285 Compiler executable checksum: e5f75b43edef04f899196b1bf42593d5 In file included from /usr/local/include/lo/lo.h:28, from osc_new_address.c:8: /usr/local/include/lo/lo_endian.h:89: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint64_t' Now as you see my gcc is version 4.2.3, I'm on Debian, kernel is a home backed kernel.org kernel with realtime patches, version 2.6.21-rt8 (yes, not new, but working), liblo is version 0.26-1 (I compiled this myself from source, but the error is exactly the same as it was using the previously installed liblo from Debian). And mind you, all the standard libraries (including dev-versions) are installed and in place, especially stdint.h and types.h. (But as these types are addressed well before line 89 in lo_endian.h I don't think this is an include problem, or is it? The inline keyword on that line is unique in the file though...) Well, you're certainly quite aware now I'm no real programmer, and that's exactly why I'm asking you for help! Any idea anyone? I'd appreciate it very much... Thanks very much, and a good day to all of you, Matthias |