>From the first email:

" I tried compiling with the Makefile, making
modifications to allow "3.3svn" as a version to set LLVM_33, and
modifying LLVM_CLANG to use the value of CXX, but that gets me a lot
of errors for linking with i386."

I also don't know if just using the system's clang++ or is it
mandatory to use one compiled with LLVM_33.  (I'd assume llvm3.3 could
load byte code from earlier releases but I'm not sure.)

I think the i386 stuff is an error on my part; I had recompiled LLVM a
couple times yesterday to try to get this all working and the last one
I did wasn't done as a universal build.  Waiting for that to rebuild
now.


On Thu, Oct 17, 2013 at 1:36 PM, Stéphane Letz <[email protected]> wrote:
> What is the problem with the regular Makefile?
>
> Stéphane
>
> Le 17 oct. 2013 à 18:21, Steven Yi <[email protected]> a écrit :
>
>> Thanks. Unfortunately, I spent too much time already trying to get
>> libfaust to work for compiling/installing with both the Makefile and
>> with CMake, so I'm giving up for now as neither work for me.  As a
>> result, the faust opcode for Csound will not be included in the 10.8
>> release I'm putting together now, though I think they will be included
>> in the 10.6 release.
>>
>> steven
>>
>> On Thu, Oct 17, 2013 at 11:52 AM, Stéphane Letz <[email protected]> wrote:
>>> The regular Makefile is the most uptodate
>>>
>>> Please feel free to correct the CMake file
>>>
>>> Stéphane
>>>
>>> Le 17 oct. 2013 à 17:47, Steven Yi <[email protected]> a écrit :
>>>
>>>> Hi All,
>>>>
>>>> I had a question about clang versions.  I see that the Makefile.unix
>>>> in the compiler folder assumes that clang is compiled for use with the
>>>> version of LLVM that is installed. The CMake version doesn't seem to
>>>> make the same assumption.  I tried compiling with the Makefile, making
>>>> modifications to allow "3.3svn" as a version to set LLVM_33, and
>>>> modifying LLVM_CLANG to use the value of CXX, but that gets me a lot
>>>> of errors for linking with i386.
>>>>
>>>> The other issue I found is that running "make install" with the CMake
>>>> file does not install the same headers/files that the the Makefile
>>>> version does.  This doesn't affect using faust, but it does give me
>>>> errors for compiling against libfaust (missing headers, etc.).
>>>>
>>>> I'm sort of stuck at this point where I can build and install with
>>>> CMake but the installation isn't correct, and I can't compile with the
>>>> Makefile.  Are there plans to keep the CMake file up to date?
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
>>>> from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Faudiostream-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Faudiostream-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Faudiostream-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to