2014-12-10 19:01 GMT+03:00 Corinna Vinschen:
> On Dec 10 08:36, Alexey Pavlov wrote:
>> [...]
>> Our changes to Cygwin runtime as we talk in the past are not
>> acceptable to Cygwin upstream because have a different philosophy and
>> have break some posix features. Ab
2014-12-10 2:28 GMT+03:00 Angelo Graziosi <>:
> Corinna Vinschen wrote:
>>
>> How nice. We have all the work and they simple grab it and don't give
>> anything back to their upstream project.
>
>
> ...the *Dark* side of free (GPL?) software... I guess..
>
> In any case, you could always *grab* the
2014-03-14 22:56 GMT+04:00 Nellis, Kenneth:
>
> Problem with the latest "file" command:
>
> $ cat -A Makefile
> CC := gcc$
> CXX := g++$
> INCDIR := $(HOME)/include$
> BINDIR := $(MY_BINDIR)$
> LIBDIR := $(MY_LIBDIR)$
> CPPFLAGS_NOANSI := -Wall -pedantic -I $(INCDIR)$
> CPPFLAGS := -ansi $(CPPFLAGS
2013/11/20 Christopher Faylor:
> On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote:
>>Recent changes in CVS sources break build:
>>
>>-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a
>>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../
Recent changes in CVS sources break build:
-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a
-Wl,-Map,cygwin.map
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a(dcnbs00754.o
2013/10/24 Alexey Pavlov:
> 2013/10/24 Corinna Vinschen:
>> On Oct 24 16:16, Adam Cécile wrote:
>>> Hello,
>>>
>>> I'm unable to rebuild current cygwin1.dll:
>>>
>>> Running:
>>>
>>> rm -rf src/ && tar xvjf win
2013/10/24 Corinna Vinschen:
> On Oct 24 16:16, Adam Cécile wrote:
>> Hello,
>>
>> I'm unable to rebuild current cygwin1.dll:
>>
>> Running:
>>
>> rm -rf src/ && tar xvjf winsup-1.7.24.tar.bz2 && cd src && LANG=C
>
> 1.7.25 is current, not 1.7.24.
>
> You won't be able to build 1.7.25 with the most
Using w2api from mingw-w64 rev.6265 I got the same errors:
http://pastebin.com/4N8uQ6t1
Regards,
Alexey.
2013/9/10 JonY
>
> On 9/10/2013 16:44, Kai Tietz wrote:
> > 2013/9/10 JonY:
> >> Hi,
> >>
> >> Seems like there is a duplicate definition of TRANSACTION_ALL_ACCESS and
> >> THREAD_INFORMATIO
2013/7/30 Corinna Vinschen:
> On Jul 30 18:00, Pavel Fedin wrote:
>> Hello!
>>
>> During building Insight for Cygwin i hit this error:
>> --- cut ---
>> gcc -g -O2-I. -I. -I./common -I./config
>> -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H
>> -I./../include/opcode -I./../opcodes
Hi, all!
When trying building Cygwin DLL with cygport under Cygwin I have error:
make[3]: Entering directory
`/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/winsup/cygwin'
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/gendef --cpu=i686
--output-def=cygwin.def
--tlsoffsets=/home/alexey/cyg
2013/7/4 Corinna Vinschen:
> On Jul 4 12:34, Kai Tietz wrote:
>> 2013/7/4 Alexey Pavlov wrote:
>> > 2013/7/4 Corinna Vinschen:
>> >> On Jul 4 12:37, Alexey Pavlov wrote:
>> >>> 2013/7/4 Corinna Vinschen:
>> >>> > On Jul 4
2013/7/4 Corinna Vinschen:
> On Jul 4 14:23, Alexey Pavlov wrote:
>> 2013/7/4 Corinna Vinschen:
>> > On Jul 4 12:37, Alexey Pavlov wrote:
>> >> 2013/7/4 Corinna Vinschen:
>> >> > On Jul 4 13:09, Alexey Pavlov wrote:
>> >> >> 2013-0
2013/7/4 Corinna Vinschen:
> On Jul 4 12:37, Alexey Pavlov wrote:
>> 2013/7/4 Corinna Vinschen:
>> > On Jul 4 13:09, Alexey Pavlov wrote:
>> >> 2013-06-18 Alexey Pavlov
>> >>
>> >> * mount.cc: Allow using a shortened version of mount po
2013/7/4 Corinna Vinschen:
> On Jul 4 13:09, Alexey Pavlov wrote:
>> 2013-06-18 Alexey Pavlov
>>
>> * mount.cc: Allow using a shortened version of mount points in /etc/fstab
>> * utsname.h: Increase sysname fiels size.
>> * uname.cc: Allow changing OS nam
2013-06-18 Alexey Pavlov
* mount.cc: Allow using a shortened version of mount points in /etc/fstab
* utsname.h: Increase sysname fiels size.
* uname.cc: Allow changing OS name by MSYSTEM environment variable.
Index: cygwin/mount.cc
2013/7/4 Corinna Vinschen:
> Hi Alexey,
>
> On Jul 4 06:33, Alexey Pavlov wrote:
>> My opinion is to extend Cygwin parser to read msys-like mounts. It's
>> very simple:
>>
>> --- mount.cc 2013-04-24 20:29:29.0 +0400
>> +++ Cygwin/winsup/cygwin/
My opinion is to extend Cygwin parser to read msys-like mounts. It's
very simple:
--- mount.cc 2013-04-24 20:29:29.0 +0400
+++ Cygwin/winsup/cygwin/mount.cc 2013-06-13 09:35:01.479492100 +0400
@@ -1125,8 +1118,17 @@
if (!*c)
return true;
cend = find_ws (c);
- *cend = '\0';
p
2013/7/3 Christopher Faylor:
> On Wed, Jul 03, 2013 at 08:03:25PM +0400, Alexey Pavlov wrote:
>>I want to continue our discussion about integrating MSYS mode into
>>Cygwin sources.
>>Right now we need to determine where you can create hooks for msys
>>plugin I think
I want to continue our discussion about integrating MSYS mode into
Cygwin sources.
Right now we need to determine where you can create hooks for msys
plugin I think.
MSYS plugin need to has ability to change next logic:
- generating osname
- reading /etc/fstab
- changing environment variables a
Prereq:
Having two files with the same name in directory. One file without
extension, second with ".exe". For example: "configure" and
"configure.exe".
I want patch "configure".
During patch Cygwin delete "configure.exe" and I have only "configure".
Regards,
Alexey.
--
Problem reports: http
2013/6/19 Corinna Vinschen :
> On Jun 19 10:53, Алексей Павлов wrote:
>> Today I investigate in this direction and find that logic works well
>> except one line in spawn.cc that I think can be fixed without break
>> anything.
>>
>> Index: cygwin/spawn.cc
>> =
I want point all who read this ML to mingw-w64 ML discussion about MSYS:
http://sourceforge.net/mailarchive/message.php?msg_id=31008339
Also I want to say that all changes that I do in Cygwin DLL (except
symlink-copy) do not break any Cygwin stuff and only applied to
non-cygwin applications. For C
22 matches
Mail list logo