Re: [Csnd-dev] Build failure for develop
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CANtcCs730ps2KC37AprPmTnXFSq2Euf_Wcee_LmyUnTTeDZRvw@mail.gmail.com> |
You might try deleting your CMakeCache.txt and regenerating that with cmake. Also you could turn off using portmidi with -DUSE_PORTMIDI=0. That said, I just pulled, deleted CmakeCache.txt, and got an error on macOS, where it seems to be trying to build ALSA: [ 73%] Building C object InOut/CMakeFiles/rtalsa.dir/rtalsa.c.o */Users/stevenyi/work/csound/cs7/InOut/rtalsa.c:51:10: **fatal error: **'alsa/asoundlib.h' file not found* #include <alsa/asoundlib.h> * ^~~~~~~~~~~~~~~~~~* I think Stephen Kyne merged some work related to CI builds and vcpkg and I'm guessing some things have gone off there. I had to use -DUSE_ALSA=0 to get around it here. On Sat, Jul 29, 2023 at 11:23 AM John ff <[email protected]> wrote: > Just did a pull and make and it failed as portmidi.h is not defined. It > worked not long ago (this week i seem to remember). I tried > installing portmidi packages but hey do not define libportmidi.a and > the version I had on disk is 32bit think. > > What changed? > More importantly how do I get a running system? > > > =John ffitch >