Re: What package is GLX OpenGL from?

2003-04-03 Thread Mark P. Esplin
A nice addition to cygwin setup.exe would be a search capability for packages 
and files like is in the KDE package manager KPackage.  As the number of 
packages increases it becomes harder and harder to find what you are looking 
for.
 -Mark Esplin

On Wednesday 02 April 2003 03:51 pm, Randall R Schulz wrote:
> Hi, Everybody!
>
> (with a Dr. Nick Riviera intonation)
>
>
> With the Monty Python "Spam" song intonation:
>
>  FAQ, FAQ, FAQ, FAQ
>  FAQ, FAQ, FAQ, FAQ
>
>
> But in keeping with my policy of not taunting or scolding without
> including a constructive answer, go here:
> . For best results, use as much as you
> know about the name. The search is a non-anchored grep pattern match
> against the package content lists. File suffixes can help, but beware
> that some standard command names are symlinks or scripts, so a ".exe"
> suffix will not be present in those cases.



X-version of tcl/tk on cygwin

2003-03-24 Thread Mark P. Esplin
I am in the process of porting some software from linux to the cygwin 
platform.  This software uses both tcl/tk and x-windows. The windows version 
of tcl/tk doesn't work well with x-windows.  I got errors when compiling the 
unix versions of tcl and tk from the cygwin tcl/tk sources.  To get 
tclClock.c to compile, I commented out several lines (309, 310, 349) that had 
to do with time zones. I also had to change a reference in 
tk/generic/default.h from tkWinDefault.h to tkUnixDefalt.h to get tcl/tk to 
compile. Everything seems to be working correctly now, but I am sure I will 
have problems with some of the time functions.  Is there a better way to get 
the x-windows version of tcl/tk working on cygwin?

  -Mark Esplin