Re: [LAU] Mono suitable for creating LAU applications?

From: Atte Andre Jensen <atte.jensen@email-addr-hidden>
Date: Tue Jun 16 2009 - 15:46:49 EEST

hermann meyer wrote:

> A nice way to start audio app programing is FAUST, you can write you
> algorithm in "plain math" and let it translate from the FAUST compiler
> to C++.

That looks really nice! I have trouble compiling it though, first I had
to add #include <stdio.h> below #include <stdlib.h> in smartpointer.hh,
which made the compilation go a bit further. However now it dies like this:

g++ -g -O3 -Wall -Wuninitialized -Iboxes -Ierrors -Ievaluate -Igenerator
-Inormalize -Iparser -Ipropagate -Isignals -Itlib -Idraw -Idraw/device
-Idraw/schema -Iextended -Ipatternmatcher -c -o parser/enrobage.o
parser/enrobage.cpp
parser/enrobage.cpp: In function ‘std::ifstream* open_path_stream(const
char*, const char*)’:
parser/enrobage.cpp:75: error: ‘PATH_MAX’ was not declared in this scope
parser/enrobage.cpp:80: error: ‘old’ was not declared in this scope
parser/enrobage.cpp:85: error: ‘free’ was not declared in this scope
parser/enrobage.cpp:93: error: ‘free’ was not declared in this scope
parser/enrobage.cpp: In function ‘std::ifstream* open_arch_stream(const
char*)’:
parser/enrobage.cpp:108: error: ‘getenv’ was not declared in this scope
parser/enrobage.cpp: In function ‘FILE* fopensearch(const char*)’:
parser/enrobage.cpp:144: error: ‘getenv’ was not declared in this scope
parser/enrobage.cpp: In function ‘FILE* fopenpath(const char*, const
char*)’:
parser/enrobage.cpp:153: error: ‘PATH_MAX’ was not declared in this scope
parser/enrobage.cpp:157: error: ‘old’ was not declared in this scope
parser/enrobage.cpp:164: error: ‘free’ was not declared in this scope
parser/enrobage.cpp:172: error: ‘free’ was not declared in this scope
make[1]: *** [parser/enrobage.o] Error 1
make[1]: Leaving directory
`/home/atte/software/faust/faust-0.9.9.4/compiler'
make: *** [all] Error 2

But maybe that's a bit too OT here. Anyways this is under arch linux
with gcc 4.4.0

-- 
Atte
http://atte.dk   http://modlys.dk   http://virb.com/atte
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Tue Jun 16 16:15:01 2009

This archive was generated by hypermail 2.1.8 : Tue Jun 16 2009 - 16:15:02 EEST