the DBI for perl

2013-03-23 Thread Wynfield Henman
Thank you Csaba and Reini for the information in helping me build the Perl database interface code. I downloaded the gcc-4 and the build process worked. And Reini, thanks for the 64 number significance explanation. Regards -- Problem reports: http://cygwin.com/problems.html FAQ:

PostgreSQL not working from start

2013-03-22 Thread Wynfield Henman
This is apparently a common problem. I' m trying to install and get PostgreSQL up and running. Yes, CYGWIN, the environment variable is set to server and file/dir permissions are set for the user and have r/w permissions. No matter if I use: initdb or pg_ctl initdb -D $DBDIR -l $DB_ADMINLOG

perl (why 64int on 32int machine)

2013-03-22 Thread Wynfield Henman
I just downloaded and tried to build and install Perl's Database Interface, DBI (yes the hard way, using Marefile.PL). Configure completed fine, but make fails with: make gcc-4 -c-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3

database related

2013-03-20 Thread Wynfield Henman
The database MariaDB looks good. It does have a windows version available, but I, like others would prefer to learn it on a Posix system like cygwin if at all possible. The only information I could find matching MariaDB and cygwin as at least a couple of years old as I recall. Has anyone

Re: How to make persistent changes to PATH in cygwin?

2013-01-03 Thread Wynfield Henman
Why are invoking 'echo' and not just simply PATH=$PATH:/newdir ? Which is faster take less resources..I On Wed, Jan 2, 2013 at 10:32 AM, Aaron Schneider notst...@users.sourceforge.net wrote: I've tried this: export PATH=`echo $PATH`:/newdir/ And PATH contains the new dir, but after

Re: Unwanted texlive invasion

2012-09-26 Thread Wynfield Henman
In my humble opinion cygwin should be open to improvement and, we should keep cygwin's purpose as a base system, which is as full, and as easy, and as close to a *nix environment as possible. On Tue, Sep 25, 2012 at 2:20 PM, Ken Brown kbr...@cornell.edu wrote: . snipped I don't agree.

Re: Unwanted texlive invasion

2012-09-25 Thread Wynfield Henman
I don't agree. The solution should not be to install an unnecessary package and waste space and complicate by having to check order in the PATH variable. It would be better that a.) installation scripts check for the existence of the necessary commands first and not brute force the installation

Re: multiwindow X11 and Emacs

2012-09-14 Thread Wynfield Henman
in the normal buffer. On Fri, Sep 14, 2012 at 4:15 AM, Ken Brown kbr...@cornell.edu wrote: On 9/14/2012 1:56 AM, Wynfield Henman wrote: emacs hangs for me when invoking it from putty which has been initiated by cygwin X11 which I start with startx. But, I usually always have emacs up all

Re: multiwindow X11 and Emacs

2012-09-13 Thread Wynfield Henman
emacs hangs for me when invoking it from putty which has been initiated by cygwin X11 which I start with startx. But, I usually always have emacs up all the time and its not a big pain. I would be nice for it not to freeze when being re-activated. On Tue, Sep 11, 2012 at 11:46 PM, Achim Gratz

Re: TexLive's ConTeXt runtime error..

2012-08-23 Thread Wynfield Henman
wrote: On 8/22/2012 2:06 PM, Wynfield Henman wrote: Ken, thanks for replying and helping. Here is the information that you asked about. The example ConTeXt file, example.tex, is attached hereto. PATH is in the cygcheck.out file. No other zlib.h was found. I can't reproduce

Re: TexLive's ConTeXt runtime error..

2012-08-22 Thread Wynfield Henman
:24 PM, Achim Gratz strom...@nexgo.de wrote: Wynfield Henman wynfield at gmail.com writes: This results in: PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.2.5, library: 1.2.7) Reinstall zlib and install zlib-devel

TexLive's ConTeXt runtime error..

2012-08-20 Thread Wynfield Henman
TeXLive Version: 2012 (--all updated to August 20th, 2012) Downloaded from: REPOSITORY=http://mirror.ctan.org/systems/texlive/tlnet; Yes, this is the wild verison. ConTeXt changes very rapidly and I fancy following and testing those changes. Thanks to cygwin for allowing me to do that. The

How to keep a dependency from [continually] appearing in setup

2012-07-29 Thread Wynfield Henman
I use the in-the-wild, 'texlive 2012' distribution, which I like to tinker with and customize. Due to a, what I believe is a dependency by auctex on texlive for some reason, I keep getting a list of about 10 texlive related packages automatically appended to what I want to install and I have to

Re: how to install libtoolize

2009-02-05 Thread Wynfield Henman
Though I am building a different package, I have the same problem as mentioned below. The libtool package downloaded is 46 bytes (effectively null) and get stashed into the _obsolete folder without ever getting installed. Another problem just noticed is that the setup process is appending a /

Audio coding/encoding conversions

2007-12-13 Thread Wynfield Henman
Has anybody had any success building -- ffmpeg on cygwin. It has a rich set of codecs it can convert to and from. My main concern is to convert .3gp audio files into .wav, or .mp3 formats regards -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: getting emacs in cygwin

2007-07-02 Thread Wynfield Henman
Some people like to associate Cygwin tools with certain mime types so it's possible to click on a file in the explorer, for example, and have their favorite Cygwin tool open the file. Ah.. I see. That makes sense. I use zsh's suffix aliases and completion. I just enter the file name and zsh

Re: getting emacs in cygwin

2007-06-27 Thread Wynfield Henman
Larry, I tried using run.exe as you suggested in cygwin.bat but it does not work. The issue is not emacs, but the initial login terminal. Besides I don't see that it does emacs any good at all (1) it causes emacs to fail in a std tty window. and (2) from an x-window it doesn't do anything that

Re: getting emacs in cygwin

2007-06-27 Thread Wynfield Henman
On 6/27/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: Larry, I tried using run.exe as you suggested in cygwin.bat but it does not work. The issue is not emacs, but the initial login terminal. Why are you starting emacs from cygwin.bat? I am not. You are the one

Re: getting emacs in cygwin

2007-06-26 Thread Wynfield Henman
I had that annoyance to, but I used a shell login script to erase the offense windows box. Something like this. I used zsh, but you should be able to translate it to bash easily. It's not elegant, but it gets rid of the windows box. I forgot which one, but I think the cnime.exe or cmd.exe is

clamav antivirus software

2007-06-26 Thread Wynfield Henman
I have seen references that there is a cygwin platform, runnable clamav variant for protection against, s/w viruses, but I can't find it in the setupexe dialog, and I can find a search function for setup.exe to see if in fact it is anywhere in there Is there a current ClamAv virus filter

is perl braindead?

2007-06-23 Thread Wynfield Henman
From what I read the following should work, but it doesn't. Can one of you familiar with cygwin's perl help me out. Why doesn't the test, -d, for directory work on the subdirectory? It should, in my considered opinion. Below is sufficient code to perform a simple test. Your help is

Re: getting emacs in cygwin

2007-06-23 Thread Wynfield Henman
Lou, yes, you can run emacs in cygwin in either of two modes, which emacs figures out by itself. Either in terminal mode if invoked from a terminal emulator like, say putty or in full graphical mode if executed from one of cywin's X-windows. And yes, you can run a shell inside it too, if you

cygcheck output

2007-03-20 Thread Wynfield Henman
I just wanted a clarification of the meaning that's not quite clear to me in the output that I got from cygcheck. For example the next two lines. It says Empty package atk-runtime , but below it shows atk-runtime 1.10.3-1 as OK. The difference between Empty and OK is what I am concerned

Re: graphical took kit

2007-03-18 Thread Wynfield Henman
the slip. The problem one should thinks is that it could only get worse with vista... Thanks. On 3/14/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: Re: GTK+ Me and many people have had problems with cygwin's gtk+ library. I am thankful to all who have made it possible

Fwd: glib/graphical took kit mem error

2007-03-18 Thread Wynfield Henman
the slip. The problem one should thinks is that it could only get worse with vista... Thanks. On 3/14/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: Re: GTK+ Me and many people have had problems with cygwin's gtk+ library. I am thankful to all who have made it possible

Fwd: graphical took kit

2007-03-18 Thread Wynfield Henman
the slip. The problem one should thinks is that it could only get worse with vista... Thanks. On 3/14/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: Re: GTK+ Me and many people have had problems with cygwin's gtk+ library. I am thankful to all who have made it possible

graphical took kit

2007-03-13 Thread Wynfield Henman
Re: GTK+ Me and many people have had problems with cygwin's gtk+ library. I am thankful to all who have made it possible to have gtk+ functionality. However, I (and I believe many others) have run into a problem. The gist of it is that memalign needs to be handled specially as cygwin does with

Re: Re: [cygrunsrv] problem starting exim as service

2007-03-12 Thread Wynfield Henman
Peaty, I had the same problem. And I agree that cygrunsrv should tell us correctly whether or not exim is running. In fact exim does get set to run as a daemon on boot up. cygrunsrv -L (or whatever the list) processes option will not show you this. I believe that it should show this process

PAM

2007-03-06 Thread Wynfield Henman
Are there any Plugable Authentication Module (PAM) libraries ported to cygwin? Or is there an source that will build readily in the cygwin environment? Thanks, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

unkown proc directory in root

2007-02-19 Thread Wynfield Henman
I just noticed a new (or I just noticed it) directory in what should be the root directory or C:\cygwin, which should be the same as I understand it. But, why do I get different contents, i.e., an interesting subdirectory proc only shows up on ls /, but not ls /cygdrive/c/cygwin as shown below:

Re: Build problems --- putty-0.58-cygterm-20060525.tar.gz and putty-0.58.tar.gz-----0.59 WORKS

2007-02-15 Thread Wynfield Henman
I had not trouble building putty-0.58-cygterm-20060525.tar.gz you do need to do: install -s path-to.../cthelper/cthelper.exe /usr/local/bin install -s path-to /utty.exe /usr/local/bin for cygwin based system. See if you /bin/ld program is there. You'll need it if you want

Re: cygrunsrv problem

2007-02-04 Thread Wynfield Henman
Brian, thanks for the informative explanation about cygrunsrv and demon processes. On 2/2/07, Brian Dessent [EMAIL PROTECTED] wrote: Wynfield Henman wrote: The cygrunsrv -Q name definitely is buggy to me. When I started up my system privoxy is indeed up and running as it should

Re: Eliminating -mno-cygwin from gcc?

2007-02-01 Thread Wynfield Henman
I for one am not adverse to your proposition of separating the ming (mno-cygwin) functionality into its own script or program. This would reduce cygwin gcc's complexity and make it easier to port to cygwin and hopefully, mean nearer gcc versions faster. And by branching off the mno-cygwin, it

cygrunsrv problem

2007-02-01 Thread Wynfield Henman
I am writing to report a bug in cygrunsrv cygrunsrv successfully installed my privoxy daemon service to be ran on each power up / restart. I was happy to find out.. But, before when I was trying to start it and query its status I could not or at least appeared that I couldn't. The cygrunsrv

Re: file descriptiors

2007-01-21 Thread Wynfield Henman
Thanks Eric. I am trying to build the source for libassuan found in libassuan-1.0.1.tar.bz2. configure and make work file. But, make check gives me the following information. ...Entering directory `/usr/src/assuan/libassuan-1.0.1/tests' fdpassing[3648.4] DBG: - OK Pleased to meet you

file descriptiors

2007-01-19 Thread Wynfield Henman
Can we pass file descriptors within the cygwin enviroment. For example such as those required by libassuan? Thanks, henman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Opening a file with a Windows App which is not in Windows File Association

2006-12-26 Thread Wynfield Henman
Thanks for the info. I use zsh suffix aliases, so I don't need to worry about MS Windows file associations. If you use zsh and set suffix aliases in your zsh startup file, such as ~/.zshenv Then all you have to do to view you file is $ logo.jpg #zsh will see the jpg suffix and find the

Re: libraries

2006-12-17 Thread Wynfield Henman
Larry, thank you for the explanation regarding libraries. On 12/14/06, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: I have managed to confuse myself regarding libraries under cygwin, after reading extensively on building dlls under cygwin. Please check if my

Re: emacs trouble

2006-12-17 Thread Wynfield Henman
Lorenzo, I had the problem as well, but it was long ago. The problem has to do with the terminal emulator, as I recall. I switched from using the default windows prompt terminal to Putty and I think that solved the problem. Also putty has nice features should as allowing cut and paste. Read

libraries

2006-12-13 Thread Wynfield Henman
I have managed to confuse myself regarding libraries under cygwin, after reading extensively on building dlls under cygwin. Please check if my understanding is correct. (1) For simple static libraries ld's output is fine. Because only cygwin code will access it. (2) Does this follow

gpgme

2006-12-04 Thread Wynfield Henman
I saw the reference to gpgme with some misleading (to me) version number, such as 1.1.2, tacked on and said it was in ...somewhere like ../cygwin/ports. .. The the real version number is 1.0.3 for the latest stable, but I guess cygwin rules/convention requires a different numbering system???

Re: gpgme

2006-12-04 Thread Wynfield Henman
On 12/4/06, Brian Dessent [EMAIL PROTECTED] wrote: Did you really need to start a new thread for this? Two issues where mentioned, which you apparently missed. Wynfield Henman wrote: I saw the reference to gpgme with some misleading (to me) version number, such as 1.1.2, tacked

GPGME

2006-11-29 Thread Wynfield Henman
Has anyone successfully built the encrypt/decrypt GPG library GPGME on cygwin? It is necessary along with GTK+ for building the user interface program, GPA, for Gnu Privacy Guard (GPG). Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: ImageMagick Cygwin Port

2006-11-09 Thread Wynfield Henman
On 11/10/06, Volker Quetschke [EMAIL PROTECTED] wrote: Having said that, I don't appreciate personal mail with regard to cygwin packages. Please use the mailing list, I'm reading it. Bitte schön I tried to build ImageMagick recently and was successfull for all but perl-Image-Magick. Did

How to obtain a patch for viewing

2006-11-09 Thread Wynfield Henman
Yaakov mentioned A fix for this is part of ports/apps/imagemagick/ImageMagick-6.2.9.8-1.src.patch; I don't think it's perl's fault, but rather the package's for putting a link library in LDFLAGS instead of LIBS. How can I get the patch, mentioned above, i.e.,

Re: How to obtain a patch for viewing

2006-11-09 Thread Wynfield Henman
Re: ImageMagick On 11/10/06, Volker Quetschke [EMAIL PROTECTED] wrote: How about looking at the patch that's used for the cygwin package? In case this wasn't clear enough, there is a Src? box behind most cygwin packages when you use setup.exe, if you check that you will find the source

Re: Cygwin help!!!

2006-11-01 Thread Wynfield Henman
Anja, use backquotes ` instead of quotes ' for process substitution. Example use: echo Today is `date` or even echo Today is `date` Cheers, Henman On 10/30/06, anja_22 [EMAIL PROTECTED] wrote: Hallo, brauche drinegnd helfe mit CYGWIN ich wollte zum test folgenden befehl auf der Shell

Re: Problem building ImageMagick 6.3.0

2006-11-01 Thread Wynfield Henman
Modifying the configure.ac file may take away the undefined CXX messages, but it didn't do anything else in my case. I can only get a successfull build of ImageMagick by configuring as below: ./configure --without-perl To get rid of trying to build perlmagick Because makng PerlMagick fails

Re: How to go through a company proxy with ssh ?

2006-10-26 Thread Wynfield Henman
ProxyCommand /usr/local/bin/corkscrew proxy.domain.com:8080 %h %p The above looks good. ~/.ssh/jrdepriest.auth I don't know about the above, I jus t use id_dsa.pub for cvs access When I run ssh [EMAIL PROTECTED], it automatically invokes the corkscrew command which reads my user

Re: How to go through a company proxy with ssh ?

2006-10-25 Thread Wynfield Henman
I don't know about corkscrew, but some variation of the below which I use may be helpful to you. Regards, Darel Henman -- # Example: ## Get connect (small yet good) # wget

Re: emacs hangs at start, or sometime later

2006-10-25 Thread Wynfield Henman
Eric, please give us the 1st line of the output of $ emacs --version. Was it downloaded using setup.exe? What OS and version are you using? Thanks. On 10/26/06, Eric Twietmeyer [EMAIL PROTECTED] wrote: Subject: Re: emacs hangs at start, or sometime later Eric Twietmeyer ept at

Re: Running a command on cygwin launch

2006-10-25 Thread Wynfield Henman
Larry, at the prompt type: echo $HOME then put the BASH comnmands you want to be executed in the $HOME/.bash_profile file. If there isn't one, make one ( a plain text file with /n line endings). Normally this is were you set enviroment variables, etc. Cheers. On 10/26/06, Larry Hall

Re: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Wynfield Henman
1. The newes gnu mp (gmp) sources are at: http://swox.com/gmp/ 2.) To built it as a dll with cygwin you must use the following conffigure options. ./configure --disable-static --enable-shared CPPFLAGS=-DDLL_EXPORT make make check # All tests passed

Re: emacs 21.3.50.1 and cc-mode

2006-10-23 Thread Wynfield Henman
William Xue, do you get this problem when you open up a new cpp file? e.g. $ emacs new-file.cpp Your are right you don't need X-windows. Emacs will detect if its in an X-win or not and choose the console interface if not. Maybe try to: (1) reinstall it (2) uninstall and try the

aspell

2006-10-12 Thread Wynfield Henman
I am trying to run down a problem with using aspell with cygwin. aspell: International Ispell Version 3.1.20 (but really Aspell 0.60.4) Cygwin: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 Symptom: (run the following on the bash or zsh command line) $ aspell -a -m -d

Re: aspell

2006-10-12 Thread Wynfield Henman
Symptom: (run the following on the bash or zsh command line) $ aspell -a -m -d american Error: nroff: dlopen returned No such file or directory. On 10/12/06, Gareth Pearce [EMAIL PROTECTED] wrote: . I suspect you don't have nroff installed. If that is not the problem,

gdb with X-win problem

2006-09-27 Thread Wynfield Henman
I am not able to get the new gdb to handle any x-window applications or even on the non-x window invocation of emacs. Does anyone else have this problem. From zsh Attaching to program `/usr/local/bin/xv.exe', process 2772

Re: gdb with X-win problem

2006-09-27 Thread Wynfield Henman
echo $CYGWIN == ntsec If this is wrong, let me know. Regards, Henman --- On 9/28/06, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: I am not able to get the new gdb to handle any x-window applications or even on the non-x window invocation of emacs. Does anyone

by the way ..Re: New fontconfig

2006-09-19 Thread Wynfield Henman
The little annoying problem since I uninstalled [fontconfig] using setup.exe is that it keeps on trying to get re-installed, becuase of dependencies I suspect. I used setup.exe, and had to forecefully, (well set the option) delete the old fontconfig, due to it had some x-windows files

fontconfig imagemagick

2006-09-18 Thread Wynfield Henman
While building ImageMagick ImageMagick-6.2.9, I found out the the currently distributed cygwin fontconfig version to be too old (version 2.2 or so). and two years of developed have resulted in a (as of now) fontconfig-2.4.1. I found that this also builds well in the cygwin developement

Re: libungif and emacs-cvs

2006-09-11 Thread Wynfield Henman
I didn't catch the beginning of this thread... but I frequently build cvs emacs (once a month) with cygwin and based on cygwin's x-windows. I do not have any probllem with ungif. * I do specify the following configure option ---with-gif * Last year's (of so) version of ungif had some

Re: New cygwin verson breaks emacs

2006-07-28 Thread Wynfield Henman
] wrote: On Jul 26 19:24, Wynfield Henman wrote: This happened to a perfectly good pre-cygwin update emacs. This also happened after a new rebuild of emacs with the new cygwin system. ***MEMORY-ERROR***: emacs[3060]: GSlice: failed to allocate 504 bytes (alignment: 512): Function

New cygwin verson breaks emacs

2006-07-26 Thread Wynfield Henman
This happened to a perfectly good pre-cygwin update emacs. This also happened after a new rebuild of emacs with the new cygwin system. ***MEMORY-ERROR***: emacs[3060]: GSlice: failed to allocate 504 bytes (alignment: 512): Function not implemented My cygwin information is given as:

Re: New cygwin verson breaks emacs

2006-07-26 Thread Wynfield Henman
please let me know. I would think that the function is GSlice, but I have no idea what or where that is. Have there been any major changes in Xwin and GTK related programs that might have this affect. Thanks Henman On 7/26/06, Corinna Vinschen [EMAIL PROTECTED] wrote: On Jul 26 19:24, Wynfield

Re: Running dselect

2006-06-19 Thread Wynfield Henman
I downloaded, ftp://sources.redhat.com/pub/gdb/snapshots/branch/gdb-6.4.91.20060615.tar.bz2 and built it successfully in the cygwin environment and with cygwin tools. But, the resulting binary seems to have bugs in it either something to do with the termainal or what I'm not sure as it just

Re: debug information

2006-06-15 Thread Wynfield Henman
Brian, thanks for the lead and helpfull information regarding SIGSEGV. Henman On 6/2/06, Brian Dessent [EMAIL PROTECTED] ... Please search the archives for the many recent threads on this topic. What you are seeing is not an actual SIGSEGV, it is a bug/limitation in gdb related to how

debug information

2006-06-01 Thread Wynfield Henman
If anyone would give me a lead as to how to get a more meaningful backtrace from gdb, I would appreciate it. I was wandering if I have to build a new cygwin.dll (using cygwin) with symbol information or it that is even possible. cygwin version 5.19.4 Thanks

Re: stdio.h

2006-05-29 Thread Wynfield Henman
1.) Any idea of when a release of cygwin will be made of the current versions contiaining the _GNU_SOURCE to avoid collision with old-style declarations? Thank you all for the assistance . Darel Henman -- On 5/27/06, Christopher Faylor On Fri, May 26, 2006 at

stdio.h

2006-05-25 Thread Wynfield Henman
I have run into problems with getline being defined in stdio.h I understand that a GNU system has it defined there but not any other system. Please look into where getline should be defined in stdio.h or not. Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple