From forums.info at patrick.pouget.name Tue Sep 20 12:33:49 2022 From: forums.info at patrick.pouget.name (Patrick Pouget) Date: Tue, 20 Sep 2022 12:33:49 +0200 Subject: [Jackaudio] jackaudio and github Message-ID: <56fed87a0fe62a5db8d0547a7c0e79e31e24a6c7.camel@patrick.pouget.name> Hi all I placed a software, using jackaudio, on Github. Github provides a function to compile, in order to know if nothing is missing. The problem is I have a crash on the include How to fix that problem Thank you Regards Patrick From chris at chrisarndt.de Tue Sep 20 13:39:21 2022 From: chris at chrisarndt.de (Christopher Arndt) Date: Tue, 20 Sep 2022 13:39:21 +0200 Subject: [Jackaudio] jackaudio and github In-Reply-To: <56fed87a0fe62a5db8d0547a7c0e79e31e24a6c7.camel@patrick.pouget.name> References: <56fed87a0fe62a5db8d0547a7c0e79e31e24a6c7.camel@patrick.pouget.name> Message-ID: <6afe5f16-07c2-8720-005f-8da5c0e91961@chrisarndt.de> Am 20.09.22 um 12:33 schrieb Patrick Pouget: > The problem is I have a crash on the include You need to install the JACK development package in your CI environment. If the container is based on debian/Ubuntu, the correct package to install will likely be libjack-jackd2-dev. Hth, Chris From forums.info at patrick.pouget.name Tue Sep 20 17:44:57 2022 From: forums.info at patrick.pouget.name (Patrick Pouget) Date: Tue, 20 Sep 2022 17:44:57 +0200 Subject: [Jackaudio] jackaudio and github In-Reply-To: <6afe5f16-07c2-8720-005f-8da5c0e91961@chrisarndt.de> References: <56fed87a0fe62a5db8d0547a7c0e79e31e24a6c7.camel@patrick.pouget.name> <6afe5f16-07c2-8720-005f-8da5c0e91961@chrisarndt.de> Message-ID: Hi Thank you for your answer It crashes on github. On my machine I have made all the design and it works. I don't know what they use. Regards Patrick On Tue, 2022-09-20 at 13:39 +0200, Christopher Arndt wrote: > Am 20.09.22 um 12:33 schrieb Patrick Pouget: >  > The problem is I have a crash on the include > > You need to install the JACK development package in your CI > environment. > If the container is based on debian/Ubuntu, the correct package to > install will likely be libjack-jackd2-dev. > > > Hth, Chris > _______________________________________________ > JackAudio mailing list > JackAudio at lists.linuxaudio.org > https://lists.linuxaudio.org/listinfo/jackaudio From sampablokuper at posteo.net Tue Sep 20 22:08:39 2022 From: sampablokuper at posteo.net (Sam Kuper) Date: Tue, 20 Sep 2022 20:08:39 +0000 Subject: [Jackaudio] jackaudio and github In-Reply-To: References: <56fed87a0fe62a5db8d0547a7c0e79e31e24a6c7.camel@patrick.pouget.name> <6afe5f16-07c2-8720-005f-8da5c0e91961@chrisarndt.de> Message-ID: <20220920200839.255rhkzr5nyqivve@posteo.de> On Tue, Sep 20, 2022 at 05:44:57PM +0200, Patrick Pouget wrote: > On Tue, 2022-09-20 at 13:39 +0200, Christopher Arndt wrote: >> Am 20.09.22 um 12:33 schrieb Patrick Pouget: >>> The problem is I have a crash on the include >> >> You need to install the JACK development package in your CI >> environment. >> >> If the container is based on debian/Ubuntu, the correct package to >> install will likely be libjack-jackd2-dev. > > It crashes on github. On my machine I have made all the design and it > works. > > I don't know what they use. Patrick, You may need to look up what "CI" means, and then re-read Christopher Arndt's advice above. https://en.wikipedia.org/wiki/Continuous_integration Sam