From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4BD311F5AE for ; Mon, 3 Aug 2020 11:31:43 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1k2Ygr-00041C-N7; Mon, 03 Aug 2020 11:31:37 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2Ygq-00040x-3i for sox-devel@lists.sourceforge.net; Mon, 03 Aug 2020 11:31:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5uNXWl89xG0Hf02TA9e0nFLXrYbbhWlDPixMeoAG09w=; b=H67XAsAaKkT3/IEVeINiu40EAB adWrXleBZ+9TUdToavO6C5Hqy275f0Bq/QEOZIWQDdf20WGNvJXw5LI75UO+m7YdP79mxzYE+q/Bf syvdb47a9W8WnY/iA13gYmuUOOxumd2GvH7JwZ/3kZJ+n9axzMynoz5SQJZ6lwgjGB4U=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version: References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5uNXWl89xG0Hf02TA9e0nFLXrYbbhWlDPixMeoAG09w=; b=ImrgLSPTpqaDjffjTyZoeCxGNf b9yx6qrXaBBE/mmcAWHqcrjR9HsDlzj3cBZhnAEPxbHvbZSHNZQRbrN87JhcZlm9shze2cvVKeV+i DooFh1kyPlByg/Xl/Pdcoqg3Au9kJsxHrjQNEsehwPaVxvWf7Tu8fHRB5JS4ee1InQdY=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1k2Ygm-001LJa-3l for sox-devel@lists.sourceforge.net; Mon, 03 Aug 2020 11:31:35 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id b4f3bb50 for ; Mon, 3 Aug 2020 13:31:14 +0200 (CEST) Date: Mon, 3 Aug 2020 13:31:14 +0200 From: Jan Stary To: sox-devel@lists.sourceforge.net Message-ID: <20200803113114.GA30556@www.stare.cz> References: <20200802171723.GA35491@www.stare.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1k2Ygm-001LJa-3l Subject: Re: Build systems X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-devel@lists.sourceforge.net Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: sox-devel-bounces@lists.sourceforge.net On Aug 03 11:38:29, claude@xenei.com wrote: > Would the new tool work on strange platforms like pi-zero? It's matter of the OS, not the HW platform. > On Mon, Aug 3, 2020 at 10:09 AM M=E5ns Rullg=E5rd wrote: > = > > Jan Stary writes: > > > > > On Aug 02 15:21:55, mans@mansr.com wrote: > > >> In the SoX tree, there are currently support files for autotools, CM= ake, > > >> and two ancient versiona of Visual Studio. > > >> > > >> Out of the box, the CMake build fails, but with the right options it > > >> completes successfully, for now. The Visual Studio projects are alm= ost > > >> certainly broken. > > >> > > >> Maintaining multiple build systems seems to me like an unnecessary > > >> burden. I am therefore tempted to simply delete all but the autotoo= ls > > >> based one. If nobody makes a compelling argument for keeping these > > >> extra build systems, I intend to do this next time a change would > > >> require updating them. > > > > > > Please do kill the VS build and the CMake build with fire. > > > > With pleasure, but I'll wait a little while in case someone has a good > > reason to keep it. Given the lack of development activity the last few > > years, though, I'm quite confident nobody will object. > > > > > That being said, I would like to replace > > > the autotools hell with something like > > > https://cvsweb.bsd.lv/mandoc/configure > > > - a short, simple ./configure script written by hand, > > > as opposed to produced by auto* > > > > While I'm no fan of autotools, the existing script works. I'll consider > > replacements if maintaining it becomes too much of a burden. > > > > -- > > M=E5ns Rullg=E5rd > > > > > > _______________________________________________ > > SoX-devel mailing list > > SoX-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/sox-devel > > > = > = > -- = > I like: Like Like - The likeliest place on the web > > LinkedIn: http://www.linkedin.com/in/claudewarren _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel