X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <487E8B9D.8EDF1531@dessent.net> Date: Wed, 16 Jul 2008 17:00:29 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: GDB build cannot find tkWinInt.h References: <5a6f75d80807160801i34bc6b2doff65658cfa94c756 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Samuel Sparks wrote: > /usr/src/gdb-6.8-2/libgui/src/tclwinprint.c:26:22: tkWinInt.h: No such > file or directory AFAIK libgui is a component of insight. So it looks like you've got a full copy of the gdb+insight tree, as opposed to a plain gdb tree. (Insight is an overlay on top of the gdb tree.) If you don't want to build insight (which is what --disable-gdbtk means) then you shouldn't have those directories in your source tree. You didn't state what method you used to get the source, but I suggest using a gdb release tarball downloaded from the gdb site, as it will not contain any of the insight components. If you are using the gdb source package from Cygwin then it's going to have all the insight components as Cygwin's gdb includes insight. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/