DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 5956RMt92002464 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 5956RMt92002464 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=tGNkgF8U X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BCEC3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1759645642; bh=D1RfDERs1F11A9ULLkARRuIpwvQy5iaWwJKS0sWaOGQ=; h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=tGNkgF8U0+tL16vdL/wSeuzIdJ5Ywe11kCoI9NkYA9/z5mi003TTrL+zmmavAAUx6 5MGoI39bWACgWYiSf7a4A+tI29im5mIGgAu8eF7ulGL/VSL+LZdM3qxAuNg3nksozJ +3/XM2ALQ3w5RCFnZPmB7bVNsn27IRNc60rPX3QI= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8452F3858D20 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8452F3858D20 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1759645579; cv=none; b=RWP3iaVzI5umppZ/b1jYJYilnMl0+Jy3B2EVzUECfvdl8quUVjfQZrUFEQryOAfbr+tJW7x8oMHryYSNOIQWK8ZGLfDpL6atMoyAKhnmvKzg+Cozabfn9v45vuOCVJHEccHLLbL+jXsG5tS01l1v3++ddO+QjwnrXT7rC9U3YyU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1759645579; c=relaxed/simple; bh=H/ddprjRd67pFIpYFFL9QNAgUvmKBZcwOpzcJc9wuOY=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=oC081teGXTlo0ZK1soXu3hqtsvxgu3cgayShAvYWUODqiC7bHu+rhvamCxrS3bZjFLCv9ftKYHdOvLYlWBH4nYuPHVozeIXrbO7vHzBwoX3ulCFUoEmpmk+XjeJwsa7J7IKEJoL3x1pgZAdFKJMvo/JKLtHYkuS6vuWyq18f5To= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8452F3858D20 To: cygwin AT cygwin DOT com Subject: Re: Help wanted with compile error with wxWidgets3.1 In-Reply-To: <76f19efc-f06d-4bb2-ac32-edc846394cc3@hamishmb.com> (Hamish McIntyre-Bhatty via Cygwin's message of "Fri, 3 Oct 2025 12:58:18 +0100") References: <76f19efc-f06d-4bb2-ac32-edc846394cc3 AT hamishmb DOT com> Date: Sun, 05 Oct 2025 08:26:07 +0200 Message-ID: <87y0pp3lvk.fsf@> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-purgate-type: clean X-purgate: clean X-purgate-size: 1574 X-purgate-ID: 155817::1759645574-D6D9C387-D89E0BAE/0/0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: ASSI via Cygwin Reply-To: ASSI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Hamish McIntyre-Bhatty via Cygwin writes: > I'm trying once again to get newer versions of wxWidgets and wxPython > to work under Cygwin, but I've noticed I'm running into a new problem > when simply rebuilding wxWidgets 3.1.5 that I last built around the > end of March (the prefix option to configure needed to be set), and I > don't understand how it ever compiled with the error I'm getting. You've probably used an older compiler, also Gtk had some updates in that timeframe that might be relevant. > In amongst other errors, I get "error: wxSoundPLaybackStatus does not > name a type" and various similar errors. You can get the repo with the > full cygport setup here: > https://gitlab.com/hamishmb/cygwin-wxwidgets3.1/-/tree/3.1.5?ref_type=heads > > Can anyone give me any hints? I first tried building wxWidgets 3.1.7 > but that failed with a different error that I also don't know how to > solve. I'm not sure how I'm meant to know which header file things are > meant to be in when I get "was not declared in this scope" errors - > any hints with those or do I just need to be intimately familiar with > GNU source code for that? Since this is written in C++ you might need to explicitly set the standard that is targeted (-std=gnu++14 or -std=gnu++17, whatever is the newest that works with the targeted wxWidget version). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple