Csound Csound-dev Csound-tekno Search About

[Csnd] error building csound from homebrew

Date2014-08-28 01:25
FromKevin Welsh
Subject[Csnd] error building csound from homebrew
I was trying to build a new version to test John's changes to PhiSEM,
and encountered this:


/usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
/tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
[ 62%] Built target CsoundLib64
make: *** [all] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/kunstmusik/homebrew-csound/issues

This was after a "brew install --HEAD csound".  Any suggestions?  This
had worked fine in the past.

Date2014-08-28 01:26
FromKevin Welsh
Subject[Csnd] Re: error building csound from homebrew
OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.

On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
> I was trying to build a new version to test John's changes to PhiSEM,
> and encountered this:
>
> 
> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
> [ 62%] Built target CsoundLib64
> make: *** [all] Error 2
>
> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
> If reporting this issue please do so at (not Homebrew/homebrew):
>   https://github.com/kunstmusik/homebrew-csound/issues
>
> This was after a "brew install --HEAD csound".  Any suggestions?  This
> had worked fine in the past.

Date2014-08-28 02:19
FromSteven Yi
SubjectRe: [Csnd] Re: error building csound from homebrew
I think we need more information to understand the error.  I think
with Homebrew it would be doing the build with parallel make, and if
so, the error output might be higher up than the last line.  Could you
post the output from the build as a gist or somewhere else online?

On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>
> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>> I was trying to build a new version to test John's changes to PhiSEM,
>> and encountered this:
>>
>> 
>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>> [ 62%] Built target CsoundLib64
>> make: *** [all] Error 2
>>
>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> If reporting this issue please do so at (not Homebrew/homebrew):
>>   https://github.com/kunstmusik/homebrew-csound/issues
>>
>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>> had worked fine in the past.
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 02:53
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:

[20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
==> Cloning https://github.com/csound/csound.git
Updating /Library/Caches/Homebrew/csound--git
==> Checking out branch develop
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
==> make install
/usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
-fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
-DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
-compatibility_version 6.0.0 -o
CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
/tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
CMakeFiles/CsoundLib64.dir/InOut/window.c.o
CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
CMakeFiles/CsoundLib64.dir/OOps/random.c.o
CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
CMakeFiles/CsoundLib64.dir/Top/csound.c.o
CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
CMakeFiles/CsoundLib64.dir/Top/main.c.o
CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
CMakeFiles/CsoundLib64.dir/Top/threads.c.o
CMakeFiles/CsoundLib64.dir/Top/utility.c.o
CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
CMakeFiles/CsoundLib64.dir/Top/server.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
/usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
/usr/lib/libcurl.dylib -lm -ldl
/usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
/tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
[ 62%] Built target CsoundLib64
make: *** [all] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/kunstmusik/homebrew-csound/issues

On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
> I think we need more information to understand the error.  I think
> with Homebrew it would be doing the build with parallel make, and if
> so, the error output might be higher up than the last line.  Could you
> post the output from the build as a gist or somewhere else online?
>
> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>
>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>> I was trying to build a new version to test John's changes to PhiSEM,
>>> and encountered this:
>>>
>>> 
>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>> [ 62%] Built target CsoundLib64
>>> make: *** [all] Error 2
>>>
>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>
>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>> had worked fine in the past.
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 04:24
FromSteven Yi
SubjectRe: [Csnd] Re: error building csound from homebrew
Hm, yeah, that doesn't have much more information.  Could you try with -v?

brew install --HEAD -v csound



On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>
> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
> ==> Cloning https://github.com/csound/csound.git
> Updating /Library/Caches/Homebrew/csound--git
> ==> Checking out branch develop
> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
> ==> make install
> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
> -compatibility_version 6.0.0 -o
> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> CMakeFiles/CsoundLib64.dir/Top/main.c.o
> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> CMakeFiles/CsoundLib64.dir/Top/server.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
> /usr/lib/libcurl.dylib -lm -ldl
> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
> [ 62%] Built target CsoundLib64
> make: *** [all] Error 2
>
> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
> If reporting this issue please do so at (not Homebrew/homebrew):
>   https://github.com/kunstmusik/homebrew-csound/issues
>
> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>> I think we need more information to understand the error.  I think
>> with Homebrew it would be doing the build with parallel make, and if
>> so, the error output might be higher up than the last line.  Could you
>> post the output from the build as a gist or somewhere else online?
>>
>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>
>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>> and encountered this:
>>>>
>>>> 
>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>> [ 62%] Built target CsoundLib64
>>>> make: *** [all] Error 2
>>>>
>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>> had worked fine in the past.
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 04:38
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Attachmentsbuild.err  
Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1



On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>
> brew install --HEAD -v csound
>
>
>
> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>
>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>> ==> Cloning https://github.com/csound/csound.git
>> Updating /Library/Caches/Homebrew/csound--git
>> ==> Checking out branch develop
>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>> ==> make install
>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> -compatibility_version 6.0.0 -o
>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> /usr/lib/libcurl.dylib -lm -ldl
>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>> [ 62%] Built target CsoundLib64
>> make: *** [all] Error 2
>>
>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> If reporting this issue please do so at (not Homebrew/homebrew):
>>   https://github.com/kunstmusik/homebrew-csound/issues
>>
>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>> I think we need more information to understand the error.  I think
>>> with Homebrew it would be doing the build with parallel make, and if
>>> so, the error output might be higher up than the last line.  Could you
>>> post the output from the build as a gist or somewhere else online?
>>>
>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>
>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>> and encountered this:
>>>>>
>>>>> 
>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>> [ 62%] Built target CsoundLib64
>>>>> make: *** [all] Error 2
>>>>>
>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>
>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>> had worked fine in the past.
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 11:45
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Ok, I am thoroughly confused.  After looking over the build.err file I
generated, I just tried to install once more before calling it a
night.  And very surprisingly, this time it worked... even tho there
are no new changes to csound/csound or kunstmusik/homebrew-csound.
Command used to install was "brew install -HEAD csound".

Nothing has changed on my local computer either, not even a reboot.
The only thing changed that I'm aware of was that the brew command was
run in a different working directory (~csound/examples failed, where
as this time ~/csound worked)... but I can't think of a scenario where
that could possibly matter.  Neither of those directories are where
the bins, libs, or temp files would be installed, it's strictly
storage for my personal csound project files and samples, and the
examples sub-directory contains the .csd examples from the manual.

While it's great that it installed and my problem is "fixed", I'm
completely baffled as to what caused it.  If there's any testing I can
do to help figure this out so it doesn't happen to anyone else, just
let me know and I would be glad to help.


On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>
>
>
> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>
>> brew install --HEAD -v csound
>>
>>
>>
>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>
>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>> ==> Cloning https://github.com/csound/csound.git
>>> Updating /Library/Caches/Homebrew/csound--git
>>> ==> Checking out branch develop
>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>> ==> make install
>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>> -compatibility_version 6.0.0 -o
>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>> /usr/lib/libcurl.dylib -lm -ldl
>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>> [ 62%] Built target CsoundLib64
>>> make: *** [all] Error 2
>>>
>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>
>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>> I think we need more information to understand the error.  I think
>>>> with Homebrew it would be doing the build with parallel make, and if
>>>> so, the error output might be higher up than the last line.  Could you
>>>> post the output from the build as a gist or somewhere else online?
>>>>
>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>
>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>> and encountered this:
>>>>>>
>>>>>> 
>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>> [ 62%] Built target CsoundLib64
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>
>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>> had worked fine in the past.
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>

Date2014-08-28 13:12
FromSteven Yi
SubjectRe: [Csnd] Re: error building csound from homebrew
Well there was an error with the new exciter opcode:

/usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
-fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
-DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
CMakeFiles/exciter.dir/exciter.c.o
Undefined symbols for architecture x86_64:
  "_distort", referenced from:
      _exciter_perf in exciter.c.o
  "_params_changed", referenced from:
      _exciter_perf in exciter.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libexciter.dylib] Error 1
make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

I'm not sure why that would have failed, then corrected itself, as the
last change from John on that was 2 days ago, before your problems
started.

On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
> Ok, I am thoroughly confused.  After looking over the build.err file I
> generated, I just tried to install once more before calling it a
> night.  And very surprisingly, this time it worked... even tho there
> are no new changes to csound/csound or kunstmusik/homebrew-csound.
> Command used to install was "brew install -HEAD csound".
>
> Nothing has changed on my local computer either, not even a reboot.
> The only thing changed that I'm aware of was that the brew command was
> run in a different working directory (~csound/examples failed, where
> as this time ~/csound worked)... but I can't think of a scenario where
> that could possibly matter.  Neither of those directories are where
> the bins, libs, or temp files would be installed, it's strictly
> storage for my personal csound project files and samples, and the
> examples sub-directory contains the .csd examples from the manual.
>
> While it's great that it installed and my problem is "fixed", I'm
> completely baffled as to what caused it.  If there's any testing I can
> do to help figure this out so it doesn't happen to anyone else, just
> let me know and I would be glad to help.
>
>
> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>
>>
>>
>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>
>>> brew install --HEAD -v csound
>>>
>>>
>>>
>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>
>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>> ==> Cloning https://github.com/csound/csound.git
>>>> Updating /Library/Caches/Homebrew/csound--git
>>>> ==> Checking out branch develop
>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>> ==> make install
>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>> -compatibility_version 6.0.0 -o
>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>> [ 62%] Built target CsoundLib64
>>>> make: *** [all] Error 2
>>>>
>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>> I think we need more information to understand the error.  I think
>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>> so, the error output might be higher up than the last line.  Could you
>>>>> post the output from the build as a gist or somewhere else online?
>>>>>
>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>> and encountered this:
>>>>>>>
>>>>>>> 
>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>> make: *** [all] Error 2
>>>>>>>
>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>
>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>> had worked fine in the past.
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 19:49
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Attachmentsbuild.err  
And it's failing again.

I built once successfully this morning to test Michael's changes to
ftgenonce.  After his suggestion about clearing the stale .dylibs
because of "regression" type behavior, I tried building again... and
now it fails.  Here's the build.err for this time:



On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
> Well there was an error with the new exciter opcode:
>
> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
> CMakeFiles/exciter.dir/exciter.c.o
> Undefined symbols for architecture x86_64:
>   "_distort", referenced from:
>       _exciter_perf in exciter.c.o
>   "_params_changed", referenced from:
>       _exciter_perf in exciter.c.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [libexciter.dylib] Error 1
> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
>
> I'm not sure why that would have failed, then corrected itself, as the
> last change from John on that was 2 days ago, before your problems
> started.
>
> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>> Ok, I am thoroughly confused.  After looking over the build.err file I
>> generated, I just tried to install once more before calling it a
>> night.  And very surprisingly, this time it worked... even tho there
>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>> Command used to install was "brew install -HEAD csound".
>>
>> Nothing has changed on my local computer either, not even a reboot.
>> The only thing changed that I'm aware of was that the brew command was
>> run in a different working directory (~csound/examples failed, where
>> as this time ~/csound worked)... but I can't think of a scenario where
>> that could possibly matter.  Neither of those directories are where
>> the bins, libs, or temp files would be installed, it's strictly
>> storage for my personal csound project files and samples, and the
>> examples sub-directory contains the .csd examples from the manual.
>>
>> While it's great that it installed and my problem is "fixed", I'm
>> completely baffled as to what caused it.  If there's any testing I can
>> do to help figure this out so it doesn't happen to anyone else, just
>> let me know and I would be glad to help.
>>
>>
>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>
>>>
>>>
>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>
>>>> brew install --HEAD -v csound
>>>>
>>>>
>>>>
>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>
>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>> ==> Checking out branch develop
>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>> ==> make install
>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>> -compatibility_version 6.0.0 -o
>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>> [ 62%] Built target CsoundLib64
>>>>> make: *** [all] Error 2
>>>>>
>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>
>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>> I think we need more information to understand the error.  I think
>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>> and encountered this:
>>>>>>>>
>>>>>>>> 
>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>> make: *** [all] Error 2
>>>>>>>>
>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>
>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>> had worked fine in the past.
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 19:58
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Attachmentsbuild.err  
I saw nothing useful in that non-verbose build.err.  Redid it with verbose.


Looks like it's failing again on exciter:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libexciter.dylib] Error 1
make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2

I tried moving up a few directories... not that I expect it really
mattered, I just wanted to rule out the idea of relative paths instead
of absolute paths being an issue.

Any suggestions?

On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
> And it's failing again.
>
> I built once successfully this morning to test Michael's changes to
> ftgenonce.  After his suggestion about clearing the stale .dylibs
> because of "regression" type behavior, I tried building again... and
> now it fails.  Here's the build.err for this time:
>
>
>
> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>> Well there was an error with the new exciter opcode:
>>
>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>> CMakeFiles/exciter.dir/exciter.c.o
>> Undefined symbols for architecture x86_64:
>>   "_distort", referenced from:
>>       _exciter_perf in exciter.c.o
>>   "_params_changed", referenced from:
>>       _exciter_perf in exciter.c.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>> make[2]: *** [libexciter.dylib] Error 1
>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> make[1]: *** Waiting for unfinished jobs....
>>
>> I'm not sure why that would have failed, then corrected itself, as the
>> last change from John on that was 2 days ago, before your problems
>> started.
>>
>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>> generated, I just tried to install once more before calling it a
>>> night.  And very surprisingly, this time it worked... even tho there
>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>> Command used to install was "brew install -HEAD csound".
>>>
>>> Nothing has changed on my local computer either, not even a reboot.
>>> The only thing changed that I'm aware of was that the brew command was
>>> run in a different working directory (~csound/examples failed, where
>>> as this time ~/csound worked)... but I can't think of a scenario where
>>> that could possibly matter.  Neither of those directories are where
>>> the bins, libs, or temp files would be installed, it's strictly
>>> storage for my personal csound project files and samples, and the
>>> examples sub-directory contains the .csd examples from the manual.
>>>
>>> While it's great that it installed and my problem is "fixed", I'm
>>> completely baffled as to what caused it.  If there's any testing I can
>>> do to help figure this out so it doesn't happen to anyone else, just
>>> let me know and I would be glad to help.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>
>>>>
>>>>
>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>
>>>>> brew install --HEAD -v csound
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>
>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>> ==> Checking out branch develop
>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>> ==> make install
>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>> -compatibility_version 6.0.0 -o
>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>> [ 62%] Built target CsoundLib64
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>>> I think we need more information to understand the error.  I think
>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>> and encountered this:
>>>>>>>>>
>>>>>>>>> 
>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>
>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>
>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>> had worked fine in the past.
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>

Date2014-08-28 20:00
FromSteven Yi
SubjectRe: [Csnd] Re: error building csound from homebrew
>From the other email thread, I see you have csound installed in
/Library/Frameworks/CsoundLib64.framework (probably from the
installer).  I'd try deleting the framework, cleaning the homebrew
build, and trying a new build.

On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh  wrote:
> I saw nothing useful in that non-verbose build.err.  Redid it with verbose.
>
>
> Looks like it's failing again on exciter:
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [libexciter.dylib] Error 1
> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>
> I tried moving up a few directories... not that I expect it really
> mattered, I just wanted to rule out the idea of relative paths instead
> of absolute paths being an issue.
>
> Any suggestions?
>
> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>> And it's failing again.
>>
>> I built once successfully this morning to test Michael's changes to
>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>> because of "regression" type behavior, I tried building again... and
>> now it fails.  Here's the build.err for this time:
>>
>>
>>
>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>>> Well there was an error with the new exciter opcode:
>>>
>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>> CMakeFiles/exciter.dir/exciter.c.o
>>> Undefined symbols for architecture x86_64:
>>>   "_distort", referenced from:
>>>       _exciter_perf in exciter.c.o
>>>   "_params_changed", referenced from:
>>>       _exciter_perf in exciter.c.o
>>> ld: symbol(s) not found for architecture x86_64
>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>> make[2]: *** [libexciter.dylib] Error 1
>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>> make[1]: *** Waiting for unfinished jobs....
>>>
>>> I'm not sure why that would have failed, then corrected itself, as the
>>> last change from John on that was 2 days ago, before your problems
>>> started.
>>>
>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>> generated, I just tried to install once more before calling it a
>>>> night.  And very surprisingly, this time it worked... even tho there
>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>> Command used to install was "brew install -HEAD csound".
>>>>
>>>> Nothing has changed on my local computer either, not even a reboot.
>>>> The only thing changed that I'm aware of was that the brew command was
>>>> run in a different working directory (~csound/examples failed, where
>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>> that could possibly matter.  Neither of those directories are where
>>>> the bins, libs, or temp files would be installed, it's strictly
>>>> storage for my personal csound project files and samples, and the
>>>> examples sub-directory contains the .csd examples from the manual.
>>>>
>>>> While it's great that it installed and my problem is "fixed", I'm
>>>> completely baffled as to what caused it.  If there's any testing I can
>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>> let me know and I would be glad to help.
>>>>
>>>>
>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>>
>>>>>> brew install --HEAD -v csound
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>>
>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>> ==> Checking out branch develop
>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>>> ==> make install
>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>> make: *** [all] Error 2
>>>>>>>
>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>>> and encountered this:
>>>>>>>>>>
>>>>>>>>>> 
>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>
>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>
>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>>> had worked fine in the past.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 20:09
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Ok, I tried:

rm -rf /Library/Caches/Homebrew/
rm -rf /Library/Frameworks/CsoundLib*

prior to a fresh build attempt.  It still fails with the same message
about exciter.  Was there anywhere else to clean out for homebrew?


On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi  wrote:
> From the other email thread, I see you have csound installed in
> /Library/Frameworks/CsoundLib64.framework (probably from the
> installer).  I'd try deleting the framework, cleaning the homebrew
> build, and trying a new build.
>
> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh  wrote:
>> I saw nothing useful in that non-verbose build.err.  Redid it with verbose.
>>
>>
>> Looks like it's failing again on exciter:
>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>> make[2]: *** [libexciter.dylib] Error 1
>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>
>> I tried moving up a few directories... not that I expect it really
>> mattered, I just wanted to rule out the idea of relative paths instead
>> of absolute paths being an issue.
>>
>> Any suggestions?
>>
>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>>> And it's failing again.
>>>
>>> I built once successfully this morning to test Michael's changes to
>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>>> because of "regression" type behavior, I tried building again... and
>>> now it fails.  Here's the build.err for this time:
>>>
>>>
>>>
>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>>>> Well there was an error with the new exciter opcode:
>>>>
>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>>> CMakeFiles/exciter.dir/exciter.c.o
>>>> Undefined symbols for architecture x86_64:
>>>>   "_distort", referenced from:
>>>>       _exciter_perf in exciter.c.o
>>>>   "_params_changed", referenced from:
>>>>       _exciter_perf in exciter.c.o
>>>> ld: symbol(s) not found for architecture x86_64
>>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>> make[2]: *** [libexciter.dylib] Error 1
>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>> make[1]: *** Waiting for unfinished jobs....
>>>>
>>>> I'm not sure why that would have failed, then corrected itself, as the
>>>> last change from John on that was 2 days ago, before your problems
>>>> started.
>>>>
>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>>> generated, I just tried to install once more before calling it a
>>>>> night.  And very surprisingly, this time it worked... even tho there
>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>>> Command used to install was "brew install -HEAD csound".
>>>>>
>>>>> Nothing has changed on my local computer either, not even a reboot.
>>>>> The only thing changed that I'm aware of was that the brew command was
>>>>> run in a different working directory (~csound/examples failed, where
>>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>>> that could possibly matter.  Neither of those directories are where
>>>>> the bins, libs, or temp files would be installed, it's strictly
>>>>> storage for my personal csound project files and samples, and the
>>>>> examples sub-directory contains the .csd examples from the manual.
>>>>>
>>>>> While it's great that it installed and my problem is "fixed", I'm
>>>>> completely baffled as to what caused it.  If there's any testing I can
>>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>>> let me know and I would be glad to help.
>>>>>
>>>>>
>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>>>
>>>>>>> brew install --HEAD -v csound
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>>>
>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>>> ==> Checking out branch develop
>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>>>> ==> make install
>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>> make: *** [all] Error 2
>>>>>>>>
>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>>
>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>>>> and encountered this:
>>>>>>>>>>>
>>>>>>>>>>> 
>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>
>>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>>
>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>>>> had worked fine in the past.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 20:21
FromSteven Yi
SubjectRe: [Csnd] Re: error building csound from homebrew
I just pulled the latest from develop and found it didn't compile here
too.  Exciter had some functions that were marked inline but that
doesn't work with clang.  I marked them static inline and it is
compiling here (though I'm getting failures with the C++11 stuff, but
Michael's aware of that already).  I've pushed the change to the
develop branch.  Try building there now.

On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh  wrote:
> Ok, I tried:
>
> rm -rf /Library/Caches/Homebrew/
> rm -rf /Library/Frameworks/CsoundLib*
>
> prior to a fresh build attempt.  It still fails with the same message
> about exciter.  Was there anywhere else to clean out for homebrew?
>
>
> On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi  wrote:
>> From the other email thread, I see you have csound installed in
>> /Library/Frameworks/CsoundLib64.framework (probably from the
>> installer).  I'd try deleting the framework, cleaning the homebrew
>> build, and trying a new build.
>>
>> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh  wrote:
>>> I saw nothing useful in that non-verbose build.err.  Redid it with verbose.
>>>
>>>
>>> Looks like it's failing again on exciter:
>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>> make[2]: *** [libexciter.dylib] Error 1
>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>
>>> I tried moving up a few directories... not that I expect it really
>>> mattered, I just wanted to rule out the idea of relative paths instead
>>> of absolute paths being an issue.
>>>
>>> Any suggestions?
>>>
>>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>>>> And it's failing again.
>>>>
>>>> I built once successfully this morning to test Michael's changes to
>>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>>>> because of "regression" type behavior, I tried building again... and
>>>> now it fails.  Here's the build.err for this time:
>>>>
>>>>
>>>>
>>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>>>>> Well there was an error with the new exciter opcode:
>>>>>
>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>>>> CMakeFiles/exciter.dir/exciter.c.o
>>>>> Undefined symbols for architecture x86_64:
>>>>>   "_distort", referenced from:
>>>>>       _exciter_perf in exciter.c.o
>>>>>   "_params_changed", referenced from:
>>>>>       _exciter_perf in exciter.c.o
>>>>> ld: symbol(s) not found for architecture x86_64
>>>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>>> make[2]: *** [libexciter.dylib] Error 1
>>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>>> make[1]: *** Waiting for unfinished jobs....
>>>>>
>>>>> I'm not sure why that would have failed, then corrected itself, as the
>>>>> last change from John on that was 2 days ago, before your problems
>>>>> started.
>>>>>
>>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>>>> generated, I just tried to install once more before calling it a
>>>>>> night.  And very surprisingly, this time it worked... even tho there
>>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>>>> Command used to install was "brew install -HEAD csound".
>>>>>>
>>>>>> Nothing has changed on my local computer either, not even a reboot.
>>>>>> The only thing changed that I'm aware of was that the brew command was
>>>>>> run in a different working directory (~csound/examples failed, where
>>>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>>>> that could possibly matter.  Neither of those directories are where
>>>>>> the bins, libs, or temp files would be installed, it's strictly
>>>>>> storage for my personal csound project files and samples, and the
>>>>>> examples sub-directory contains the .csd examples from the manual.
>>>>>>
>>>>>> While it's great that it installed and my problem is "fixed", I'm
>>>>>> completely baffled as to what caused it.  If there's any testing I can
>>>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>>>> let me know and I would be glad to help.
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>>>>
>>>>>>>> brew install --HEAD -v csound
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>>>>
>>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>>>> ==> Checking out branch develop
>>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>>>>> ==> make install
>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>
>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>>>
>>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>>>>> and encountered this:
>>>>>>>>>>>>
>>>>>>>>>>>> 
>>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>>
>>>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>>>
>>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>>>>> had worked fine in the past.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 20:24
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Ok, that seems to have cleared the exciter issue, and now I'm erroring out with:

/tmp/csound-UHBlm8/Opcodes/signalflowgraph.cpp:1316:56: error: no
member named 'emplace' in 'std::map, std::allocator > >'
1 error generated.
make[2]: *** [Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o]
Error 1
make[1]: *** [Opcodes/CMakeFiles/signalflowgraph.dir/all] Error 2

On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi  wrote:
> I just pulled the latest from develop and found it didn't compile here
> too.  Exciter had some functions that were marked inline but that
> doesn't work with clang.  I marked them static inline and it is
> compiling here (though I'm getting failures with the C++11 stuff, but
> Michael's aware of that already).  I've pushed the change to the
> develop branch.  Try building there now.
>
> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh  wrote:
>> Ok, I tried:
>>
>> rm -rf /Library/Caches/Homebrew/
>> rm -rf /Library/Frameworks/CsoundLib*
>>
>> prior to a fresh build attempt.  It still fails with the same message
>> about exciter.  Was there anywhere else to clean out for homebrew?
>>
>>
>> On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi  wrote:
>>> From the other email thread, I see you have csound installed in
>>> /Library/Frameworks/CsoundLib64.framework (probably from the
>>> installer).  I'd try deleting the framework, cleaning the homebrew
>>> build, and trying a new build.
>>>
>>> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh  wrote:
>>>> I saw nothing useful in that non-verbose build.err.  Redid it with verbose.
>>>>
>>>>
>>>> Looks like it's failing again on exciter:
>>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>> make[2]: *** [libexciter.dylib] Error 1
>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>>
>>>> I tried moving up a few directories... not that I expect it really
>>>> mattered, I just wanted to rule out the idea of relative paths instead
>>>> of absolute paths being an issue.
>>>>
>>>> Any suggestions?
>>>>
>>>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>>>>> And it's failing again.
>>>>>
>>>>> I built once successfully this morning to test Michael's changes to
>>>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>>>>> because of "regression" type behavior, I tried building again... and
>>>>> now it fails.  Here's the build.err for this time:
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>>>>>> Well there was an error with the new exciter opcode:
>>>>>>
>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>>>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>>>>> CMakeFiles/exciter.dir/exciter.c.o
>>>>>> Undefined symbols for architecture x86_64:
>>>>>>   "_distort", referenced from:
>>>>>>       _exciter_perf in exciter.c.o
>>>>>>   "_params_changed", referenced from:
>>>>>>       _exciter_perf in exciter.c.o
>>>>>> ld: symbol(s) not found for architecture x86_64
>>>>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>>>> make[2]: *** [libexciter.dylib] Error 1
>>>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>>>> make[1]: *** Waiting for unfinished jobs....
>>>>>>
>>>>>> I'm not sure why that would have failed, then corrected itself, as the
>>>>>> last change from John on that was 2 days ago, before your problems
>>>>>> started.
>>>>>>
>>>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>>>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>>>>> generated, I just tried to install once more before calling it a
>>>>>>> night.  And very surprisingly, this time it worked... even tho there
>>>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>>>>> Command used to install was "brew install -HEAD csound".
>>>>>>>
>>>>>>> Nothing has changed on my local computer either, not even a reboot.
>>>>>>> The only thing changed that I'm aware of was that the brew command was
>>>>>>> run in a different working directory (~csound/examples failed, where
>>>>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>>>>> that could possibly matter.  Neither of those directories are where
>>>>>>> the bins, libs, or temp files would be installed, it's strictly
>>>>>>> storage for my personal csound project files and samples, and the
>>>>>>> examples sub-directory contains the .csd examples from the manual.
>>>>>>>
>>>>>>> While it's great that it installed and my problem is "fixed", I'm
>>>>>>> completely baffled as to what caused it.  If there's any testing I can
>>>>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>>>>> let me know and I would be glad to help.
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi  wrote:
>>>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>>>>>
>>>>>>>>> brew install --HEAD -v csound
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh  wrote:
>>>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>>>>>
>>>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>>>>> ==> Checking out branch develop
>>>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>>>>>> ==> make install
>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>
>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>
>>>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi  wrote:
>>>>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh  wrote:
>>>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh  wrote:
>>>>>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>>>>>> and encountered this:
>>>>>>>>>>>>>
>>>>>>>>>>>>> 
>>>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>>>
>>>>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>>>>
>>>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>>>>>> had worked fine in the past.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-28 20:27
FromMichael Gogins
SubjectRe: [Csnd] Re: error building csound from homebrew
in signalflowgraph.cpp if you don't compile for c++11, change emplace to the bracket operator.

I.e. on line 1316 change 

           functionTablesForCsoundsForEvtblks[csound].emplace(b, func->fno);

to

           functionTablesForCsoundsForEvtblks[csound][b] = func->fno;

Regards,
Mike



-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi <stevenyi@gmail.com> wrote:
I just pulled the latest from develop and found it didn't compile here
too.  Exciter had some functions that were marked inline but that
doesn't work with clang.  I marked them static inline and it is
compiling here (though I'm getting failures with the C++11 stuff, but
Michael's aware of that already).  I've pushed the change to the
develop branch.  Try building there now.

On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
> Ok, I tried:
>
> rm -rf /Library/Caches/Homebrew/
> rm -rf /Library/Frameworks/CsoundLib*
>
> prior to a fresh build attempt.  It still fails with the same message
> about exciter.  Was there anywhere else to clean out for homebrew?
>
>
> On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> From the other email thread, I see you have csound installed in
>> /Library/Frameworks/CsoundLib64.framework (probably from the
>> installer).  I'd try deleting the framework, cleaning the homebrew
>> build, and trying a new build.
>>
>> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>> I saw nothing useful in that non-verbose build.err.  Redid it with verbose.
>>>
>>>
>>> Looks like it's failing again on exciter:
>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>> make[2]: *** [libexciter.dylib] Error 1
>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>
>>> I tried moving up a few directories... not that I expect it really
>>> mattered, I just wanted to rule out the idea of relative paths instead
>>> of absolute paths being an issue.
>>>
>>> Any suggestions?
>>>
>>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>> And it's failing again.
>>>>
>>>> I built once successfully this morning to test Michael's changes to
>>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>>>> because of "regression" type behavior, I tried building again... and
>>>> now it fails.  Here's the build.err for this time:
>>>>
>>>>
>>>>
>>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>>> Well there was an error with the new exciter opcode:
>>>>>
>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>>>> CMakeFiles/exciter.dir/exciter.c.o
>>>>> Undefined symbols for architecture x86_64:
>>>>>   "_distort", referenced from:
>>>>>       _exciter_perf in exciter.c.o
>>>>>   "_params_changed", referenced from:
>>>>>       _exciter_perf in exciter.c.o
>>>>> ld: symbol(s) not found for architecture x86_64
>>>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>>> make[2]: *** [libexciter.dylib] Error 1
>>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>>> make[1]: *** Waiting for unfinished jobs....
>>>>>
>>>>> I'm not sure why that would have failed, then corrected itself, as the
>>>>> last change from John on that was 2 days ago, before your problems
>>>>> started.
>>>>>
>>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>>>> generated, I just tried to install once more before calling it a
>>>>>> night.  And very surprisingly, this time it worked... even tho there
>>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>>>> Command used to install was "brew install -HEAD csound".
>>>>>>
>>>>>> Nothing has changed on my local computer either, not even a reboot.
>>>>>> The only thing changed that I'm aware of was that the brew command was
>>>>>> run in a different working directory (~csound/examples failed, where
>>>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>>>> that could possibly matter.  Neither of those directories are where
>>>>>> the bins, libs, or temp files would be installed, it's strictly
>>>>>> storage for my personal csound project files and samples, and the
>>>>>> examples sub-directory contains the .csd examples from the manual.
>>>>>>
>>>>>> While it's great that it installed and my problem is "fixed", I'm
>>>>>> completely baffled as to what caused it.  If there's any testing I can
>>>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>>>> let me know and I would be glad to help.
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err 2>&1
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try with -v?
>>>>>>>>
>>>>>>>> brew install --HEAD -v csound
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full output:
>>>>>>>>>
>>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>>>> ==> Checking out branch develop
>>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYP
>>>>>>>>> ==> make install
>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>
>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>>>> with Homebrew it would be doing the build with parallel make, and if
>>>>>>>>>> so, the error output might be higher up than the last line.  Could you
>>>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>>>
>>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>>>>>>>>>>> I was trying to build a new version to test John's changes to PhiSEM,
>>>>>>>>>>>> and encountered this:
>>>>>>>>>>>>
>>>>>>>>>>>> <trimmed output>
>>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>>
>>>>>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>>>
>>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?  This
>>>>>>>>>>>> had worked fine in the past.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-08-28 20:34
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Unfortunately I'm not familiar enough with homebrew to change any
source files before it compiles, it seems to pull a fresh copy with
each build attempt.  Nor do I know where to even start with trying to
compile it manually.

On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
 wrote:
> in signalflowgraph.cpp if you don't compile for c++11, change emplace to the
> bracket operator.
>
> I.e. on line 1316 change
>
>            functionTablesForCsoundsForEvtblks[csound].emplace(b, func->fno);
>
> to
>
>            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>
> Regards,
> Mike
>
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi  wrote:
>>
>> I just pulled the latest from develop and found it didn't compile here
>> too.  Exciter had some functions that were marked inline but that
>> doesn't work with clang.  I marked them static inline and it is
>> compiling here (though I'm getting failures with the C++11 stuff, but
>> Michael's aware of that already).  I've pushed the change to the
>> develop branch.  Try building there now.
>>
>> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh  wrote:
>> > Ok, I tried:
>> >
>> > rm -rf /Library/Caches/Homebrew/
>> > rm -rf /Library/Frameworks/CsoundLib*
>> >
>> > prior to a fresh build attempt.  It still fails with the same message
>> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi  wrote:
>> >> From the other email thread, I see you have csound installed in
>> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> installer).  I'd try deleting the framework, cleaning the homebrew
>> >> build, and trying a new build.
>> >>
>> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh  wrote:
>> >>> I saw nothing useful in that non-verbose build.err.  Redid it with
>> >>> verbose.
>> >>>
>> >>>
>> >>> Looks like it's failing again on exciter:
>> >>> clang: error: linker command failed with exit code 1 (use -v to see
>> >>> invocation)
>> >>> make[2]: *** [libexciter.dylib] Error 1
>> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >>>
>> >>> I tried moving up a few directories... not that I expect it really
>> >>> mattered, I just wanted to rule out the idea of relative paths instead
>> >>> of absolute paths being an issue.
>> >>>
>> >>> Any suggestions?
>> >>>
>> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>> >>>> And it's failing again.
>> >>>>
>> >>>> I built once successfully this morning to test Michael's changes to
>> >>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>> >>>> because of "regression" type behavior, I tried building again... and
>> >>>> now it fails.  Here's the build.err for this time:
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi 
>> >>>> wrote:
>> >>>>> Well there was an error with the new exciter opcode:
>> >>>>>
>> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >>>>> ../libexciter.dylib -install_name
>> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >>>>> Undefined symbols for architecture x86_64:
>> >>>>>   "_distort", referenced from:
>> >>>>>       _exciter_perf in exciter.c.o
>> >>>>>   "_params_changed", referenced from:
>> >>>>>       _exciter_perf in exciter.c.o
>> >>>>> ld: symbol(s) not found for architecture x86_64
>> >>>>> clang: error: linker command failed with exit code 1 (use -v to see
>> >>>>> invocation)
>> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >>>>>
>> >>>>> I'm not sure why that would have failed, then corrected itself, as
>> >>>>> the
>> >>>>> last change from John on that was 2 days ago, before your problems
>> >>>>> started.
>> >>>>>
>> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh 
>> >>>>> wrote:
>> >>>>>> Ok, I am thoroughly confused.  After looking over the build.err
>> >>>>>> file I
>> >>>>>> generated, I just tried to install once more before calling it a
>> >>>>>> night.  And very surprisingly, this time it worked... even tho
>> >>>>>> there
>> >>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>> >>>>>> Command used to install was "brew install -HEAD csound".
>> >>>>>>
>> >>>>>> Nothing has changed on my local computer either, not even a reboot.
>> >>>>>> The only thing changed that I'm aware of was that the brew command
>> >>>>>> was
>> >>>>>> run in a different working directory (~csound/examples failed,
>> >>>>>> where
>> >>>>>> as this time ~/csound worked)... but I can't think of a scenario
>> >>>>>> where
>> >>>>>> that could possibly matter.  Neither of those directories are where
>> >>>>>> the bins, libs, or temp files would be installed, it's strictly
>> >>>>>> storage for my personal csound project files and samples, and the
>> >>>>>> examples sub-directory contains the .csd examples from the manual.
>> >>>>>>
>> >>>>>> While it's great that it installed and my problem is "fixed", I'm
>> >>>>>> completely baffled as to what caused it.  If there's any testing I
>> >>>>>> can
>> >>>>>> do to help figure this out so it doesn't happen to anyone else,
>> >>>>>> just
>> >>>>>> let me know and I would be glad to help.
>> >>>>>>
>> >>>>>>
>> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh 
>> >>>>>> wrote:
>> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >>>>>>> build.err 2>&1
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi 
>> >>>>>>> wrote:
>> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try
>> >>>>>>>> with -v?
>> >>>>>>>>
>> >>>>>>>> brew install --HEAD -v csound
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh 
>> >>>>>>>> wrote:
>> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.
>> >>>>>>>>> Full output:
>> >>>>>>>>>
>> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD
>> >>>>>>>>> csound
>> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >>>>>>>>> ==> Checking out branch develop
>> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >>>>>>>>> ==> make install
>> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>> >>>>>>>>>
>> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >>>>>>>>>
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37
>> >>>>>>>>> 38 39
>> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >>>>>>>>> make: *** [all] Error 2
>> >>>>>>>>>
>> >>>>>>>>> READ THIS:
>> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >>>>>>>>>
>> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi 
>> >>>>>>>>> wrote:
>> >>>>>>>>>> I think we need more information to understand the error.  I
>> >>>>>>>>>> think
>> >>>>>>>>>> with Homebrew it would be doing the build with parallel make,
>> >>>>>>>>>> and if
>> >>>>>>>>>> so, the error output might be higher up than the last line.
>> >>>>>>>>>> Could you
>> >>>>>>>>>> post the output from the build as a gist or somewhere else
>> >>>>>>>>>> online?
>> >>>>>>>>>>
>> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh 
>> >>>>>>>>>> wrote:
>> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>> >>>>>>>>>>>
>> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >>>>>>>>>>>  wrote:
>> >>>>>>>>>>>> I was trying to build a new version to test John's changes to
>> >>>>>>>>>>>> PhiSEM,
>> >>>>>>>>>>>> and encountered this:
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> 
>> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >>>>>>>>>>>> cmake_progress_report
>> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36
>> >>>>>>>>>>>> 37 38 39
>> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
>> >>>>>>>>>>>> 60
>> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >>>>>>>>>>>> make: *** [all] Error 2
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> READ THIS:
>> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >>>>>>>>>>>> Homebrew/homebrew):
>> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >>>>>>>>>>>> suggestions?  This
>> >>>>>>>>>>>> had worked fine in the past.
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> Send bugs reports to
>> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> Send bugs reports to
>> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> Send bugs reports to
>> >>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> Send bugs reports to
>> >>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>> "unsubscribe csound"
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> Send bugs reports to
>> >>>>>>         https://github.com/csound/csound/issues
>> >>>>>> Discussions of bugs and features can be posted here
>> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>> "unsubscribe csound"
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>> Send bugs reports to
>> >>>>>         https://github.com/csound/csound/issues
>> >>>>> Discussions of bugs and features can be posted here
>> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>> "unsubscribe csound"
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>
>> >>> Send bugs reports to
>> >>>         https://github.com/csound/csound/issues
>> >>> Discussions of bugs and features can be posted here
>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>> "unsubscribe csound"
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe csound"
>> >>
>> >>
>> >>
>> >
>> >
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>> >
>> >
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>

Date2014-08-28 20:40
FromMichael Gogins
SubjectRe: [Csnd] Re: error building csound from homebrew
I will fix this tonight. Might be on the late side.

Or you could add --std=c11 to your C++ compiler flags.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Aug 28, 2014 at 3:34 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
Unfortunately I'm not familiar enough with homebrew to change any
source files before it compiles, it seems to pull a fresh copy with
each build attempt.  Nor do I know where to even start with trying to
compile it manually.

On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> in signalflowgraph.cpp if you don't compile for c++11, change emplace to the
> bracket operator.
>
> I.e. on line 1316 change
>
>            functionTablesForCsoundsForEvtblks[csound].emplace(b, func->fno);
>
> to
>
>            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>
> Regards,
> Mike
>
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> I just pulled the latest from develop and found it didn't compile here
>> too.  Exciter had some functions that were marked inline but that
>> doesn't work with clang.  I marked them static inline and it is
>> compiling here (though I'm getting failures with the C++11 stuff, but
>> Michael's aware of that already).  I've pushed the change to the
>> develop branch.  Try building there now.
>>
>> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>> > Ok, I tried:
>> >
>> > rm -rf /Library/Caches/Homebrew/
>> > rm -rf /Library/Frameworks/CsoundLib*
>> >
>> > prior to a fresh build attempt.  It still fails with the same message
>> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> >> From the other email thread, I see you have csound installed in
>> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> installer).  I'd try deleting the framework, cleaning the homebrew
>> >> build, and trying a new build.
>> >>
>> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>> I saw nothing useful in that non-verbose build.err.  Redid it with
>> >>> verbose.
>> >>>
>> >>>
>> >>> Looks like it's failing again on exciter:
>> >>> clang: error: linker command failed with exit code 1 (use -v to see
>> >>> invocation)
>> >>> make[2]: *** [libexciter.dylib] Error 1
>> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >>>
>> >>> I tried moving up a few directories... not that I expect it really
>> >>> mattered, I just wanted to rule out the idea of relative paths instead
>> >>> of absolute paths being an issue.
>> >>>
>> >>> Any suggestions?
>> >>>
>> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>>> And it's failing again.
>> >>>>
>> >>>> I built once successfully this morning to test Michael's changes to
>> >>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>> >>>> because of "regression" type behavior, I tried building again... and
>> >>>> now it fails.  Here's the build.err for this time:
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi <stevenyi@gmail.com>
>> >>>> wrote:
>> >>>>> Well there was an error with the new exciter opcode:
>> >>>>>
>> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >>>>> ../libexciter.dylib -install_name
>> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >>>>> Undefined symbols for architecture x86_64:
>> >>>>>   "_distort", referenced from:
>> >>>>>       _exciter_perf in exciter.c.o
>> >>>>>   "_params_changed", referenced from:
>> >>>>>       _exciter_perf in exciter.c.o
>> >>>>> ld: symbol(s) not found for architecture x86_64
>> >>>>> clang: error: linker command failed with exit code 1 (use -v to see
>> >>>>> invocation)
>> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >>>>>
>> >>>>> I'm not sure why that would have failed, then corrected itself, as
>> >>>>> the
>> >>>>> last change from John on that was 2 days ago, before your problems
>> >>>>> started.
>> >>>>>
>> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh <tgrey1@gmail.com>
>> >>>>> wrote:
>> >>>>>> Ok, I am thoroughly confused.  After looking over the build.err
>> >>>>>> file I
>> >>>>>> generated, I just tried to install once more before calling it a
>> >>>>>> night.  And very surprisingly, this time it worked... even tho
>> >>>>>> there
>> >>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>> >>>>>> Command used to install was "brew install -HEAD csound".
>> >>>>>>
>> >>>>>> Nothing has changed on my local computer either, not even a reboot.
>> >>>>>> The only thing changed that I'm aware of was that the brew command
>> >>>>>> was
>> >>>>>> run in a different working directory (~csound/examples failed,
>> >>>>>> where
>> >>>>>> as this time ~/csound worked)... but I can't think of a scenario
>> >>>>>> where
>> >>>>>> that could possibly matter.  Neither of those directories are where
>> >>>>>> the bins, libs, or temp files would be installed, it's strictly
>> >>>>>> storage for my personal csound project files and samples, and the
>> >>>>>> examples sub-directory contains the .csd examples from the manual.
>> >>>>>>
>> >>>>>> While it's great that it installed and my problem is "fixed", I'm
>> >>>>>> completely baffled as to what caused it.  If there's any testing I
>> >>>>>> can
>> >>>>>> do to help figure this out so it doesn't happen to anyone else,
>> >>>>>> just
>> >>>>>> let me know and I would be glad to help.
>> >>>>>>
>> >>>>>>
>> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh <tgrey1@gmail.com>
>> >>>>>> wrote:
>> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >>>>>>> build.err 2>&1
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi <stevenyi@gmail.com>
>> >>>>>>> wrote:
>> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try
>> >>>>>>>> with -v?
>> >>>>>>>>
>> >>>>>>>> brew install --HEAD -v csound
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh <tgrey1@gmail.com>
>> >>>>>>>> wrote:
>> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.
>> >>>>>>>>> Full output:
>> >>>>>>>>>
>> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD
>> >>>>>>>>> csound
>> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >>>>>>>>> ==> Checking out branch develop
>> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >>>>>>>>> ==> make install
>> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>> >>>>>>>>>
>> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >>>>>>>>>
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37
>> >>>>>>>>> 38 39
>> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >>>>>>>>> make: *** [all] Error 2
>> >>>>>>>>>
>> >>>>>>>>> READ THIS:
>> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >>>>>>>>>
>> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi <stevenyi@gmail.com>
>> >>>>>>>>> wrote:
>> >>>>>>>>>> I think we need more information to understand the error.  I
>> >>>>>>>>>> think
>> >>>>>>>>>> with Homebrew it would be doing the build with parallel make,
>> >>>>>>>>>> and if
>> >>>>>>>>>> so, the error output might be higher up than the last line.
>> >>>>>>>>>> Could you
>> >>>>>>>>>> post the output from the build as a gist or somewhere else
>> >>>>>>>>>> online?
>> >>>>>>>>>>
>> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh <tgrey1@gmail.com>
>> >>>>>>>>>> wrote:
>> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>> >>>>>>>>>>>
>> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >>>>>>>>>>> <tgrey1@gmail.com> wrote:
>> >>>>>>>>>>>> I was trying to build a new version to test John's changes to
>> >>>>>>>>>>>> PhiSEM,
>> >>>>>>>>>>>> and encountered this:
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> <trimmed output>
>> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >>>>>>>>>>>> cmake_progress_report
>> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36
>> >>>>>>>>>>>> 37 38 39
>> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
>> >>>>>>>>>>>> 60
>> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >>>>>>>>>>>> make: *** [all] Error 2
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> READ THIS:
>> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >>>>>>>>>>>> Homebrew/homebrew):
>> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >>>>>>>>>>>> suggestions?  This
>> >>>>>>>>>>>> had worked fine in the past.
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> Send bugs reports to
>> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> Send bugs reports to
>> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> Send bugs reports to
>> >>>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>>> "unsubscribe csound"
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> Send bugs reports to
>> >>>>>>>>         https://github.com/csound/csound/issues
>> >>>>>>>> Discussions of bugs and features can be posted here
>> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>>>> "unsubscribe csound"
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> Send bugs reports to
>> >>>>>>         https://github.com/csound/csound/issues
>> >>>>>> Discussions of bugs and features can be posted here
>> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>>> "unsubscribe csound"
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>> Send bugs reports to
>> >>>>>         https://github.com/csound/csound/issues
>> >>>>> Discussions of bugs and features can be posted here
>> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>>> "unsubscribe csound"
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>
>> >>> Send bugs reports to
>> >>>         https://github.com/csound/csound/issues
>> >>> Discussions of bugs and features can be posted here
>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>> "unsubscribe csound"
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe csound"
>> >>
>> >>
>> >>
>> >
>> >
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>> >
>> >
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-08-28 20:50
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
I'll wait for the fix upstream.  I'm not comfortable with homebrew or
the build processes on OSX, so I don't want to create an even bigger
problem for myself by messing something up.

Please reply here when the new code is checked in, I'll pull it and
give it a test then.

Thanks!

On Thu, Aug 28, 2014 at 3:40 PM, Michael Gogins
 wrote:
> I will fix this tonight. Might be on the late side.
>
> Or you could add --std=c11 to your C++ compiler flags.
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Aug 28, 2014 at 3:34 PM, Kevin Welsh  wrote:
>>
>> Unfortunately I'm not familiar enough with homebrew to change any
>> source files before it compiles, it seems to pull a fresh copy with
>> each build attempt.  Nor do I know where to even start with trying to
>> compile it manually.
>>
>> On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
>>  wrote:
>> > in signalflowgraph.cpp if you don't compile for c++11, change emplace to
>> > the
>> > bracket operator.
>> >
>> > I.e. on line 1316 change
>> >
>> >            functionTablesForCsoundsForEvtblks[csound].emplace(b,
>> > func->fno);
>> >
>> > to
>> >
>> >            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi  wrote:
>> >>
>> >> I just pulled the latest from develop and found it didn't compile here
>> >> too.  Exciter had some functions that were marked inline but that
>> >> doesn't work with clang.  I marked them static inline and it is
>> >> compiling here (though I'm getting failures with the C++11 stuff, but
>> >> Michael's aware of that already).  I've pushed the change to the
>> >> develop branch.  Try building there now.
>> >>
>> >> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh  wrote:
>> >> > Ok, I tried:
>> >> >
>> >> > rm -rf /Library/Caches/Homebrew/
>> >> > rm -rf /Library/Frameworks/CsoundLib*
>> >> >
>> >> > prior to a fresh build attempt.  It still fails with the same message
>> >> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >> >
>> >> >
>> >> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi 
>> >> > wrote:
>> >> >> From the other email thread, I see you have csound installed in
>> >> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> >> installer).  I'd try deleting the framework, cleaning the homebrew
>> >> >> build, and trying a new build.
>> >> >>
>> >> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh 
>> >> >> wrote:
>> >> >>> I saw nothing useful in that non-verbose build.err.  Redid it with
>> >> >>> verbose.
>> >> >>>
>> >> >>>
>> >> >>> Looks like it's failing again on exciter:
>> >> >>> clang: error: linker command failed with exit code 1 (use -v to see
>> >> >>> invocation)
>> >> >>> make[2]: *** [libexciter.dylib] Error 1
>> >> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >>>
>> >> >>> I tried moving up a few directories... not that I expect it really
>> >> >>> mattered, I just wanted to rule out the idea of relative paths
>> >> >>> instead
>> >> >>> of absolute paths being an issue.
>> >> >>>
>> >> >>> Any suggestions?
>> >> >>>
>> >> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh 
>> >> >>> wrote:
>> >> >>>> And it's failing again.
>> >> >>>>
>> >> >>>> I built once successfully this morning to test Michael's changes
>> >> >>>> to
>> >> >>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>> >> >>>> because of "regression" type behavior, I tried building again...
>> >> >>>> and
>> >> >>>> now it fails.  Here's the build.err for this time:
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi 
>> >> >>>> wrote:
>> >> >>>>> Well there was an error with the new exciter opcode:
>> >> >>>>>
>> >> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >> >>>>> ../libexciter.dylib -install_name
>> >> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >> >>>>> Undefined symbols for architecture x86_64:
>> >> >>>>>   "_distort", referenced from:
>> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >>>>>   "_params_changed", referenced from:
>> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >>>>> ld: symbol(s) not found for architecture x86_64
>> >> >>>>> clang: error: linker command failed with exit code 1 (use -v to
>> >> >>>>> see
>> >> >>>>> invocation)
>> >> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >> >>>>>
>> >> >>>>> I'm not sure why that would have failed, then corrected itself,
>> >> >>>>> as
>> >> >>>>> the
>> >> >>>>> last change from John on that was 2 days ago, before your
>> >> >>>>> problems
>> >> >>>>> started.
>> >> >>>>>
>> >> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh 
>> >> >>>>> wrote:
>> >> >>>>>> Ok, I am thoroughly confused.  After looking over the build.err
>> >> >>>>>> file I
>> >> >>>>>> generated, I just tried to install once more before calling it a
>> >> >>>>>> night.  And very surprisingly, this time it worked... even tho
>> >> >>>>>> there
>> >> >>>>>> are no new changes to csound/csound or
>> >> >>>>>> kunstmusik/homebrew-csound.
>> >> >>>>>> Command used to install was "brew install -HEAD csound".
>> >> >>>>>>
>> >> >>>>>> Nothing has changed on my local computer either, not even a
>> >> >>>>>> reboot.
>> >> >>>>>> The only thing changed that I'm aware of was that the brew
>> >> >>>>>> command
>> >> >>>>>> was
>> >> >>>>>> run in a different working directory (~csound/examples failed,
>> >> >>>>>> where
>> >> >>>>>> as this time ~/csound worked)... but I can't think of a scenario
>> >> >>>>>> where
>> >> >>>>>> that could possibly matter.  Neither of those directories are
>> >> >>>>>> where
>> >> >>>>>> the bins, libs, or temp files would be installed, it's strictly
>> >> >>>>>> storage for my personal csound project files and samples, and
>> >> >>>>>> the
>> >> >>>>>> examples sub-directory contains the .csd examples from the
>> >> >>>>>> manual.
>> >> >>>>>>
>> >> >>>>>> While it's great that it installed and my problem is "fixed",
>> >> >>>>>> I'm
>> >> >>>>>> completely baffled as to what caused it.  If there's any testing
>> >> >>>>>> I
>> >> >>>>>> can
>> >> >>>>>> do to help figure this out so it doesn't happen to anyone else,
>> >> >>>>>> just
>> >> >>>>>> let me know and I would be glad to help.
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh 
>> >> >>>>>> wrote:
>> >> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >> >>>>>>> build.err 2>&1
>> >> >>>>>>>
>> >> >>>>>>>
>> >> >>>>>>>
>> >> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi
>> >> >>>>>>> 
>> >> >>>>>>> wrote:
>> >> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could you
>> >> >>>>>>>> try
>> >> >>>>>>>> with -v?
>> >> >>>>>>>>
>> >> >>>>>>>> brew install --HEAD -v csound
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh
>> >> >>>>>>>> 
>> >> >>>>>>>> wrote:
>> >> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.
>> >> >>>>>>>>> Full output:
>> >> >>>>>>>>>
>> >> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD
>> >> >>>>>>>>> csound
>> >> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >> >>>>>>>>> ==> Checking out branch develop
>> >> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >> >>>>>>>>> ==> make install
>> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden
>> >> >>>>>>>>> -DHAVE_ATOMIC_BUILTIN
>> >> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >>>>>>>>> cmake_progress_report
>> >> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36
>> >> >>>>>>>>> 37
>> >> >>>>>>>>> 38 39
>> >> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
>> >> >>>>>>>>> 60
>> >> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >>>>>>>>> make: *** [all] Error 2
>> >> >>>>>>>>>
>> >> >>>>>>>>> READ THIS:
>> >> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >>>>>>>>> If reporting this issue please do so at (not
>> >> >>>>>>>>> Homebrew/homebrew):
>> >> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >>>>>>>>>
>> >> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi
>> >> >>>>>>>>> 
>> >> >>>>>>>>> wrote:
>> >> >>>>>>>>>> I think we need more information to understand the error.  I
>> >> >>>>>>>>>> think
>> >> >>>>>>>>>> with Homebrew it would be doing the build with parallel
>> >> >>>>>>>>>> make,
>> >> >>>>>>>>>> and if
>> >> >>>>>>>>>> so, the error output might be higher up than the last line.
>> >> >>>>>>>>>> Could you
>> >> >>>>>>>>>> post the output from the build as a gist or somewhere else
>> >> >>>>>>>>>> online?
>> >> >>>>>>>>>>
>> >> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh
>> >> >>>>>>>>>> 
>> >> >>>>>>>>>> wrote:
>> >> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >> >>>>>>>>>>>  wrote:
>> >> >>>>>>>>>>>> I was trying to build a new version to test John's changes
>> >> >>>>>>>>>>>> to
>> >> >>>>>>>>>>>> PhiSEM,
>> >> >>>>>>>>>>>> and encountered this:
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> 
>> >> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >>>>>>>>>>>> cmake_progress_report
>> >> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35
>> >> >>>>>>>>>>>> 36
>> >> >>>>>>>>>>>> 37 38 39
>> >> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
>> >> >>>>>>>>>>>> 59
>> >> >>>>>>>>>>>> 60
>> >> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >>>>>>>>>>>> make: *** [all] Error 2
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> READ THIS:
>> >> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >> >>>>>>>>>>>> Homebrew/homebrew):
>> >> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >> >>>>>>>>>>>> suggestions?  This
>> >> >>>>>>>>>>>> had worked fine in the past.
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>> Send bugs reports to
>> >> >>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> Send bugs reports to
>> >> >>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>> "unsubscribe csound"
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>
>> >> >>>>>
>> >> >>>>> Send bugs reports to
>> >> >>>>>         https://github.com/csound/csound/issues
>> >> >>>>> Discussions of bugs and features can be posted here
>> >> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>> "unsubscribe csound"
>> >> >>>>>
>> >> >>>>>
>> >> >>>>>
>> >> >>>
>> >> >>> Send bugs reports to
>> >> >>>         https://github.com/csound/csound/issues
>> >> >>> Discussions of bugs and features can be posted here
>> >> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>> "unsubscribe csound"
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >> Send bugs reports to
>> >> >>         https://github.com/csound/csound/issues
>> >> >> Discussions of bugs and features can be posted here
>> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> "unsubscribe csound"
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> > "unsubscribe
>> >> > csound"
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>

Date2014-08-28 21:00
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-08-28 21:08
FromSteven Yi
SubjectRe: [Csnd] Re:
The exciter code problem was the same as what happened a week or two
ago with some csdebugger code.  I think it really only affects
compiling with clang.  It seems that using just "inline" will cause
linker failures here on OSX, but using "static inline" works.  In
general, we should probably just use "static inline" whenever we look
to inline functions.

On Thu, Aug 28, 2014 at 4:00 PM,   wrote:
> I cannot help as I cannot build csound now on account on emplace in C++
> (usual rant about C++)
> I have not changed exciter today and those function are defined.
>
> Quoting Kevin Welsh :
>
>> I saw nothing useful in that non-verbose build.err.  Redid it with
>> verbose.
>>
>>
>> Looks like it's failing again on exciter:
>> clang: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>> make[2]: *** [libexciter.dylib] Error 1
>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>
>> I tried moving up a few directories... not that I expect it really
>> mattered, I just wanted to rule out the idea of relative paths instead
>> of absolute paths being an issue.
>>
>> Any suggestions?
>>
>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh  wrote:
>>>
>>> And it's failing again.
>>>
>>> I built once successfully this morning to test Michael's changes to
>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>>> because of "regression" type behavior, I tried building again... and
>>> now it fails.  Here's the build.err for this time:
>>>
>>>
>>>
>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi  wrote:
>>>>
>>>> Well there was an error with the new exciter opcode:
>>>>
>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>>>> ../libexciter.dylib -install_name /tmp/csound-N2W5ri/libexciter.dylib
>>>> CMakeFiles/exciter.dir/exciter.c.o
>>>> Undefined symbols for architecture x86_64:
>>>>   "_distort", referenced from:
>>>>       _exciter_perf in exciter.c.o
>>>>   "_params_changed", referenced from:
>>>>       _exciter_perf in exciter.c.o
>>>> ld: symbol(s) not found for architecture x86_64
>>>> clang: error: linker command failed with exit code 1 (use -v to see
>>>> invocation)
>>>> make[2]: *** [libexciter.dylib] Error 1
>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>>>> make[1]: *** Waiting for unfinished jobs....
>>>>
>>>> I'm not sure why that would have failed, then corrected itself, as the
>>>> last change from John on that was 2 days ago, before your problems
>>>> started.
>>>>
>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh  wrote:
>>>>>
>>>>> Ok, I am thoroughly confused.  After looking over the build.err file I
>>>>> generated, I just tried to install once more before calling it a
>>>>> night.  And very surprisingly, this time it worked... even tho there
>>>>> are no new changes to csound/csound or kunstmusik/homebrew-csound.
>>>>> Command used to install was "brew install -HEAD csound".
>>>>>
>>>>> Nothing has changed on my local computer either, not even a reboot.
>>>>> The only thing changed that I'm aware of was that the brew command was
>>>>> run in a different working directory (~csound/examples failed, where
>>>>> as this time ~/csound worked)... but I can't think of a scenario where
>>>>> that could possibly matter.  Neither of those directories are where
>>>>> the bins, libs, or temp files would be installed, it's strictly
>>>>> storage for my personal csound project files and samples, and the
>>>>> examples sub-directory contains the .csd examples from the manual.
>>>>>
>>>>> While it's great that it installed and my problem is "fixed", I'm
>>>>> completely baffled as to what caused it.  If there's any testing I can
>>>>> do to help figure this out so it doesn't happen to anyone else, just
>>>>> let me know and I would be glad to help.
>>>>>
>>>>>
>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh  wrote:
>>>>>>
>>>>>> Ok, here is the output from: brew install --HEAD -v csound > build.err
>>>>>> 2>&1
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi 
>>>>>> wrote:
>>>>>>>
>>>>>>> Hm, yeah, that doesn't have much more information.  Could you try
>>>>>>> with -v?
>>>>>>>
>>>>>>> brew install --HEAD -v csound
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.  Full
>>>>>>>> output:
>>>>>>>>
>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD csound
>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>>>>>>>> ==> Checking out branch develop
>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>>>>>>>> -DCMAKE_BUILD_TYP
>>>>>>>> ==> make install
>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>>>>>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>>>>>>>> -compatibility_version 6.0.0 -o
>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36 37 38 39
>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>> make: *** [all] Error 2
>>>>>>>>
>>>>>>>> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>
>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> I think we need more information to understand the error.  I think
>>>>>>>>> with Homebrew it would be doing the build with parallel make, and
>>>>>>>>> if
>>>>>>>>> so, the error output might be higher up than the last line.  Could
>>>>>>>>> you
>>>>>>>>> post the output from the build as a gist or somewhere else online?
>>>>>>>>>
>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh 
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>>>>>>>>>>
>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh 
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> I was trying to build a new version to test John's changes to
>>>>>>>>>>> PhiSEM,
>>>>>>>>>>> and encountered this:
>>>>>>>>>>>
>>>>>>>>>>> 
>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_progress_report
>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35 36 37 38
>>>>>>>>>>> 39
>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>>>>>>>>>>> [ 62%] Built target CsoundLib64
>>>>>>>>>>> make: *** [all] Error 2
>>>>>>>>>>>
>>>>>>>>>>> READ THIS:
>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>>>>>>>>>>> If reporting this issue please do so at (not Homebrew/homebrew):
>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>>>
>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any suggestions?
>>>>>>>>>>> This
>>>>>>>>>>> had worked fine in the past.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to
>>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>> "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to
>>>>>>>>         https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>> "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to
>>>>>>>         https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
>
>
>
>
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>

Date2014-08-29 01:57
FromMichael Gogins
SubjectRe: [Csnd] Re: error building csound from homebrew

Fixed now.

On Aug 28, 2014 3:51 PM, "Kevin Welsh" <tgrey1@gmail.com> wrote:
I'll wait for the fix upstream.  I'm not comfortable with homebrew or
the build processes on OSX, so I don't want to create an even bigger
problem for myself by messing something up.

Please reply here when the new code is checked in, I'll pull it and
give it a test then.

Thanks!

On Thu, Aug 28, 2014 at 3:40 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> I will fix this tonight. Might be on the late side.
>
> Or you could add --std=c11 to your C++ compiler flags.
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Aug 28, 2014 at 3:34 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Unfortunately I'm not familiar enough with homebrew to change any
>> source files before it compiles, it seems to pull a fresh copy with
>> each build attempt.  Nor do I know where to even start with trying to
>> compile it manually.
>>
>> On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
>> <michael.gogins@gmail.com> wrote:
>> > in signalflowgraph.cpp if you don't compile for c++11, change emplace to
>> > the
>> > bracket operator.
>> >
>> > I.e. on line 1316 change
>> >
>> >            functionTablesForCsoundsForEvtblks[csound].emplace(b,
>> > func->fno);
>> >
>> > to
>> >
>> >            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> I just pulled the latest from develop and found it didn't compile here
>> >> too.  Exciter had some functions that were marked inline but that
>> >> doesn't work with clang.  I marked them static inline and it is
>> >> compiling here (though I'm getting failures with the C++11 stuff, but
>> >> Michael's aware of that already).  I've pushed the change to the
>> >> develop branch.  Try building there now.
>> >>
>> >> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >> > Ok, I tried:
>> >> >
>> >> > rm -rf /Library/Caches/Homebrew/
>> >> > rm -rf /Library/Frameworks/CsoundLib*
>> >> >
>> >> > prior to a fresh build attempt.  It still fails with the same message
>> >> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >> >
>> >> >
>> >> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi <stevenyi@gmail.com>
>> >> > wrote:
>> >> >> From the other email thread, I see you have csound installed in
>> >> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> >> installer).  I'd try deleting the framework, cleaning the homebrew
>> >> >> build, and trying a new build.
>> >> >>
>> >> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >> wrote:
>> >> >>> I saw nothing useful in that non-verbose build.err.  Redid it with
>> >> >>> verbose.
>> >> >>>
>> >> >>>
>> >> >>> Looks like it's failing again on exciter:
>> >> >>> clang: error: linker command failed with exit code 1 (use -v to see
>> >> >>> invocation)
>> >> >>> make[2]: *** [libexciter.dylib] Error 1
>> >> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >>>
>> >> >>> I tried moving up a few directories... not that I expect it really
>> >> >>> mattered, I just wanted to rule out the idea of relative paths
>> >> >>> instead
>> >> >>> of absolute paths being an issue.
>> >> >>>
>> >> >>> Any suggestions?
>> >> >>>
>> >> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >>> wrote:
>> >> >>>> And it's failing again.
>> >> >>>>
>> >> >>>> I built once successfully this morning to test Michael's changes
>> >> >>>> to
>> >> >>>> ftgenonce.  After his suggestion about clearing the stale .dylibs
>> >> >>>> because of "regression" type behavior, I tried building again...
>> >> >>>> and
>> >> >>>> now it fails.  Here's the build.err for this time:
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi <stevenyi@gmail.com>
>> >> >>>> wrote:
>> >> >>>>> Well there was an error with the new exciter opcode:
>> >> >>>>>
>> >> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >> >>>>> ../libexciter.dylib -install_name
>> >> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >> >>>>> Undefined symbols for architecture x86_64:
>> >> >>>>>   "_distort", referenced from:
>> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >>>>>   "_params_changed", referenced from:
>> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >>>>> ld: symbol(s) not found for architecture x86_64
>> >> >>>>> clang: error: linker command failed with exit code 1 (use -v to
>> >> >>>>> see
>> >> >>>>> invocation)
>> >> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >> >>>>>
>> >> >>>>> I'm not sure why that would have failed, then corrected itself,
>> >> >>>>> as
>> >> >>>>> the
>> >> >>>>> last change from John on that was 2 days ago, before your
>> >> >>>>> problems
>> >> >>>>> started.
>> >> >>>>>
>> >> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh <tgrey1@gmail.com>
>> >> >>>>> wrote:
>> >> >>>>>> Ok, I am thoroughly confused.  After looking over the build.err
>> >> >>>>>> file I
>> >> >>>>>> generated, I just tried to install once more before calling it a
>> >> >>>>>> night.  And very surprisingly, this time it worked... even tho
>> >> >>>>>> there
>> >> >>>>>> are no new changes to csound/csound or
>> >> >>>>>> kunstmusik/homebrew-csound.
>> >> >>>>>> Command used to install was "brew install -HEAD csound".
>> >> >>>>>>
>> >> >>>>>> Nothing has changed on my local computer either, not even a
>> >> >>>>>> reboot.
>> >> >>>>>> The only thing changed that I'm aware of was that the brew
>> >> >>>>>> command
>> >> >>>>>> was
>> >> >>>>>> run in a different working directory (~csound/examples failed,
>> >> >>>>>> where
>> >> >>>>>> as this time ~/csound worked)... but I can't think of a scenario
>> >> >>>>>> where
>> >> >>>>>> that could possibly matter.  Neither of those directories are
>> >> >>>>>> where
>> >> >>>>>> the bins, libs, or temp files would be installed, it's strictly
>> >> >>>>>> storage for my personal csound project files and samples, and
>> >> >>>>>> the
>> >> >>>>>> examples sub-directory contains the .csd examples from the
>> >> >>>>>> manual.
>> >> >>>>>>
>> >> >>>>>> While it's great that it installed and my problem is "fixed",
>> >> >>>>>> I'm
>> >> >>>>>> completely baffled as to what caused it.  If there's any testing
>> >> >>>>>> I
>> >> >>>>>> can
>> >> >>>>>> do to help figure this out so it doesn't happen to anyone else,
>> >> >>>>>> just
>> >> >>>>>> let me know and I would be glad to help.
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >>>>>> wrote:
>> >> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >> >>>>>>> build.err 2>&1
>> >> >>>>>>>
>> >> >>>>>>>
>> >> >>>>>>>
>> >> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi
>> >> >>>>>>> <stevenyi@gmail.com>
>> >> >>>>>>> wrote:
>> >> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could you
>> >> >>>>>>>> try
>> >> >>>>>>>> with -v?
>> >> >>>>>>>>
>> >> >>>>>>>> brew install --HEAD -v csound
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh
>> >> >>>>>>>> <tgrey1@gmail.com>
>> >> >>>>>>>> wrote:
>> >> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was relevant.
>> >> >>>>>>>>> Full output:
>> >> >>>>>>>>>
>> >> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install --HEAD
>> >> >>>>>>>>> csound
>> >> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >> >>>>>>>>> ==> Checking out branch develop
>> >> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >> >>>>>>>>> ==> make install
>> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E cmake_link_script
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden
>> >> >>>>>>>>> -DHAVE_ATOMIC_BUILTIN
>> >> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64 -install_name
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >>>>>>>>> cmake_progress_report
>> >> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35 36
>> >> >>>>>>>>> 37
>> >> >>>>>>>>> 38 39
>> >> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
>> >> >>>>>>>>> 60
>> >> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >>>>>>>>> make: *** [all] Error 2
>> >> >>>>>>>>>
>> >> >>>>>>>>> READ THIS:
>> >> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >>>>>>>>> If reporting this issue please do so at (not
>> >> >>>>>>>>> Homebrew/homebrew):
>> >> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >>>>>>>>>
>> >> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi
>> >> >>>>>>>>> <stevenyi@gmail.com>
>> >> >>>>>>>>> wrote:
>> >> >>>>>>>>>> I think we need more information to understand the error.  I
>> >> >>>>>>>>>> think
>> >> >>>>>>>>>> with Homebrew it would be doing the build with parallel
>> >> >>>>>>>>>> make,
>> >> >>>>>>>>>> and if
>> >> >>>>>>>>>> so, the error output might be higher up than the last line.
>> >> >>>>>>>>>> Could you
>> >> >>>>>>>>>> post the output from the build as a gist or somewhere else
>> >> >>>>>>>>>> online?
>> >> >>>>>>>>>>
>> >> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh
>> >> >>>>>>>>>> <tgrey1@gmail.com>
>> >> >>>>>>>>>> wrote:
>> >> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core i5.
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >> >>>>>>>>>>> <tgrey1@gmail.com> wrote:
>> >> >>>>>>>>>>>> I was trying to build a new version to test John's changes
>> >> >>>>>>>>>>>> to
>> >> >>>>>>>>>>>> PhiSEM,
>> >> >>>>>>>>>>>> and encountered this:
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> <trimmed output>
>> >> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >>>>>>>>>>>> cmake_progress_report
>> >> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34 35
>> >> >>>>>>>>>>>> 36
>> >> >>>>>>>>>>>> 37 38 39
>> >> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
>> >> >>>>>>>>>>>> 59
>> >> >>>>>>>>>>>> 60
>> >> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >>>>>>>>>>>> make: *** [all] Error 2
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> READ THIS:
>> >> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >> >>>>>>>>>>>> Homebrew/homebrew):
>> >> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >>>>>>>>>>>>
>> >> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >> >>>>>>>>>>>> suggestions?  This
>> >> >>>>>>>>>>>> had worked fine in the past.
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>> Send bugs reports to
>> >> >>>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>> Send bugs reports to
>> >> >>>>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>>>> "unsubscribe csound"
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>>>
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>> Send bugs reports to
>> >> >>>>>>         https://github.com/csound/csound/issues
>> >> >>>>>> Discussions of bugs and features can be posted here
>> >> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>>> "unsubscribe csound"
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>>
>> >> >>>>>
>> >> >>>>>
>> >> >>>>> Send bugs reports to
>> >> >>>>>         https://github.com/csound/csound/issues
>> >> >>>>> Discussions of bugs and features can be posted here
>> >> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>>>> "unsubscribe csound"
>> >> >>>>>
>> >> >>>>>
>> >> >>>>>
>> >> >>>
>> >> >>> Send bugs reports to
>> >> >>>         https://github.com/csound/csound/issues
>> >> >>> Discussions of bugs and features can be posted here
>> >> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >>> "unsubscribe csound"
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >> Send bugs reports to
>> >> >>         https://github.com/csound/csound/issues
>> >> >> Discussions of bugs and features can be posted here
>> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> "unsubscribe csound"
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> > "unsubscribe
>> >> > csound"
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-08-29 02:33
FromKevin Welsh
SubjectRe: [Csnd] Re: error building csound from homebrew
Awesome, thanks for the update Michael.

Csound built without a hitch, and the "regression" I saw in ftgenonce
is not actually there.  You were correct, it must have been a stale
library.  Is this something uninstalling the binary release should
handle, or perhaps homebrew could attempt to clean up before building?
 It seems like it could lead to very unpredictable behavior.

The other two regressions still appear to be present.
  pset doesn't accept negative values
  min/max doesn't accept i-rate or constant variable.

I'll wait for Victor and John to comment on those, since they had made
the initial changes and I have no other suggestions as to where the
regression could have come from.

On Thu, Aug 28, 2014 at 8:57 PM, Michael Gogins
 wrote:
> Fixed now.
>
> On Aug 28, 2014 3:51 PM, "Kevin Welsh"  wrote:
>>
>> I'll wait for the fix upstream.  I'm not comfortable with homebrew or
>> the build processes on OSX, so I don't want to create an even bigger
>> problem for myself by messing something up.
>>
>> Please reply here when the new code is checked in, I'll pull it and
>> give it a test then.
>>
>> Thanks!
>>
>> On Thu, Aug 28, 2014 at 3:40 PM, Michael Gogins
>>  wrote:
>> > I will fix this tonight. Might be on the late side.
>> >
>> > Or you could add --std=c11 to your C++ compiler flags.
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:34 PM, Kevin Welsh  wrote:
>> >>
>> >> Unfortunately I'm not familiar enough with homebrew to change any
>> >> source files before it compiles, it seems to pull a fresh copy with
>> >> each build attempt.  Nor do I know where to even start with trying to
>> >> compile it manually.
>> >>
>> >> On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
>> >>  wrote:
>> >> > in signalflowgraph.cpp if you don't compile for c++11, change emplace
>> >> > to
>> >> > the
>> >> > bracket operator.
>> >> >
>> >> > I.e. on line 1316 change
>> >> >
>> >> >            functionTablesForCsoundsForEvtblks[csound].emplace(b,
>> >> > func->fno);
>> >> >
>> >> > to
>> >> >
>> >> >            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>> >> >
>> >> > Regards,
>> >> > Mike
>> >> >
>> >> >
>> >> >
>> >> > -----------------------------------------------------
>> >> > Michael Gogins
>> >> > Irreducible Productions
>> >> > http://michaelgogins.tumblr.com
>> >> > Michael dot Gogins at gmail dot com
>> >> >
>> >> >
>> >> > On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi 
>> >> > wrote:
>> >> >>
>> >> >> I just pulled the latest from develop and found it didn't compile
>> >> >> here
>> >> >> too.  Exciter had some functions that were marked inline but that
>> >> >> doesn't work with clang.  I marked them static inline and it is
>> >> >> compiling here (though I'm getting failures with the C++11 stuff,
>> >> >> but
>> >> >> Michael's aware of that already).  I've pushed the change to the
>> >> >> develop branch.  Try building there now.
>> >> >>
>> >> >> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh 
>> >> >> wrote:
>> >> >> > Ok, I tried:
>> >> >> >
>> >> >> > rm -rf /Library/Caches/Homebrew/
>> >> >> > rm -rf /Library/Frameworks/CsoundLib*
>> >> >> >
>> >> >> > prior to a fresh build attempt.  It still fails with the same
>> >> >> > message
>> >> >> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >> >> >
>> >> >> >
>> >> >> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi 
>> >> >> > wrote:
>> >> >> >> From the other email thread, I see you have csound installed in
>> >> >> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> >> >> installer).  I'd try deleting the framework, cleaning the
>> >> >> >> homebrew
>> >> >> >> build, and trying a new build.
>> >> >> >>
>> >> >> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh 
>> >> >> >> wrote:
>> >> >> >>> I saw nothing useful in that non-verbose build.err.  Redid it
>> >> >> >>> with
>> >> >> >>> verbose.
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> Looks like it's failing again on exciter:
>> >> >> >>> clang: error: linker command failed with exit code 1 (use -v to
>> >> >> >>> see
>> >> >> >>> invocation)
>> >> >> >>> make[2]: *** [libexciter.dylib] Error 1
>> >> >> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >> >>>
>> >> >> >>> I tried moving up a few directories... not that I expect it
>> >> >> >>> really
>> >> >> >>> mattered, I just wanted to rule out the idea of relative paths
>> >> >> >>> instead
>> >> >> >>> of absolute paths being an issue.
>> >> >> >>>
>> >> >> >>> Any suggestions?
>> >> >> >>>
>> >> >> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh 
>> >> >> >>> wrote:
>> >> >> >>>> And it's failing again.
>> >> >> >>>>
>> >> >> >>>> I built once successfully this morning to test Michael's
>> >> >> >>>> changes
>> >> >> >>>> to
>> >> >> >>>> ftgenonce.  After his suggestion about clearing the stale
>> >> >> >>>> .dylibs
>> >> >> >>>> because of "regression" type behavior, I tried building
>> >> >> >>>> again...
>> >> >> >>>> and
>> >> >> >>>> now it fails.  Here's the build.err for this time:
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi 
>> >> >> >>>> wrote:
>> >> >> >>>>> Well there was an error with the new exciter opcode:
>> >> >> >>>>>
>> >> >> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >> >> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >> >> >>>>> ../libexciter.dylib -install_name
>> >> >> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >> >> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >> >> >>>>> Undefined symbols for architecture x86_64:
>> >> >> >>>>>   "_distort", referenced from:
>> >> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >> >>>>>   "_params_changed", referenced from:
>> >> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >> >>>>> ld: symbol(s) not found for architecture x86_64
>> >> >> >>>>> clang: error: linker command failed with exit code 1 (use -v
>> >> >> >>>>> to
>> >> >> >>>>> see
>> >> >> >>>>> invocation)
>> >> >> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >> >> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >> >> >>>>>
>> >> >> >>>>> I'm not sure why that would have failed, then corrected
>> >> >> >>>>> itself,
>> >> >> >>>>> as
>> >> >> >>>>> the
>> >> >> >>>>> last change from John on that was 2 days ago, before your
>> >> >> >>>>> problems
>> >> >> >>>>> started.
>> >> >> >>>>>
>> >> >> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh
>> >> >> >>>>> 
>> >> >> >>>>> wrote:
>> >> >> >>>>>> Ok, I am thoroughly confused.  After looking over the
>> >> >> >>>>>> build.err
>> >> >> >>>>>> file I
>> >> >> >>>>>> generated, I just tried to install once more before calling
>> >> >> >>>>>> it a
>> >> >> >>>>>> night.  And very surprisingly, this time it worked... even
>> >> >> >>>>>> tho
>> >> >> >>>>>> there
>> >> >> >>>>>> are no new changes to csound/csound or
>> >> >> >>>>>> kunstmusik/homebrew-csound.
>> >> >> >>>>>> Command used to install was "brew install -HEAD csound".
>> >> >> >>>>>>
>> >> >> >>>>>> Nothing has changed on my local computer either, not even a
>> >> >> >>>>>> reboot.
>> >> >> >>>>>> The only thing changed that I'm aware of was that the brew
>> >> >> >>>>>> command
>> >> >> >>>>>> was
>> >> >> >>>>>> run in a different working directory (~csound/examples
>> >> >> >>>>>> failed,
>> >> >> >>>>>> where
>> >> >> >>>>>> as this time ~/csound worked)... but I can't think of a
>> >> >> >>>>>> scenario
>> >> >> >>>>>> where
>> >> >> >>>>>> that could possibly matter.  Neither of those directories are
>> >> >> >>>>>> where
>> >> >> >>>>>> the bins, libs, or temp files would be installed, it's
>> >> >> >>>>>> strictly
>> >> >> >>>>>> storage for my personal csound project files and samples, and
>> >> >> >>>>>> the
>> >> >> >>>>>> examples sub-directory contains the .csd examples from the
>> >> >> >>>>>> manual.
>> >> >> >>>>>>
>> >> >> >>>>>> While it's great that it installed and my problem is "fixed",
>> >> >> >>>>>> I'm
>> >> >> >>>>>> completely baffled as to what caused it.  If there's any
>> >> >> >>>>>> testing
>> >> >> >>>>>> I
>> >> >> >>>>>> can
>> >> >> >>>>>> do to help figure this out so it doesn't happen to anyone
>> >> >> >>>>>> else,
>> >> >> >>>>>> just
>> >> >> >>>>>> let me know and I would be glad to help.
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh
>> >> >> >>>>>> 
>> >> >> >>>>>> wrote:
>> >> >> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >> >> >>>>>>> build.err 2>&1
>> >> >> >>>>>>>
>> >> >> >>>>>>>
>> >> >> >>>>>>>
>> >> >> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi
>> >> >> >>>>>>> 
>> >> >> >>>>>>> wrote:
>> >> >> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could
>> >> >> >>>>>>>> you
>> >> >> >>>>>>>> try
>> >> >> >>>>>>>> with -v?
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> brew install --HEAD -v csound
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh
>> >> >> >>>>>>>> 
>> >> >> >>>>>>>> wrote:
>> >> >> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was
>> >> >> >>>>>>>>> relevant.
>> >> >> >>>>>>>>> Full output:
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install
>> >> >> >>>>>>>>> --HEAD
>> >> >> >>>>>>>>> csound
>> >> >> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >> >> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >> >> >>>>>>>>> ==> Checking out branch develop
>> >> >> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >> >> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >> >> >>>>>>>>> ==> make install
>> >> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>> cmake_link_script
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >> >> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden
>> >> >> >>>>>>>>> -DHAVE_ATOMIC_BUILTIN
>> >> >> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >> >> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >> >> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >>>>>>>>> -install_name
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >> >> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>> cmake_progress_report
>> >> >> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35
>> >> >> >>>>>>>>> 36
>> >> >> >>>>>>>>> 37
>> >> >> >>>>>>>>> 38 39
>> >> >> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
>> >> >> >>>>>>>>> 59
>> >> >> >>>>>>>>> 60
>> >> >> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >> >>>>>>>>> make: *** [all] Error 2
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> READ THIS:
>> >> >> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >> >>>>>>>>> If reporting this issue please do so at (not
>> >> >> >>>>>>>>> Homebrew/homebrew):
>> >> >> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi
>> >> >> >>>>>>>>> 
>> >> >> >>>>>>>>> wrote:
>> >> >> >>>>>>>>>> I think we need more information to understand the error.
>> >> >> >>>>>>>>>> I
>> >> >> >>>>>>>>>> think
>> >> >> >>>>>>>>>> with Homebrew it would be doing the build with parallel
>> >> >> >>>>>>>>>> make,
>> >> >> >>>>>>>>>> and if
>> >> >> >>>>>>>>>> so, the error output might be higher up than the last
>> >> >> >>>>>>>>>> line.
>> >> >> >>>>>>>>>> Could you
>> >> >> >>>>>>>>>> post the output from the build as a gist or somewhere
>> >> >> >>>>>>>>>> else
>> >> >> >>>>>>>>>> online?
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh
>> >> >> >>>>>>>>>> 
>> >> >> >>>>>>>>>> wrote:
>> >> >> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core
>> >> >> >>>>>>>>>>> i5.
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >> >> >>>>>>>>>>>  wrote:
>> >> >> >>>>>>>>>>>> I was trying to build a new version to test John's
>> >> >> >>>>>>>>>>>> changes
>> >> >> >>>>>>>>>>>> to
>> >> >> >>>>>>>>>>>> PhiSEM,
>> >> >> >>>>>>>>>>>> and encountered this:
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> 
>> >> >> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>>>>> cmake_progress_report
>> >> >> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34
>> >> >> >>>>>>>>>>>> 35
>> >> >> >>>>>>>>>>>> 36
>> >> >> >>>>>>>>>>>> 37 38 39
>> >> >> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
>> >> >> >>>>>>>>>>>> 58
>> >> >> >>>>>>>>>>>> 59
>> >> >> >>>>>>>>>>>> 60
>> >> >> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >> >>>>>>>>>>>> make: *** [all] Error 2
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> READ THIS:
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >> >> >>>>>>>>>>>> Homebrew/homebrew):
>> >> >> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >> >> >>>>>>>>>>>> suggestions?  This
>> >> >> >>>>>>>>>>>> had worked fine in the past.
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>>>> body
>> >> >> >>>>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>>> body
>> >> >> >>>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>> body
>> >> >> >>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>> Send bugs reports to
>> >> >> >>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>>> "unsubscribe csound"
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>>> Send bugs reports to
>> >> >> >>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>> "unsubscribe csound"
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>
>> >> >> >>> Send bugs reports to
>> >> >> >>>         https://github.com/csound/csound/issues
>> >> >> >>> Discussions of bugs and features can be posted here
>> >> >> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>> "unsubscribe csound"
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >> Send bugs reports to
>> >> >> >>         https://github.com/csound/csound/issues
>> >> >> >> Discussions of bugs and features can be posted here
>> >> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >> "unsubscribe csound"
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> > Send bugs reports to
>> >> >> >         https://github.com/csound/csound/issues
>> >> >> > Discussions of bugs and features can be posted here
>> >> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> > "unsubscribe
>> >> >> > csound"
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >> Send bugs reports to
>> >> >>         https://github.com/csound/csound/issues
>> >> >> Discussions of bugs and features can be posted here
>> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> "unsubscribe
>> >> >> csound"
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>

Date2014-08-29 02:37
FromMichael Gogins
SubjectRe: [Csnd] Re: error building csound from homebrew

Thanks for the info. It's important to me that this stuff work. I have never used gen01 or string args so your experience is invaluable.

Also I know nothing about homebrew. ..

Regards,
Mile

On Aug 28, 2014 9:33 PM, "Kevin Welsh" <tgrey1@gmail.com> wrote:
Awesome, thanks for the update Michael.

Csound built without a hitch, and the "regression" I saw in ftgenonce
is not actually there.  You were correct, it must have been a stale
library.  Is this something uninstalling the binary release should
handle, or perhaps homebrew could attempt to clean up before building?
 It seems like it could lead to very unpredictable behavior.

The other two regressions still appear to be present.
  pset doesn't accept negative values
  min/max doesn't accept i-rate or constant variable.

I'll wait for Victor and John to comment on those, since they had made
the initial changes and I have no other suggestions as to where the
regression could have come from.

On Thu, Aug 28, 2014 at 8:57 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Fixed now.
>
> On Aug 28, 2014 3:51 PM, "Kevin Welsh" <tgrey1@gmail.com> wrote:
>>
>> I'll wait for the fix upstream.  I'm not comfortable with homebrew or
>> the build processes on OSX, so I don't want to create an even bigger
>> problem for myself by messing something up.
>>
>> Please reply here when the new code is checked in, I'll pull it and
>> give it a test then.
>>
>> Thanks!
>>
>> On Thu, Aug 28, 2014 at 3:40 PM, Michael Gogins
>> <michael.gogins@gmail.com> wrote:
>> > I will fix this tonight. Might be on the late side.
>> >
>> > Or you could add --std=c11 to your C++ compiler flags.
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> >
>> > On Thu, Aug 28, 2014 at 3:34 PM, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Unfortunately I'm not familiar enough with homebrew to change any
>> >> source files before it compiles, it seems to pull a fresh copy with
>> >> each build attempt.  Nor do I know where to even start with trying to
>> >> compile it manually.
>> >>
>> >> On Thu, Aug 28, 2014 at 3:27 PM, Michael Gogins
>> >> <michael.gogins@gmail.com> wrote:
>> >> > in signalflowgraph.cpp if you don't compile for c++11, change emplace
>> >> > to
>> >> > the
>> >> > bracket operator.
>> >> >
>> >> > I.e. on line 1316 change
>> >> >
>> >> >            functionTablesForCsoundsForEvtblks[csound].emplace(b,
>> >> > func->fno);
>> >> >
>> >> > to
>> >> >
>> >> >            functionTablesForCsoundsForEvtblks[csound][b] = func->fno;
>> >> >
>> >> > Regards,
>> >> > Mike
>> >> >
>> >> >
>> >> >
>> >> > -----------------------------------------------------
>> >> > Michael Gogins
>> >> > Irreducible Productions
>> >> > http://michaelgogins.tumblr.com
>> >> > Michael dot Gogins at gmail dot com
>> >> >
>> >> >
>> >> > On Thu, Aug 28, 2014 at 3:21 PM, Steven Yi <stevenyi@gmail.com>
>> >> > wrote:
>> >> >>
>> >> >> I just pulled the latest from develop and found it didn't compile
>> >> >> here
>> >> >> too.  Exciter had some functions that were marked inline but that
>> >> >> doesn't work with clang.  I marked them static inline and it is
>> >> >> compiling here (though I'm getting failures with the C++11 stuff,
>> >> >> but
>> >> >> Michael's aware of that already).  I've pushed the change to the
>> >> >> develop branch.  Try building there now.
>> >> >>
>> >> >> On Thu, Aug 28, 2014 at 3:09 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >> wrote:
>> >> >> > Ok, I tried:
>> >> >> >
>> >> >> > rm -rf /Library/Caches/Homebrew/
>> >> >> > rm -rf /Library/Frameworks/CsoundLib*
>> >> >> >
>> >> >> > prior to a fresh build attempt.  It still fails with the same
>> >> >> > message
>> >> >> > about exciter.  Was there anywhere else to clean out for homebrew?
>> >> >> >
>> >> >> >
>> >> >> > On Thu, Aug 28, 2014 at 3:00 PM, Steven Yi <stevenyi@gmail.com>
>> >> >> > wrote:
>> >> >> >> From the other email thread, I see you have csound installed in
>> >> >> >> /Library/Frameworks/CsoundLib64.framework (probably from the
>> >> >> >> installer).  I'd try deleting the framework, cleaning the
>> >> >> >> homebrew
>> >> >> >> build, and trying a new build.
>> >> >> >>
>> >> >> >> On Thu, Aug 28, 2014 at 2:58 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >> >> wrote:
>> >> >> >>> I saw nothing useful in that non-verbose build.err.  Redid it
>> >> >> >>> with
>> >> >> >>> verbose.
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> Looks like it's failing again on exciter:
>> >> >> >>> clang: error: linker command failed with exit code 1 (use -v to
>> >> >> >>> see
>> >> >> >>> invocation)
>> >> >> >>> make[2]: *** [libexciter.dylib] Error 1
>> >> >> >>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >> >>>
>> >> >> >>> I tried moving up a few directories... not that I expect it
>> >> >> >>> really
>> >> >> >>> mattered, I just wanted to rule out the idea of relative paths
>> >> >> >>> instead
>> >> >> >>> of absolute paths being an issue.
>> >> >> >>>
>> >> >> >>> Any suggestions?
>> >> >> >>>
>> >> >> >>> On Thu, Aug 28, 2014 at 2:49 PM, Kevin Welsh <tgrey1@gmail.com>
>> >> >> >>> wrote:
>> >> >> >>>> And it's failing again.
>> >> >> >>>>
>> >> >> >>>> I built once successfully this morning to test Michael's
>> >> >> >>>> changes
>> >> >> >>>> to
>> >> >> >>>> ftgenonce.  After his suggestion about clearing the stale
>> >> >> >>>> .dylibs
>> >> >> >>>> because of "regression" type behavior, I tried building
>> >> >> >>>> again...
>> >> >> >>>> and
>> >> >> >>>> now it fails.  Here's the build.err for this time:
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>> On Thu, Aug 28, 2014 at 8:12 AM, Steven Yi <stevenyi@gmail.com>
>> >> >> >>>> wrote:
>> >> >> >>>>> Well there was an error with the new exciter opcode:
>> >> >> >>>>>
>> >> >> >>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >> >>>>> -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN
>> >> >> >>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names   -o
>> >> >> >>>>> ../libexciter.dylib -install_name
>> >> >> >>>>> /tmp/csound-N2W5ri/libexciter.dylib
>> >> >> >>>>> CMakeFiles/exciter.dir/exciter.c.o
>> >> >> >>>>> Undefined symbols for architecture x86_64:
>> >> >> >>>>>   "_distort", referenced from:
>> >> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >> >>>>>   "_params_changed", referenced from:
>> >> >> >>>>>       _exciter_perf in exciter.c.o
>> >> >> >>>>> ld: symbol(s) not found for architecture x86_64
>> >> >> >>>>> clang: error: linker command failed with exit code 1 (use -v
>> >> >> >>>>> to
>> >> >> >>>>> see
>> >> >> >>>>> invocation)
>> >> >> >>>>> make[2]: *** [libexciter.dylib] Error 1
>> >> >> >>>>> make[1]: *** [Opcodes/CMakeFiles/exciter.dir/all] Error 2
>> >> >> >>>>> make[1]: *** Waiting for unfinished jobs....
>> >> >> >>>>>
>> >> >> >>>>> I'm not sure why that would have failed, then corrected
>> >> >> >>>>> itself,
>> >> >> >>>>> as
>> >> >> >>>>> the
>> >> >> >>>>> last change from John on that was 2 days ago, before your
>> >> >> >>>>> problems
>> >> >> >>>>> started.
>> >> >> >>>>>
>> >> >> >>>>> On Thu, Aug 28, 2014 at 6:45 AM, Kevin Welsh
>> >> >> >>>>> <tgrey1@gmail.com>
>> >> >> >>>>> wrote:
>> >> >> >>>>>> Ok, I am thoroughly confused.  After looking over the
>> >> >> >>>>>> build.err
>> >> >> >>>>>> file I
>> >> >> >>>>>> generated, I just tried to install once more before calling
>> >> >> >>>>>> it a
>> >> >> >>>>>> night.  And very surprisingly, this time it worked... even
>> >> >> >>>>>> tho
>> >> >> >>>>>> there
>> >> >> >>>>>> are no new changes to csound/csound or
>> >> >> >>>>>> kunstmusik/homebrew-csound.
>> >> >> >>>>>> Command used to install was "brew install -HEAD csound".
>> >> >> >>>>>>
>> >> >> >>>>>> Nothing has changed on my local computer either, not even a
>> >> >> >>>>>> reboot.
>> >> >> >>>>>> The only thing changed that I'm aware of was that the brew
>> >> >> >>>>>> command
>> >> >> >>>>>> was
>> >> >> >>>>>> run in a different working directory (~csound/examples
>> >> >> >>>>>> failed,
>> >> >> >>>>>> where
>> >> >> >>>>>> as this time ~/csound worked)... but I can't think of a
>> >> >> >>>>>> scenario
>> >> >> >>>>>> where
>> >> >> >>>>>> that could possibly matter.  Neither of those directories are
>> >> >> >>>>>> where
>> >> >> >>>>>> the bins, libs, or temp files would be installed, it's
>> >> >> >>>>>> strictly
>> >> >> >>>>>> storage for my personal csound project files and samples, and
>> >> >> >>>>>> the
>> >> >> >>>>>> examples sub-directory contains the .csd examples from the
>> >> >> >>>>>> manual.
>> >> >> >>>>>>
>> >> >> >>>>>> While it's great that it installed and my problem is "fixed",
>> >> >> >>>>>> I'm
>> >> >> >>>>>> completely baffled as to what caused it.  If there's any
>> >> >> >>>>>> testing
>> >> >> >>>>>> I
>> >> >> >>>>>> can
>> >> >> >>>>>> do to help figure this out so it doesn't happen to anyone
>> >> >> >>>>>> else,
>> >> >> >>>>>> just
>> >> >> >>>>>> let me know and I would be glad to help.
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>> On Wed, Aug 27, 2014 at 11:38 PM, Kevin Welsh
>> >> >> >>>>>> <tgrey1@gmail.com>
>> >> >> >>>>>> wrote:
>> >> >> >>>>>>> Ok, here is the output from: brew install --HEAD -v csound >
>> >> >> >>>>>>> build.err 2>&1
>> >> >> >>>>>>>
>> >> >> >>>>>>>
>> >> >> >>>>>>>
>> >> >> >>>>>>> On Wed, Aug 27, 2014 at 11:24 PM, Steven Yi
>> >> >> >>>>>>> <stevenyi@gmail.com>
>> >> >> >>>>>>> wrote:
>> >> >> >>>>>>>> Hm, yeah, that doesn't have much more information.  Could
>> >> >> >>>>>>>> you
>> >> >> >>>>>>>> try
>> >> >> >>>>>>>> with -v?
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> brew install --HEAD -v csound
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> On Wed, Aug 27, 2014 at 9:53 PM, Kevin Welsh
>> >> >> >>>>>>>> <tgrey1@gmail.com>
>> >> >> >>>>>>>> wrote:
>> >> >> >>>>>>>>> Sure, sorry.  I didn't think the trimmed output was
>> >> >> >>>>>>>>> relevant.
>> >> >> >>>>>>>>> Full output:
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> [20:39:04][tgrey@OTR:~/csound/examples]$ brew install
>> >> >> >>>>>>>>> --HEAD
>> >> >> >>>>>>>>> csound
>> >> >> >>>>>>>>> ==> Cloning https://github.com/csound/csound.git
>> >> >> >>>>>>>>> Updating /Library/Caches/Homebrew/csound--git
>> >> >> >>>>>>>>> ==> Checking out branch develop
>> >> >> >>>>>>>>> ==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>> >> >> >>>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >>>>>>>>> -DCMAKE_BUILD_TYP
>> >> >> >>>>>>>>> ==> make install
>> >> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>> cmake_link_script
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/link.txt --verbose=1
>> >> >> >>>>>>>>> /usr/local/Library/ENV/4.3/clang   -ffast-math -msse2
>> >> >> >>>>>>>>> -fomit-frame-pointer -fvisibility=hidden
>> >> >> >>>>>>>>> -DHAVE_ATOMIC_BUILTIN
>> >> >> >>>>>>>>> -DHAVE_CURL -dynamiclib -Wl,-headerpad_max_install_names
>> >> >> >>>>>>>>> -compatibility_version 6.0.0 -o
>> >> >> >>>>>>>>> CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >>>>>>>>> -install_name
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> /tmp/csound-IH11sx/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scope.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pinker.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/afilters.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csdebug.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Top/server.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> >>>>>>>>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> >>>>>>>>> /usr/local/lib/libsndfile.dylib /usr/lib/libpthread.dylib
>> >> >> >>>>>>>>> /usr/lib/libcurl.dylib -lm -ldl
>> >> >> >>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>> cmake_progress_report
>> >> >> >>>>>>>>> /tmp/csound-IH11sx/CMakeFiles  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 30 31 32 33 34 35
>> >> >> >>>>>>>>> 36
>> >> >> >>>>>>>>> 37
>> >> >> >>>>>>>>> 38 39
>> >> >> >>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
>> >> >> >>>>>>>>> 59
>> >> >> >>>>>>>>> 60
>> >> >> >>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >> >>>>>>>>> make: *** [all] Error 2
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> READ THIS:
>> >> >> >>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >> >>>>>>>>> If reporting this issue please do so at (not
>> >> >> >>>>>>>>> Homebrew/homebrew):
>> >> >> >>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> On Wed, Aug 27, 2014 at 9:19 PM, Steven Yi
>> >> >> >>>>>>>>> <stevenyi@gmail.com>
>> >> >> >>>>>>>>> wrote:
>> >> >> >>>>>>>>>> I think we need more information to understand the error.
>> >> >> >>>>>>>>>> I
>> >> >> >>>>>>>>>> think
>> >> >> >>>>>>>>>> with Homebrew it would be doing the build with parallel
>> >> >> >>>>>>>>>> make,
>> >> >> >>>>>>>>>> and if
>> >> >> >>>>>>>>>> so, the error output might be higher up than the last
>> >> >> >>>>>>>>>> line.
>> >> >> >>>>>>>>>> Could you
>> >> >> >>>>>>>>>> post the output from the build as a gist or somewhere
>> >> >> >>>>>>>>>> else
>> >> >> >>>>>>>>>> online?
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>> On Wed, Aug 27, 2014 at 8:26 PM, Kevin Welsh
>> >> >> >>>>>>>>>> <tgrey1@gmail.com>
>> >> >> >>>>>>>>>> wrote:
>> >> >> >>>>>>>>>>> OS-X is implied with homebrew, 10.7.5, on an Intel Core
>> >> >> >>>>>>>>>>> i5.
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>> On Wed, Aug 27, 2014 at 8:25 PM, Kevin Welsh
>> >> >> >>>>>>>>>>> <tgrey1@gmail.com> wrote:
>> >> >> >>>>>>>>>>>> I was trying to build a new version to test John's
>> >> >> >>>>>>>>>>>> changes
>> >> >> >>>>>>>>>>>> to
>> >> >> >>>>>>>>>>>> PhiSEM,
>> >> >> >>>>>>>>>>>> and encountered this:
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> <trimmed output>
>> >> >> >>>>>>>>>>>> /usr/local/Cellar/cmake/3.0.1/bin/cmake -E
>> >> >> >>>>>>>>>>>> cmake_progress_report
>> >> >> >>>>>>>>>>>> /tmp/csound-JDGPNi/CMakeFiles  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 30 31 32 33 34
>> >> >> >>>>>>>>>>>> 35
>> >> >> >>>>>>>>>>>> 36
>> >> >> >>>>>>>>>>>> 37 38 39
>> >> >> >>>>>>>>>>>> 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
>> >> >> >>>>>>>>>>>> 58
>> >> >> >>>>>>>>>>>> 59
>> >> >> >>>>>>>>>>>> 60
>> >> >> >>>>>>>>>>>> [ 62%] Built target CsoundLib64
>> >> >> >>>>>>>>>>>> make: *** [all] Error 2
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> READ THIS:
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> https://github.com/Homebrew/homebrew/wiki/troubleshooting
>> >> >> >>>>>>>>>>>> If reporting this issue please do so at (not
>> >> >> >>>>>>>>>>>> Homebrew/homebrew):
>> >> >> >>>>>>>>>>>>   https://github.com/kunstmusik/homebrew-csound/issues
>> >> >> >>>>>>>>>>>>
>> >> >> >>>>>>>>>>>> This was after a "brew install --HEAD csound".  Any
>> >> >> >>>>>>>>>>>> suggestions?  This
>> >> >> >>>>>>>>>>>> had worked fine in the past.
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>>>> body
>> >> >> >>>>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>>> body
>> >> >> >>>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >> >> >>>>>>>>> body
>> >> >> >>>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>> Send bugs reports to
>> >> >> >>>>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>>>>> "unsubscribe csound"
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>> Send bugs reports to
>> >> >> >>>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>>> "unsubscribe csound"
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>>
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>>> Send bugs reports to
>> >> >> >>>>>         https://github.com/csound/csound/issues
>> >> >> >>>>> Discussions of bugs and features can be posted here
>> >> >> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>>>> "unsubscribe csound"
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>>>
>> >> >> >>>
>> >> >> >>> Send bugs reports to
>> >> >> >>>         https://github.com/csound/csound/issues
>> >> >> >>> Discussions of bugs and features can be posted here
>> >> >> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >>> "unsubscribe csound"
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >> Send bugs reports to
>> >> >> >>         https://github.com/csound/csound/issues
>> >> >> >> Discussions of bugs and features can be posted here
>> >> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> >> "unsubscribe csound"
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> > Send bugs reports to
>> >> >> >         https://github.com/csound/csound/issues
>> >> >> > Discussions of bugs and features can be posted here
>> >> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> > "unsubscribe
>> >> >> > csound"
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >> Send bugs reports to
>> >> >>         https://github.com/csound/csound/issues
>> >> >> Discussions of bugs and features can be posted here
>> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> "unsubscribe
>> >> >> csound"
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >>
>> >>
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"