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"