Okay,

I've done:

cd (to the git repository folder)
git checkout faust2

So far, so good.  But errors appear with:

# make world
make -C compiler -f Makefile.unix prefix=/usr/local
make[1]: --version: Command not found
make[1]: Entering directory
`/home/wl/Desktop/faust2/faudiostream-code/compiler'
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
make[1]: --libdir: Command not found
make[1]: --version: Command not found
make[1]: --version: Command not found
g++ -O3 -g -Wall -Wuninitialized  -Wno-parentheses -I. -Iboxes -Ierrors
-Ievaluate -Inormalize -Iparser -Ipropagate -Iparallelize -Isignals -Itlib
-Idraw -Idraw/device -Idraw/schema -Iextended -Ipatternmatcher
-Idocumentator -Iutils -I../libraries -Igenerator -Igenerator/asmjs
-Igenerator/c -Igenerator/cpp -Igenerator/java -Igenerator/js
-Igenerator/llvm -Igenerator/fir -DINSTALL_PREFIX='"/usr/local"' -O1 -fPIC
-Wall -Wuninitialized -fvisibility=hidden -Wno-overloaded-virtual
-Wno-parentheses -I. -Iboxes -Ierrors -Ievaluate -Inormalize -Iparser
-Ipropagate -Iparallelize -Isignals -Itlib -Idraw -Idraw/device
-Idraw/schema -Iextended -Ipatternmatcher -Idocumentator -Iutils
-I../libraries -Igenerator -Igenerator/asmjs -Igenerator/c -Igenerator/cpp
-Igenerator/java -Igenerator/js -Igenerator/llvm -Igenerator/fir
-DINSTALL_PREFIX='"/usr/local"'  -I` --includedir` -I../architecture -D
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS    -c -o
documentator/doc_sharing.o documentator/doc_sharing.cpp
/bin/sh: --includedir: command not found
<command-line>:0:1: error: macro names must be identifiers
make[1]: *** [documentator/doc_sharing.o] Error 1
make[1]: Leaving directory
`/home/wl/Desktop/faust2/faudiostream-code/compiler'
make: *** [all] Error 2


I've looked over the make scripts, but don't understand them well enough to
debug.

Sorry for the newbie support level!

Thanks,
Wayne


On Tue, Apr 7, 2015 at 12:19 PM, Sarah Denoux <sden...@grame.fr> wrote:

> you have to be in the git repository to do that :
> cd faudiostream-code
> then
> git checkout faust2
>
>
> 2015-04-07 18:52 GMT+02:00 Wayne Leeds <waynelee...@gmail.com>:
>
>>
>> Hi Sarah,
>>
>> I've created a folder and successfully executed in it:
>>
>> git clone git://git.code.sf.net/p/faudiostream/code faudiostream-code
>>
>> but when I try:
>>
>> git checkout faust2
>>
>> I get this error:
>>
>> fatal: Not a git repository (or any parent up to mount point /home)
>> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
>>
>> It's proboably something simple, but I don't know what to adjust.
>>
>> Thanks,
>> Wayne
>>
>>
>>
>> On Tue, Apr 7, 2015 at 10:26 AM, Sarah Denoux <sden...@grame.fr> wrote:
>>
>>> Hi Wayne,
>>>
>>> to compile libfaust, you can whether download the sources here
>>>
>>> http://sourceforge.net/projects/faudiostream/files/faust-2.0.a30.tgz/download
>>> or clone the git repository :
>>>           git clone git://git.code.sf.net/p/faudiostream/code
>>> faudiostream-code
>>> then
>>>           git checkout faust2 (to go the branch faust2 of the project)
>>>
>>> Once you have the sources, you build them with : make world
>>> and install them with : make install
>>>
>>> then you can go back to compiling FaustLive.
>>> Cheers
>>> Sarah
>>>
>>>
>>> 2015-04-04 21:37 GMT+02:00 Wayne Leeds <waynelee...@gmail.com>:
>>>
>>>>
>>>> Does anyone have any ideas about my FaustLive build problem?
>>>>
>>>> ~~~~~~~~~~
>>>>
>>>> I'm trying to install Faustlive on linux Fedora 19 xfce toward creating
>>>> some simple LADSPA plugins.
>>>>
>>>> I started by:
>>>>
>>>> git clone git://git.code.sf.net/p/faudiostream/faustlive
>>>> faudiostream-faustlive
>>>>
>>>> I installed several supporting packages (mostly rpm's via yum).
>>>>
>>>> I issued "make" from the Linux subdirectory, which failed at:
>>>>
>>>> No such file or directory
>>>>  #include "faust/llvm-dsp.h"
>>>>
>>>> So there is some supporting package that I have not installed (I suspect
>>>> "libfaust (from branch faust2)"), but I haven't been able to find
>>>> newbie-level instructions for what to do next.
>>>>
>>>> Any suggestions?
>>>>
>>>> Thanks,
>>>> Wayne
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Dive into the World of Parallel Programming The Go Parallel Website,
>>>> sponsored
>>>> by Intel and developed in partnership with Slashdot Media, is your hub
>>>> for all
>>>> things parallel software development, from weekly thought leadership
>>>> blogs to
>>>> news, videos, case studies, tutorials and more. Take a look and join the
>>>> conversation now. http://goparallel.sourceforge.net/
>>>> _______________________________________________
>>>> Faudiostream-users mailing list
>>>> Faudiostream-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>>>
>>>>
>>>
>>
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to