Re: [Csnd-dev] Build failure for develop
Stephen Kyne <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <AS8PR02MB7553B28CD45DD9F9890B5D2CAB04A@AS8PR02MB7553.eurprd02.prod.outlook.com> |
I've pushed some changes to develop. All the CI is passing and finding the necessary dependencies. Can you guys pull develop and see if it works? Should be working fine. I didn't really change the non-vcpkg build. Stephen ________________________________ From: Csound-developers <[email protected]> on behalf of Stephen Kyne <[email protected]> Sent: Saturday 29 July 2023 23:10 To: [email protected] <[email protected]> Subject: Re: [Csnd-dev] Build failure for develop Ok let me take a look again. It should be having the same unless you add the USE_VCPKG flag. I'll check now. Stephen ________________________________ From: Csound-developers <[email protected]> on behalf of Steven Yi <[email protected]> Sent: Saturday 29 July 2023 17:53 To: [email protected] <[email protected]> Subject: Re: [Csnd-dev] Build failure for develop 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]<mailto:[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