Very rarely I need to type one or two japanese characters in my
emacs, and I recall that I did it with LEIM and set-input-method quite
easily. However, in my current installation, emacs says that LEIM
isn't installed.
The cygwin installer says:
LEIM is part of emacs package now.
The director
Paul McFerrin wrote:
> I believe this is a non-problem. The cause: human error. Doing a
>cd /c/Doc*/pa*/App*is not the same as
>cd /c/Doc*/Pa*/App*
> Wildcard lookups are always case sensitive. I must not have been
> consistant when switching between Windows.
This is a 1.7-vs-1.
Dave Korn wrote:
> Brendan Molloy wrote:
>
>> Would I be able to get definitive instructions on setting up a
>> successful Cygwin toolchain?
>
>
> Since I've never gotten around to building myself a Linux-x-Cygwin cross
> toolchain, I decided to spend some time this afternoon doing just that.
marian wrote:
> however there is
> a comment INSIDE the conditional statement; is that legal c?
Yep, 'fraid so, it's just a red herring. Comments can go pretty much anywhere
except in the middle of a single word or number or string.
cheers,
DaveK
--
Problem reports: http://cyg
> -Original Message-
> From: Dave Korn
> Sent: Wednesday, August 05, 2009 6:24
> To: Dave Korn
> Cc: cygwin@cygwin.com
> Subject: Re: Correct way to configure a Cygwin toolchain on Linux?
>
> Dave Korn wrote:
> > Brendan Molloy wrote:
> >
> >> Would I be able to get definitive instruct
On Wed, Aug 5, 2009 at 6:18 AM, Dave Korn wrote:
> Paul McFerrin wrote:
>> I believe this is a non-problem.
> This is a 1.7-vs-1.5 difference in the underlying Cygwin DLL then, and not
> related to ksh; yes?
What part of "non-problem" do you not understand, Dave? ;)
Seriously, is it a differenc
> >>> $ git clone git://git.sv.gnu.org/libsigsegv.git
> >>> Initialized empty Git repository in /home/eblake/libsigsegv/.git/
> >>> fatal: write error (Socket operation on non-socket)
> >>
> I tried it and it failed as you indicated.
>
> The next snapshot should fix the problem.
Nope - still seei
> (Alternatively, making them reentrant by making the locale settings
> part of the REENT structure might be rather useful actually, for at
> least two reasons: different threads could use different locales, and
> you could convert between different charsets using the the _r
> versions
> of the mb
Jason Pyeron wrote:
>> FTR: I ran into some serious complication (to do with the
>> layout of headers and libs and having stuff in a w32api
>> subdir) and it appears that something is not quite working
>> when it comes to building a cross-compiler by the standard
>> procedures. It'll take m
On 8/5/2009 4:16 AM, Harald Joerg wrote:
Very rarely I need to type one or two japanese characters in my
emacs, and I recall that I did it with LEIM and set-input-method quite
easily. However, in my current installation, emacs says that LEIM
isn't installed.
The cygwin installer says:
LEIM
On Wed, Aug 05, 2009 at 12:11:58PM +, Eric Blake wrote:
>> >>> $ git clone git://git.sv.gnu.org/libsigsegv.git
>> >>> Initialized empty Git repository in /home/eblake/libsigsegv/.git/
>> >>> fatal: write error (Socket operation on non-socket)
>> >>
>> I tried it and it failed as you indicated.
On Wed, Aug 05, 2009 at 11:24:26AM +0100, Dave Korn wrote:
>Dave Korn wrote:
>> Brendan Molloy wrote:
>>
>>> Would I be able to get definitive instructions on setting up a
>>> successful Cygwin toolchain?
>>
>>
>> Since I've never gotten around to building myself a Linux-x-Cygwin cross
>> tool
Christopher Faylor wrote:
>
> You *are* using the patches I sent you many months ago, right? Or some
> variation
> thereof?
Oops, no. I have no memory of them, but I have an extensive mailbox and a
search function; I'll have a dig around for them.
cheers,
DaveK
--
Problem report
Ken Brown writes:
> On 8/5/2009 4:16 AM, Harald Joerg wrote:
>> Very rarely I need to type one or two japanese characters in my
>> emacs, and I recall that I did it with LEIM and set-input-method quite
>> easily. However, in my current installation, emacs says that LEIM
>> isn't installed.
> [.
Finally, SUCCESS!
(from inside an xterm):
cygwin 1.7.0-56OK
Thanks for fixing this. I hope it will be released as -57 soon.
Thanks, Christopher!
- Jim
--
Jim Reisert AD1C, , http://www.ad1c.us
--
Problem reports: http://cygwin.com/problems.html
FAQ:
Apart from uuencode which I believe is not about MIME what tools are
available on cygwin to MIME encode attachments to send over the
commandline?
Right now, I'm using
$ (cat ./mail.txt; uuencode a.gz a.gz) |/usr/sbin/msmtp -t
and this sometimes inlines the attachment in some MUAs. Any way to f
This is the message relied from the make of GCC as blow:
arch/s3c2410/s3c2410.o: In function `command_cpu':
arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp'
arch/s3c2410/s3c2410.o(.text+0x8a0): undefined reference to `strncmp'
arch/s3c2410/s3c2410.o(.text+0x8c4): undefined ref
On 2009-08-05 15:39Z, coolsand wrote:
> This is the message relied from the make of GCC as blow:
> arch/s3c2410/s3c2410.o: In function `command_cpu':
> arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp'
Please show the command line that you used for linking.
Perhaps you tried li
Hi All,
I am very new to CygWin, but having experience in Solaris, RedHat linux,
Oracle linux and Microsoft Windows.
My issue: Am running one batch job from Windows, which needs to execute one
.sh file using CygWin and the batch file passes the filename with path
(windows/DOS style) to the .sh sh
On Wed, Aug 5, 2009 at 4:13 PM, Rajesh George wrote:
> "e:\test\testcomn\util\jre\1.1.8\bin\jre.exe" become
> "e:testtestcomnutiljre1.1.8binjre.exe" and I got "command not found" error.
> In this case, am not allowed to edit the any bat/sh files. But I can modify
> the CygWin settings.
Well, we'd
Hi,
I have a samba share mounted in cygwin with the following fstab entry:
//server/nahor /home/nahor smbfs binary,user,exec,acl,posix=0,cygexec 0 0
Permissions are set correctly:
$ ls -al
-rwxr--r-- 1 nahor Domain Users 19 Aug 5 11:46 t.sh
My test script doesn't do much:
$ cat ./t.sh
#!/
Anyone got a clue ?
Aaron
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
On Wed, Aug 05, 2009 at 09:57:59PM +0100, Aaron Gray wrote:
>Anyone got a clue ?
Yes.
cgf
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubs
Lee Rothstein schrieb:
When I run 'help2man' on a bash script that I wrote, I get the
following error messages:
Constant subroutine main::LC_ALL redefined at
/usr/lib/perl5/5.10/Exporter.pm line 66.
at /bin/help2man line 38
Prototype mismatch: sub main::LC_ALL () vs none at
/usr/lib/perl5/5.1
Rajesh George CetusTech wrote:
> I am very new to CygWin, but having experience in Solaris, RedHat linux,
> Oracle linux and Microsoft Windows.
>
> My issue: Am running one batch job from Windows, which needs to execute one
> .sh file using CygWin and the batch file passes the filename with path
Aaron Gray wrote:
> Anyone got a clue ?
Shouldn't be needed. configure scripts should just find /bin/ar and use that.
How did you configure everything?
cheers,
DaveK
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documenta
Dave Korn wrote:
> Christopher Faylor wrote:
>
>> You *are* using the patches I sent you many months ago, right? Or some
>> variation
>> thereof?
>
> Oops, no. I have no memory of them, but I have an extensive mailbox and a
> search function; I'll have a dig around for them.
In all my mbo
Hi, link command :
/bin/arm-linux-ld -v $(LINKFLAGS) \
$(HEAD) \
$(CORE_FILES) \
$(DRIVERS) \
$(LIBS) \
-o vivi-elf $(CLIBS)
I use the 'LD' to link indeed, but I think using it is also correct when
'Gcc' be used for c
coolsand wrote:
> Hi, link command :
> /bin/arm-linux-ld -v $(LINKFLAGS) \
> $(HEAD) \
> $(CORE_FILES) \
> $(DRIVERS) \
> $(LIBS) \
> -o vivi-elf $(CLIBS)
> I use the 'LD' to link indeed, but I think using it is also correct whe
So we are using regular make files to invoke the ms compiler. I get correct
behavior on the build servers, but not my local system. The compiler isn't
picking up the includes we send it on my system. We use a mount -f -s -b and
that seems to clear up the posix to win32 path issue on the build se
On 08/05/2009 10:49 PM, Jake wrote:
So we are using regular make files to invoke the ms compiler. I get correct
behavior on the build servers, but not my local system. The compiler isn't
picking up the includes we send it on my system. We use a mount -f -s -b and
that seems to clear up the pos
I spent much of the day trying to resurrect my Windows NT4 system and
now that I finall have it back, I just tried to run mintty and noticed
that it seems to be using GetConsoleWindow. That's not allowed on NT4.
I get an error that says:
"The procedure entry point GetConsoleWindow could not be lo
2009/8/4 Alexey Borzenkov :
> I just noticed that for several cygwin1.dll versions git svn is not
> working. Here's the repo I can reproduce it with and cygcheck -s -r:
>
> http://kitsu.ru/cygwin17-psyco2-git.tar.bz2
> http://kitsu.ru/cygwin17-psyco2-cygcheck.log.gz
>
> aborzen...@ng-ws0212 /cygdri
33 matches
Mail list logo