Re: My make was successful after all...

From: Jason Tishler <jason(at)tishler(dot)net>
To: Andrew Klimov <and_k_98(at)yahoo(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: My make was successful after all...
Date: 2003-01-16 20:53:18
Message-ID: 20030116205318.GE820@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Andrew,

On Thu, Jan 16, 2003 at 11:14:09AM -0800, Andrew Klimov wrote:
> Thank you again, Jason!

You are very welcome.

> I'd tried to configure --with-tcl the earlier 7.2.3 version source,I'd
> noticed from compiler that I have not a files like X11/Xlib.h.

Unfortunately, this is a known issue with the Cygwin Tcl/Tk binary
package. Please search the Cygwin archives for the details, if
interested.

Anyway, the following excerpt from my Cygwin Python README:

2. The _tkinter extension module will only be built if the X11
header files from the tcltk-20021218-1 source archive have been
copied to /usr/include:

$ mkdir -p /usr/include/X11
$ tar -xjf tcltk-20021218-1-src.tar.bz2
$ cp tcltk-20021218-1/tk/xlib/X11/*.h /usr/include/X11

details a better recipe for getting the required headers. It also
explains why I didn't have this problem -- I already had these files
installed for Python.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-16 20:59:57 Re: Initdb fails... Again!
Previous Message Markko Paas 2003-01-16 20:16:23 Initdb fails... Again!