Обсуждение: tcl wish--simple configure problem

Поиск
Список
Период
Сортировка

tcl wish--simple configure problem

От
Russ McBride
Дата:
Hi,

I've got wish on my machine, but I can't do ./configure --with-tcl
I'm getting an error that says roughly, "wish is necessary for tcl".
I've set PATH_TO_WISH to the path to the "wish shell" application. Is
there some other environment variable I should be setting?  What is
the environment variable that PG looks for when it searches for wish?

TIA


Russ

Re: tcl wish--simple configure problem

От
Tom Lane
Дата:
Russ McBride <Russ@psyex.com> writes:
> I've got wish on my machine, but I can't do ./configure --with-tcl
> I'm getting an error that says roughly, "wish is necessary for tcl".
> I've set PATH_TO_WISH to the path to the "wish shell" application.

I believe configure wants to find "wish" somewhere in your normal PATH.

            regards, tom lane

Re: tcl wish--simple configure problem

От
Peter Eisentraut
Дата:
Russ McBride writes:

> What is the environment variable that PG looks for when it searches
> for wish?

WISH

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


PgAccess on OS X--was "tcl wish--simple configure problem"

От
Russ McBride
Дата:
Thanks Peter,  that got me a little further.

Anyone out there gotten pgAcess working on Mac OS X? I haven't been
able to make my way through a configure using the new 8.4 Tk
snapshots that are up on the sourceforge site.  I'm getting the
following error:
configure: error: file 'tkConfig.sh' is required for Tk


Russ


>Russ McBride writes:
>
> > What is the environment variable that PG looks for when it searches
> > for wish?
>
>WISH
>
>--
>Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster


Re: PgAccess on OS X--was "tcl wish--simple configure

От
"postgresql"
Дата:
Russ,

are you using the 8.4a version. I got this from ADC news.


-----------
Apple is pleased to announce a native port of TK version 8.4a4 for Mac
OS X10.1. TK is a rapid application GUI toolkit used by Tcl, Perl, and
Python. The TK release allows script developers to run existing GUI
applications with a native Aqua look and feel directly on Mac OS X v10.1.
As part of Apple's ongoing commitment to Open Source, this port has been
released under a BSD-style license.  Apple's changes have been and will
continue to be submitted to the main Tcl/Tk CVS repository at
tcl.sourceforge.net.

This initial port only supports Tk for use with Tcl;  we are working on
integrating this into the main branch of Tk, and from there we expect it
to be integrated into the versions used with Perl and Python.
If you'd like to help, please join the discussions on darwin-
development@lists.apple.com.

Sincerely,
Ernest Prabhakar
Open Source Product Manager
admin@opensource.apple.com
_______________________________________________
publicsource-announce mailing list
publicsource-announce@lists.apple.com
http://www.lists.apple.com/mailman/listinfo/publicsource-announce


-----Original Message-----
From: Russ McBride <Russ@psyex.com>
To: pgsql-admin@postgresql.org, Peter Eisentraut <peter_e@gmx.net>
Date: Wed, 17 Oct 2001 17:36:54 -0700
Subject: [ADMIN] PgAccess on OS X--was "tcl wish--simple configure
problem"

> Thanks Peter,  that got me a little further.
>
> Anyone out there gotten pgAcess working on Mac OS X? I haven't been
> able to make my way through a configure using the new 8.4 Tk
> snapshots that are up on the sourceforge site.  I'm getting the
> following error:
> configure: error: file 'tkConfig.sh' is required for Tk
>
>
> Russ
>
>
> >Russ McBride writes:
> >
> > > What is the environment variable that PG looks for when it searches
> > > for wish?
> >
> >WISH
> >
> >--
> >Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter
> >
> >
> >---------------------------(end of
> broadcast)---------------------------
> >TIP 4: Don't 'kill -9' the postmaster
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)



Re: PgAccess on OS X--was "tcl wish--simple configure problem"

От
Peter Eisentraut
Дата:
Russ McBride writes:

> Thanks Peter,  that got me a little further.
>
> Anyone out there gotten pgAcess working on Mac OS X? I haven't been
> able to make my way through a configure using the new 8.4 Tk
> snapshots that are up on the sourceforge site.  I'm getting the
> following error:
> configure: error: file 'tkConfig.sh' is required for Tk

Good bets would be

a) trying to locate the tkConfig.sh file on your system

b) looking in config.log or trying sh -x configure to see why it doesn't
find it

c) using the --with-tkconfig option

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter