Re: Installing dillo

2010-12-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 jwzumwalt wrote, On 17.12.2010 7:19: > > I am attempting to install dillo > I successfully installed fltk-2.0.x-r7725 and Fluid runs OK. > When I attempt to install Dillo, the ./configure and make run OK > after quite a bit of opperation make instal

Installing dillo

2010-12-16 Thread jwzumwalt
I am attempting to install dillo I successfully installed fltk-2.0.x-r7725 and Fluid runs OK. When I attempt to install Dillo, the ./configure and make run OK after quite a bit of opperation make install reports /usr/local/lib/libfltk2.a(run.o):run.cxx:(.text$_ZN12FlDropTarget14QueryInterfac eERK

python-devel How to install?

2010-12-16 Thread mike6679
I'm trying to compile pocketsphinx using cygwin and i get an error. From what I researched, it seems I need the python development header or "python-devel" package . Where can I get this and how do I install it? thank you! -Mike -- View this message in context: http://old.nabble.com/python-

Re: Cygwin 1.7.7: intermittent Perl "unable to remap *.dll" error with Windows 7/2008R2

2010-12-16 Thread Larry Hall (Cygwin)
On 12/16/2010 9:21 PM, Daniel Colascione wrote: On 12/16/10 4:25 PM, Larry Hall (Cygwin) wrote: On 12/16/2010 5:34 PM, Manfred Brabec wrote: Hello Corinna, Cygwin is really great, but has huge stability problems running on top of Windows 7 or Windows 2008R2 (both 64Bit). When running Perl scip

Re: How to specify full path in Makefile?

2010-12-16 Thread Eric Blake
On 12/16/2010 06:48 PM, gviewer wrote: > Can I replace the relative path "data" with a full > path like > > DATA_DIR ="C:\GeneTagger\data" // or DATA_DIR ="C:/GeneTagger/data" No, because those aren't posix-style paths. But you can use DATA_DIR="/cygdrive/c/GeneTagger/data" instead. -- Eric B

Re: Cygwin 1.7.7: intermittent Perl "unable to remap *.dll" error with Windows 7/2008R2

2010-12-16 Thread Daniel Colascione
On 12/16/10 4:25 PM, Larry Hall (Cygwin) wrote: > On 12/16/2010 5:34 PM, Manfred Brabec wrote: >> Hello Corinna, >> Cygwin is really great, but has huge stability problems running on top of >> Windows 7 or Windows 2008R2 (both 64Bit). >> >> When running Perl scipts, they intermittent stop with fata

How to specify full path in Makefile?

2010-12-16 Thread gviewer
hello, I downloaded a c++ library. The binary needs to take several files as input and they are specified in the Makefile like this: [Code] ... DATA_DIR = data LEXI = ${DATA_DIR}/input/LEXE BIGR = ${DATA_DIR}/input/BIGR ... [/code] The Make will create a binary file in the same direc

Re: Cygwin 1.7.7: intermittent Perl "unable to remap *.dll" error with Windows 7/2008R2

2010-12-16 Thread Larry Hall (Cygwin)
On 12/16/2010 5:34 PM, Manfred Brabec wrote: Hello Corinna, Cygwin is really great, but has huge stability problems running on top of Windows 7 or Windows 2008R2 (both 64Bit). When running Perl scipts, they intermittent stop with fatal error "unable to remap" any dll. When you try to run the per

1.7.7: wrapped sh.exe 100% cpu core usage and unexpected process behaviour

2010-12-16 Thread Vasek Prochazka
Hi folks, I have run into situation where sh.exe process consumes whole cpu core and make does not proceeds further. I observed this behavior on two unrelated cpu intense makefiles, but don really see a common cause. The second one even works as expected when ran with -j1 but hangs with -j2. Th

RE: Problem with Perl/Tk and Pixmap

2010-12-16 Thread Thrall, Bryan
Andrew DeFaria wrote on 2010-12-16: > On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: >> I have a Perl/Tk script that is supposed to show a pixmap on the left >> side of the title bar of the main window. It works on Linux and on a >> rather old version of Cygwin 1.5. >> On Cygwin 1.7 (on XP Hom

Re: unable to type command into Cygwin after running 'tail'

2010-12-16 Thread Peter Brown
Eric Blake redhat.com> writes: > And can this possibly be related to the previously reported issue where > bash's choice of terminal control functions would cause execution of > gitk as a background process to exit bash? > If I start mintty with vt100 as the termtype, then the problem seems to

Cygwin 1.7.7: intermittent Perl "unable to remap *.dll" error with Windows 7/2008R2

2010-12-16 Thread Manfred Brabec
Hello Corinna, Cygwin is really great, but has huge stability problems running on top of Windows 7 or Windows 2008R2 (both 64Bit). When running Perl scipts, they intermittent stop with fatal error "unable to remap" any dll. When you try to run the perl script several times, then it will work

Re: Problem with Perl/Tk and Pixmap

2010-12-16 Thread Andrew DeFaria
On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: I have a Perl/Tk script that is supposed to show a pixmap on the left side of the title bar of the main window. It works on Linux and on a rather old version of Cygwin 1.5. On Cygwin 1.7 (on XP Home and Prof) the following happens: $ ./logotest.p

Re: Order of .profile & .bashrc

2010-12-16 Thread Larry Hall (Cygwin)
On 12/16/2010 3:42 PM, jwzumwalt wrote: http://tiswww.case.edu/php/chet/bash/bash.html#lbAH or $ man bash or $ info bash Thank you for your reply... No mention is made of the following files :) /etc/bash.bashrc /etc/skel/.bash_profile /etc/skel/.inputrc $HOME/.bash_profile - commands in

RE: Order of .profile & .bashrc

2010-12-16 Thread jwzumwalt
http://tiswww.case.edu/php/chet/bash/bash.html#lbAH or $ man bash or $ info bash Thank you for your reply... No mention is made of the following files :) /etc/bash.bashrc /etc/skel/.bash_profile /etc/skel/.inputrc $HOME/.bash_profile - commands inside this file only get executed by the logi

Problem with Perl/Tk and Pixmap

2010-12-16 Thread Johannes v . Löwis
I have a Perl/Tk script that is supposed to show a pixmap on the left side of the title bar of the main window. It works on Linux and on a rather old version of Cygwin 1.5. On Cygwin 1.7 (on XP Home and Prof) the following happens: $ ./logotest.pl Can't bless non-reference value at /usr/lib/per

Re: 1.7.7: rm -rf sometimes fails - race condition?

2010-12-16 Thread Matthias Andree
Am 16.12.2010 19:17, schrieb Warren Young: > On 12/15/2010 8:55 PM, Matthias Andree wrote: >> same story with 1.7.8s. Builds successfully 4 times, then fails. > > I upgraded my DLL to yesterday's snapshot and ran the build through a > further 80 iterations. No failures. > > I still believe you

RE: Order of .profile & .bashrc

2010-12-16 Thread Buchbinder, Barry (NIH/NIAID) [E]
jwzumwalt sent the following at Thursday, December 16, 2010 12:39 PM > >My prompt and a few other items are not working correctly. I have found >teh following startup files... are there any more? What is the order or >priority of configuring? > >/etc/bash.bashrc >/etc/profile >/etc/skel/.bashrc >/e

Re: 1.7.7: rm -rf sometimes fails - race condition?

2010-12-16 Thread Warren Young
On 12/15/2010 8:55 PM, Matthias Andree wrote: same story with 1.7.8s. Builds successfully 4 times, then fails. I upgraded my DLL to yesterday's snapshot and ran the build through a further 80 iterations. No failures. I still believe you have a local issue. Incidentally, if you're reading t

Order of .profile & .bashrc

2010-12-16 Thread jwzumwalt
My prompt and a few other items are not working correctly. I have found teh following startup files... are there any more? What is the order or priority of configuring? /etc/bash.bashrc /etc/profile /etc/skel/.bashrc /etc/skel/.bash_profile /etc/skel/.inputrc $HOME/.bash_profile - commands inside

Re: [ANNOUNCEMENT] Updated: {xz/liblzma-devel/liblzma1}-4.999.9beta-11

2010-12-16 Thread Charles Wilson
On 12/16/2010 10:35 AM, Rolf Campbell wrote: > On 2010-04-17 11:57, Charles Wilson wrote: >> On 4/17/2010 10:42 AM, Rolf Campbell wrote: >> > This release will not compress a file with multiple hard links, even >>> when "forced". >>> >>> I'm running an NTFS drive, and my source file has 2 hard-l

Re: mingw-targeted cross-compiler question

2010-12-16 Thread Charles Wilson
On 12/16/2010 7:55 AM, NightStrike wrote: > 2010/12/16 Frédéric Bron <...>: >>> I checked the Make file, it used this flag: >>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >> >> replace gcc by gcc-3 >> gcc 4 is now the default on cygwin but the cross compiler is not >> s

Re: [ANNOUNCEMENT] Updated: {xz/liblzma-devel/liblzma1}-4.999.9beta-11

2010-12-16 Thread Rolf Campbell
On 2010-04-17 11:57, Charles Wilson wrote: On 4/17/2010 10:42 AM, Rolf Campbell wrote: > This release will not compress a file with multiple hard links, even when "forced". I'm running an NTFS drive, and my source file has 2 hard-links to it. Running "xz -9evf source.txt" prints: xz: source.

Re: mingw-targeted cross-compiler question

2010-12-16 Thread NightStrike
2010/12/16 Frédéric Bron : >> I checked the Make file, it used this flag: >> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... > > replace gcc by gcc-3 > gcc 4 is now the default on cygwin but the cross compiler is not > supported for that version. > Frédéric What do you mean