-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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
24 matches
Mail list logo