Re: [Mingw-w64-public] [PATCH] headers: Add a configure parameter for setting the default value of _WIN32_WINNT

2017-11-04 Thread Adrien Nader
Hi, On Fri, Nov 03, 2017, Kai Tietz via Mingw-w64-public wrote: > Hello Martin, > > The patch is ok. Please go ahead and apply. > > JonY, Adrien do we have on web-server documentation about our special > configure options? I think it might be time to create such a > page/document. What do you

Re: [Mingw-w64-public] New bug fix from v5.x release soon

2017-11-04 Thread Adrien Nader
Good morning, I was looking at the changelog for OCaml 4.06 and noticed the following entry: > - MPR#7638: in the Windows Mingw64 port, multithreaded programs > compiled to bytecode could crash when raising an exception from C > code. This looks like a Mingw64 issue, which we work around with GC

Re: [Mingw-w64-public] [Project News|New Builds]

2017-08-17 Thread Adrien Nader
Hi, On Tue, Aug 15, 2017, niXman wrote: > niXman 2017-08-15 10:23: > >>Adrien Nader 2017-08-15 10:16: > >>Have you checked your emails, including the spam folder? > >Yes. > > ping? An issue in the host system configuration has been confirmed and identifie

Re: [Mingw-w64-public] [Project News|New Builds]

2017-08-15 Thread Adrien Nader
On Tue, Aug 15, 2017, niXman wrote: > Liu Hao 2017-08-15 05:59: > > >When I click the Register button the page reloads and nothing happens > >thereafter. > > +1 Have you checked your emails, including the spam folder? -- Adrien -

Re: [Mingw-w64-public] [Project News|New Builds]

2017-08-14 Thread Adrien Nader
This is not visible to visitors, only to editors. This is easily spotted because the textblock contains '{{section>download/...' and the corresponding page ('download/...') should be edited instead. -- Adrien Nader --

Re: [Mingw-w64-public] Default _WIN32_WINNT version too low?

2017-06-12 Thread Adrien Nader
st. Targeting XP will not be supported but that's actually the current situation anyway since the majority of people here are not testing XP anymore. -- Adrien Nader -- Check out the vibrant tech community on one of

Re: [Mingw-w64-public] Website update continued

2017-03-31 Thread Adrien Nader
Hi, First of all, sorry for the extremely long delay in answering: I simply had troubles keeping up with the flow of my e-mails back then and it took time to catch up with it once I finally could. On Sat, May 23, 2015, David Macek wrote: > On 1. 5. 2015 16:15, Adrien Nader wrote: > > Wh

Re: [Mingw-w64-public] Mingw-w64-public Digest, Vol 113, Issue 11

2017-02-26 Thread Adrien Nader
e pain for other readers because of that. -- Adrien Nader -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.li

Re: [Mingw-w64-public] Fwd: mungw-w64-v5.0.1

2017-02-25 Thread Adrien Nader
inconsistent spacing. That said, configure quickly throws me away when I try to use --build-alias, --host-alias or --target-alias so I'm not sure who could have mentioned these in such a way. -- Adrien Nader -

Re: [Mingw-w64-public] Fwd: mungw-w64-v5.0.1

2017-02-24 Thread Adrien Nader
copy-paste went completely wrong and inserted extra spaces at random places. That said, I don't know of any place that tells to use these options and no other one. -- Adrien Nader -- Check out the vibrant tech com

Re: [Mingw-w64-public] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2017-02-03 Thread Adrien Nader
(actually the whole thing will be GPL so the LGPL doesn't matter anymore but it's a better start). -- Adrien Nader -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

Re: [Mingw-w64-public] [PATCH] stdio.h: Ignore extern "C++" for Clang

2017-01-30 Thread Adrien Nader
Hi, Do you know how much this (still?) applies to GCC? The goal should be to reduce the number of compiler-specific sections rather than add new ones. -- Adrien Nader -- Check out the vibrant tech community on one of

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-01-22 Thread Adrien Nader
Hi, I've recently re-stumbled upon this. As far as I can tell it hasn't been commited. Was there some more discussion on the topic or did it simply get forgotten? -- Adrien Nader On Mon, Aug 22, 2016, Kai Tietz wrote: > Hello Aleksey, > > 2016-08-22 13:52 GMT+02

Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Adrien Nader
Considering the error is about muldi.o, I'm curious as to which steps you've followed for other components of the toolchain so a list of them would be interesting, especially when it comes to the CRT. -- Ad

Re: [Mingw-w64-public] [PATCH] Make isatty Cygwin-compatible

2016-11-13 Thread Adrien Nader
Hi, Below I'm only looking at the code by itself, not at the overall approach. On Sun, Nov 13, 2016, Mihail Konev wrote: > + pNtQueryObject = (proc_NtQueryObject*) > GetProcAddress(GetModuleHandle("ntdll.dll"), "NtQueryObject"); > + if (!pNtQueryObject) > +goto no_tty; Curly braces preven

Re: [Mingw-w64-public] [PATCH] lib32 msvcrt add mkgmtime exports - XP support?

2016-11-03 Thread Adrien Nader
On Thu, Nov 03, 2016, JonY wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 11/2/2016 16:56, Adrien Nader wrote: > > Hi, > > > > A small thread hijack. > > > > On Mon, Oct 31, 2016, Martell Malone wrote: > >> Hey guys, &g

Re: [Mingw-w64-public] [PATCH] lib32 msvcrt add mkgmtime exports - XP support?

2016-11-02 Thread Adrien Nader
n windows version there. > We already have this in the lib64 variant. > So all indicators are good. Some time ago there has been a conversation about XP support and v5 and future versions on IRC. And basically it said that XP support could be dropped after v5. So, what&#x

Re: [Mingw-w64-public] Release criteria for mingw-w64 v6?

2016-10-19 Thread Adrien Nader
fit from all the small improvements. It's also possible to argue about the release periodicity. I wouldn't go over 1 year. I wouldn't go below 6 months because of the additional work. Of course, since I can't be considered as an active code author in

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-10-16 Thread Adrien Nader
Hi, I don't want to re-launch this thread while another one is now more current but my (short) comment felt more appropriate here. On Sun, Oct 09, 2016, David Wohlferd wrote: > On 10/3/2016 10:31 PM, Adrien Nader wrote: > > I quickly went through the diff and I've

Re: [Mingw-w64-public] Detecting if __builtin_bswap16 is supported

2016-10-08 Thread Adrien Nader
h building from a POSIX environment but setups that don't use the configure step will have to update to handl this too; anyway, until they do, they still have working code thanks to the fallback. Yet, it would also be

Re: [Mingw-w64-public] OpenGL headers need to be updated?

2016-10-08 Thread Adrien Nader
> [1] https://www.opengl.org/registry/ > [2] https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api I got late in my handling of emails and I only recently read this. Is there still a need or will

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-10-03 Thread Adrien Nader
of the diff is either quoting or removed and added platforms but there are also a couple other changes. I think it's safer to keep the version that is currently checked in. I prefer versions from released tarballs but sometimes we'll also need to handle new platforms. For these cases, I'm

Re: [Mingw-w64-public] Pre-built toolchains and packages gone from the Downloads page

2016-09-07 Thread Adrien Nader
ild* *using* mingw-w64 and which *provide* a mingw-w64 toolchain, user-facing or not, and that's where I think splitting makes sense but I haven't yet integrated that into the page design. -- Adrien Nader ---

Re: [Mingw-w64-public] Pre-built toolchains and packages gone from the Downloads page

2016-09-05 Thread Adrien Nader
On Mon, Sep 05, 2016, NightStrike wrote: > On Sep 4, 2016 6:50 PM, "Adrien Nader" wrote: > > > > Additionaly, the list of projects using mingw-w64 is now sorted and > > always displayed in full. > > This was always randomized on purpose, and for very

Re: [Mingw-w64-public] Pre-built toolchains and packages gone from the Downloads page

2016-09-05 Thread Adrien Nader
That, I can arrange it by hand. I thought it ws fine for you now and I had added you to the right group to edit the pages. I'll get you a new password by hand this evening. -- Adrien

Re: [Mingw-w64-public] Pre-built toolchains and packages gone from the Downloads page

2016-09-04 Thread Adrien Nader
ntly) can give additional rights to users. I've also added logos on the main page for Cygwin, ReactOS and Wine; I had planned that a long time ago but didn't have logos for them. Additionaly, the list of projects using mingw-w64 is now sorted an

Re: [Mingw-w64-public] Pre-built toolchains and packages gone from the Downloads page

2016-09-01 Thread Adrien Nader
ourse it will still be possible after I do it but it'll be much harder to get changes through. Thanks for the report. -- Adrien Nader -- ___ Mingw-w64-public mai

Re: [Mingw-w64-public] glibc isinf() behaviour

2016-05-23 Thread Adrien Nader
stance on msvcrt- vs gnu-specific behaviours currently? I don't think I've seen it written well anywhere. -- Adrien Nader -- Mobile security can be enabling, not merely restricting. Employees who bring their

Re: [Mingw-w64-public] It would be very much appreciated if you would find a better solution for multiprocessing.

2016-05-05 Thread Adrien Nader
Hi, What are you talking about? -- Adrien Nader -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your

Re: [Mingw-w64-public] Adding a new thread model to GCC

2016-04-14 Thread Adrien Nader
ing your own preference. I agree it makes much more sense but you shouldn't chose a behaviour based on that, especially when the most-widespread behaviour does the opposite. -- Adrien Nader -- Find and fix applicati

Re: [Mingw-w64-public] Which project are alive?

2016-04-06 Thread Adrien Nader
t; What to do if a MinGW package I need is only on Sourcforge? I haven't understood that question (mostly, what's a "mingw package")? > Sorry for my disturbing English, and if you have not fallen asleep yet, > thanks for reading me. I'm French but I'm picky with

Re: [Mingw-w64-public] [PATCH] Fix data types pid_t and _pid_t for 64 bit Windows

2016-03-01 Thread Adrien Nader
ts could opt in to the > new behavior in their build configuration, and Windowsy projects would > keep working as is? It would be like __USE_MINGW_ANSI_STDIO. Wouldn't that mean two ABIs? Sounds difficult to bal

Re: [Mingw-w64-public] [PATCH] Fix data types pid_t and _pid_t for 64 bit Windows

2016-03-01 Thread Adrien Nader
I is GetCurrentThreadId() > I am openminded here, but we might need to expect fallout by this change. > Not sure if this is worth the change. -- Adrien Nader -- Site24x7 APM Insight: Get Deep Visibility into Applicat

Re: [Mingw-w64-public] [PATCH] Fix data types pid_t and _pid_t for 64 bit Windows

2016-02-28 Thread Adrien Nader
On Sun, Feb 28, 2016, Stefan Weil wrote: > PS. If you want, you can add QEMU to the project list > http://mingw-w64.org/doku.php#some_projects_using_mingw-w64 Done. -- Adrien Nader -- Site24x7 APM Insight: Ge

Re: [Mingw-w64-public] website out of date

2016-02-24 Thread Adrien Nader
Ah, I really thought 4.0.2 was the latest one when I looked at the website last and I had misunderstood what Kaï had recently told me. In any case, when you spot such things, you can update the page yourself (it's a now-open wiki). Regards, Adrien

[Mingw-w64-public] Website change: edits without registration

2016-02-14 Thread Adrien Nader
will tell. Therefore, you should be able to simply go on http://mingw-w64.org , browse to another page and be able to edit what you wish without having to log in. -- Adrien Nader -- Site24x7 APM Insight: Get Deep Visib

Re: [Mingw-w64-public] mingw-w64-tools: genlib - internal tool for import lib generation

2015-11-03 Thread Adrien Nader
e any kind of dependency on a given version of mingw-w64? -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [patch] Include usb.h with quotes

2015-11-03 Thread Adrien Nader
t; External source code that wants to include the mingw-w64 usb.h can simply be > patched to include usbdi.h instead, which in turn includes the correct usb.h > using quotes. Let's suppose mingw-w64 should adapt. What about the build of libusb-compat

Re: [Mingw-w64-public] mingw-w64-tools: genlib - internal tool for import lib generation

2015-11-03 Thread Adrien Nader
riendly to make the compiler bootstrap chain longer (there's already GCC [possibly twice], binutils, the CRT [possibly the headers separately], winpthreads, and soon genlib once). I believe it is better to keep its build separate but be able to do something similar to: ./configure --with-

Re: [Mingw-w64-public] change the winpthreads license

2015-09-22 Thread Adrien Nader
emember this is not lawyer advice -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] gcc 5.2.1 libgomp testsuite failures with latest runtime and winpthread

2015-09-11 Thread Adrien Nader
On Fri, Sep 11, 2015, Michel Zou wrote: > > You can ping the gcc dudes instead ! > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 Considering the issue, I doubt that only libgomp has the sloppy coding. :) -- Adr

Re: [Mingw-w64-public] Request for mingw-w64 website update

2015-09-02 Thread Adrien Nader
On Wed, Sep 02, 2015, Martin Mitáš wrote: > Dne 2. 9. 2015 v 11:15 Adrien Nader napsal(a): > > Hi, > > > > On Wed, Sep 02, 2015, Martin Mitáš wrote: > >> > >> Hello, > >> > >> A few days ago, I tried to register on the http://mingw-w64.

Re: [Mingw-w64-public] Request for mingw-w64 website update

2015-09-02 Thread Adrien Nader
It's worth noting that the main page has specific edition restrictions (no other page has that). Currently, Jonathan and I can change it (the list isn't set in stone at all but it's meant to be at least a bit restrictive). -- Adrien Nader -

Re: [Mingw-w64-public] gdb after cross compiling doesn't seem to work

2015-08-27 Thread Adrien Nader
ng a static executable. Somehow this confused the heck out of > it. Any thoughts as to whether the root "cause" of the problem is ld > or gdb? Hmm. Sounds like libtool which falls back to statis linking when one of the libraries it needs to link

Re: [Mingw-w64-public] v4.0.4 released

2015-08-05 Thread Adrien Nader
name it 4.1.0? In other words, when do we use that middle number and set it to something else than 0? Also, you should update the website. (btw, I'm aware of one registration issue on the wiki for the website and so far it hasn't been fully diagnosed partly due to a lack of time and d

Re: [Mingw-w64-public] winpthreads

2015-08-03 Thread Adrien Nader
Hi, Have the executables using the winpthread library been rebuilt? -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https

Re: [Mingw-w64-public] About the recent sourceforge events

2015-07-21 Thread Adrien Nader
ready usable and launchpad has all the features currently used by mingw-w64 on sourceforge: mailing-lists, code hosting, forum, bug tracker, file hosting, ... and the UI isn't too clumsy. I haven't yet tried to setup a project there but I have fairly high hopes for it. -

Re: [Mingw-w64-public] Please keep the website's download section up-to-date

2015-07-02 Thread Adrien Nader
Hi, On Thu, Jul 02, 2015, Stephen Kitt wrote: > Hi Adrien, > > On Mon, 22 Jun 2015 23:29:17 +0200, Adrien Nader wrote: > > There have been concerns on various places on the Internet that the > > download page on the mingw-w64 website at > > http://mingw-w64.o

Re: [Mingw-w64-public] wchar_t vs char

2015-07-02 Thread Adrien Nader
and add twenty different types of accents on it at the same time. Quite obviously this cannot work with a fixed-length encoding. -- Adrien Nader -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cl

[Mingw-w64-public] Please keep the website's download section up-to-date

2015-06-22 Thread Adrien Nader
sourceforge, it will be the place which will not be impacted during the transition. Considering this topic has gotten much hotter recently, it is really important to not completely rely on the sourceforge file release system for listing as some of you currently do. -- Adrien Nader

Re: [Mingw-w64-public] Mingw-64 and MSVC x64 ABI

2015-06-18 Thread Adrien Nader
things are different. I regularly ask Kaï about this and invariably I forget about the exact status (I don't do C++ nor MSVC) but it's definitely getting more and more simil

Re: [Mingw-w64-public] About the recent sourceforge events

2015-06-11 Thread Adrien Nader
On Thu, Jun 11, 2015, Ruben Van Boxem wrote: > 2015-06-10 23:24 GMT+02:00 Adrien Nader : > > > My initial notes for possible other service providers: > > > > http://librelist.com/ for mailing-lists > > - activity status unknown (not asked) > > - dispute r

Re: [Mingw-w64-public] About the recent sourceforge events

2015-06-10 Thread Adrien Nader
(remember there is already a website to serve as frontend) -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourc

[Mingw-w64-public] About the recent sourceforge events

2015-06-10 Thread Adrien Nader
ot; or similar) and how the services could be replaced. [1] https://mail.gnome.org/archives/gimp-developer-list/2015-May/msg00144.html -- Adrien Nader -- ___ Mingw-w64-public mailin

[Mingw-w64-public] mingw-w64.org

2015-06-06 Thread Adrien Nader
ck up. -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Preferred build system, installation methods and download page links.

2015-05-29 Thread Adrien Nader
too many things: - platform support is different and support for compiling on windows is a minor and natural cost (deploying GCC's .dll files was the first reason) - the vast majority of people does not want to deal with something command-line and/or posix/linux - I'm not say

[Mingw-w64-public] Website update continued

2015-05-01 Thread Adrien Nader
nges but that's it (to avoid big spam and defacing) - the main page has been shrunk a bit and reworded re-using some input from Greg Jung whom I thank for it What's left is moving and updating the documentation that is still on the "wiki2" stuff on Sourceforge (*hi

Re: [Mingw-w64-public] A logo for MinGW-w64

2015-04-16 Thread Adrien Nader
On Wed, Apr 15, 2015, Earnie wrote: > > > Caution, MINGW is a registered trademark. Its use must get permission from > the owners of the trademark. Why does this only get mentioned when it comes to the logo for mingw-w64? --

Re: [Mingw-w64-public] A logo for MinGW-w64

2015-04-13 Thread Adrien Nader
ople from voting several times without some kind of registration). -- Adrien Nader -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn P

Re: [Mingw-w64-public] [ANN] Website changes - download2

2015-04-04 Thread Adrien Nader
Just a small note: with this approach there will be one additional page per toolchain provider with the full details there. -- Adrien Nader -- Dive into the World of Parallel Programming The Go Parallel Website

Re: [Mingw-w64-public] [ANN] Website changes - download2

2015-04-04 Thread Adrien Nader
. The data is not necessarily correct currently. I'm not saying more since I'd like to get a feedback from people who first encounter the page. -- Adrien Nader -- Dive into the World of Parallel Programming The

Re: [Mingw-w64-public] [ANN] Website changes

2015-04-01 Thread Adrien Nader
(catching up with my mails LIFO-style, the best way to cause huge delays) On Wed, Mar 25, 2015, Ruben Van Boxem wrote: > 2015-03-24 21:20 GMT+01:00 Adrien Nader : > > > Hi, > > > > On Tue, Mar 24, 2015, David Macek wrote: > > > On 20. 3. 2015 22:5

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-31 Thread Adrien Nader
esolutions and pixel densities around but haven't had time to test with them ] and removed the scrollbars in the download tabs. Of course the whole operation should have taken a few minutes but since it involves CSS it took much more than that and the result is a bit

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-30 Thread Adrien Nader
Hi, On Sun, Mar 29, 2015, Stephen Kitt wrote: > Hi, > > On Tue, 24 Mar 2015 21:20:04 +0100, Adrien Nader wrote: > [...] > > There's an additional reason: I'm seeing cygwin similarly to > > fedora/opensuse/arch. > > If someone is already using these, the

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-30 Thread Adrien Nader
Hi, On Sat, Mar 28, 2015, Jason Curl wrote: > > On 20/03/2015 22:51, Adrien Nader wrote: > > Any constructive criticism is welcome; don't hesitate. > > > Hi, on the page: http://mingw-w64.yaxm.org/doku.php/documentation > the link to "libmangle" is broken

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-24 Thread Adrien Nader
Hi, On Tue, Mar 24, 2015, David Macek wrote: > On 20. 3. 2015 22:51, Adrien Nader wrote: > > Hi, > > > > I've just pushed a redirect from http://mingw-w64.sourceforge.net to > > http://mingw-w64.yaxm.org in order to serve a new website. > > > >

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-24 Thread Adrien Nader
On Tue, Mar 24, 2015, Ray Donnelly wrote: > On Tue, Mar 24, 2015 at 9:46 AM, Ray Donnelly wrote: > > On Tue, Mar 24, 2015 at 8:36 AM, Adrien Nader wrote: > >> On Tue, Mar 24, 2015, Ray Donnelly wrote: > >>> On 24 Mar 2015 07:06, "Adrien Nader" wrote: &g

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-24 Thread Adrien Nader
On Tue, Mar 24, 2015, Ray Donnelly wrote: > On 24 Mar 2015 07:06, "Adrien Nader" wrote: > > > > Hi, > > > > On Sat, Mar 21, 2015, Norbert Pfeiler wrote: > > > Hi, > > > it’s nice to see an update on the website, looks good. > > > Wha

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-24 Thread Adrien Nader
perly organize things while remaining focused on the user (probably 99.99% of people use mingw-w64 through IDEs unlike 99.99% of the people on this mailing-list; and they tend to not look very far on a website). -- Adrien Nader --

Re: [Mingw-w64-public] [ANN] Website changes

2015-03-24 Thread Adrien Nader
te (and there was a "money" one) but there will still be a large hole: a project logo. Until then I'm very reluctant to put a company's logo somewhere since it could be ambiguous. I'm going to add a few pictures so tell me what you think (you need to wait

[Mingw-w64-public] [ANN] Website changes

2015-03-20 Thread Adrien Nader
not lose anything in the process. Any constructive criticism is welcome; don't hesitate. -- Adrien Nader -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partn

Re: [Mingw-w64-public] Native Win32 std::thread

2015-03-14 Thread Adrien Nader
an "it uses kernel objects while it should use userland ones" because both are used and it would be valuable to have at least a profile with winpthreads to see which branches are taken in practice. Regards, Adrien Nader --

Re: [Mingw-w64-public] v4.0-rc3 released

2015-03-04 Thread Adrien Nader
sing DSA key 0x93BDB53CD4EBC740 > gpg: BAD signature from "JonY " [unknown] > The file is truncated. -- Adrien Nader -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by In

[Mingw-w64-public] [URGENT] Project _and_ tutors for GSoC 2015

2015-02-03 Thread Adrien Nader
bably forgotten stuff but basically, if we don't get a nice list of projects and tutors in the next 3 days, mingw-w64 won't be in GSoC 2015. -- Adrien Nader -- Dive into the World of Parallel Programming. The Go Pa

[Mingw-w64-public] [ANN] Win-builds 1.5.0 - fully-bootstrapped free software distribution for Windows

2015-01-28 Thread Adrien Nader
ws I had to add an explicit call to the "init" function from somewhere else in the code. -- Adrien Nader http://win-builds.org -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by I

Re: [Mingw-w64-public] How to recognize symlinks in WIN32?

2015-01-15 Thread Adrien Nader
. Win32 and POSIX symlinks have little in common besides the name and you shouldn't have to take special care for files which are created by either since they're emulating the functionality, even on systems without reparse points, junctions and win32 symlin

Re: [Mingw-w64-public] dongdheng 20141215 seriously gutted

2014-12-18 Thread Adrien Nader
expect the opposite and merely _wish_ that the daily builds work. -- Adrien Nader http://win-builds.org -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Busi

[Mingw-w64-public] [ANN] Win-builds 1.5-rc3 - simpler, more packages, GUI package manager, almost final release

2014-12-15 Thread Adrien Nader
C: See http://win-builds.org/support.html -- Adrien Nader http://win-builds.org -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboa

Re: [Mingw-w64-public] RFE: New stable release

2014-12-15 Thread Adrien Nader
On Mon, Dec 15, 2014, Michael Cronenworth wrote: > On 12/15/2014 10:25 AM, Adrien Nader wrote: > > Just to be sure, you mean 4.x and therefore all the other "experimental" > > features? > > Yes, I suspect you would call it 4.x as the 3.x branch would require

Re: [Mingw-w64-public] RFE: New stable release

2014-12-15 Thread Adrien Nader
wine-gecko expects. > > When will the next stable branch release be made against what is in git > master? Just to be sure, you mean 4.x and therefore all the other "experimental" features? -- Adrien Nader -

[Mingw-w64-public] [ANN] Win-builds 1.5-rc2 - simpler, more packages, GUI package manager

2014-12-05 Thread Adrien Nader
.html Installation on Linux: http://win-builds.org/1.5-rc1/linux.html Support informations: http://www.win-builds.org/support.html Package list: http://www.win-builds.org/packages.html Sources: http://cgit.notk.org/adrien/yypkg/ -- Adrien Nader

Re: [Mingw-w64-public] Wine Gecko build error

2014-12-03 Thread Adrien Nader
gcc -E'/'g++ -E' for the failing command (just copy the command, add -E, change the file that follows -o and store it somewhere [ it is probably too big for a mailing-list attachment ]). -- Adrien Nader --

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Adrien Nader
l projects come in the form of several subdirectories of which several need to be built but having the toplevel configure is uncommon. It's something that GCC does however and I guess part of the inspiration came from there. :) (*) the fact that the toplevel configure doesn't mention win

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Adrien Nader
e and I tend to offload my brain memory to my IRC logs which unfortunately have a large access latency) Regards, Adrien Nader -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Super

Re: [Mingw-w64-public] [Wt-interest] Building Wt with mingw-w64 -- prefer Mingw-builds or Win-builds?

2014-11-23 Thread Adrien Nader
heduled for 1.6 and should therefore be packaged in roughly 4 to 6 weeks (or earlier if someone else does it of course :) ). Regards, Adrien Nader -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Adrien Nader
it systems. Regards, Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [ANN] Win-builds 1.5-rc1 - simpler, more packages, GUI package manager

2014-10-22 Thread Adrien Nader
On Thu, Oct 23, 2014, niXman wrote: > Adrien Nader 2014-10-23 00:33: > > > Screenshot of the GUI: > > http://win-builds.org/screenshot.png > > Hi, > > Tell me please, what technologies/libraries/programming_language are > used to create this GIU installer

[Mingw-w64-public] [ANN] Win-builds 1.5-rc1 - simpler, more packages, GUI package manager

2014-10-22 Thread Adrien Nader
tation for setup with IDEs needs to be done - documentation for packaging hasn't been updated for 1.5 - libarchive's ABI is not the one intended by the upstream developers for large-file handling - installation on Windows shouldn't even require explicit

Re: [Mingw-w64-public] [website] update download page with archlinux mingw stack

2014-10-21 Thread Adrien Nader
; - package manager: pacman/yaourt > - installation: From AUR repository (https://aur.archlinux.org/) > - additional software: > admesh [snip] Thanks for the work and for the infos. I'm a bit too bus

Re: [Mingw-w64-public] [PATCH 2/2] localtime_r guard to _POSIX or _POSIX_THREAD_SAFE_FUNCTIONS

2014-10-21 Thread Adrien Nader
a better commit message on IRC. My concern is that since it will probably break some programs, having a particularly good commit message was important because it is likely many people will read it. The comment you just mentioned is good. I think I'd also like to see a mention of how to b

Re: [Mingw-w64-public] CMake Toolcahin for linux/clang 3.6

2014-10-20 Thread Adrien Nader
On Mon, Oct 20, 2014, Óscar Fuentes wrote: > Adrien Nader writes: > > > As a project, mingw-w64 wishes to have clang and llvm supported. There > > have been recent reports of troubles with it however but we'd prefer it > > to work. > > Nice. Preferences are

Re: [Mingw-w64-public] CMake Toolcahin for linux/clang 3.6

2014-10-20 Thread Adrien Nader
et for this question being posted here. > It's just that by asking it on clang-users or cmake-users the OP would > get more chances of getting help. I think the discussion is relevant but at least some troubles seem to come from clang so the issue is worth raising there too imho. -

Re: [Mingw-w64-public] CMake Toolcahin for linux/clang 3.6

2014-10-20 Thread Adrien Nader
exact command, test source code and output are logged. Look for it. On a related note, when I have to use cmake, I tend to invoke it with -LAH. Terse output is nice and all but it hides issues. -- Adrien Nader -- Compre

Re: [Mingw-w64-public] Errors while compiling openssl

2014-09-14 Thread Adrien Nader
It looks like you're missing the "make" tool on the host. It's not a tool specific to cross-compilation. You'll want to at least install the "build-essentials" package from Debian. As for openssl in particular, the list of things to change is long... http://cgit.notk.org/adrien/yypkg/slackware64-c

Re: [Mingw-w64-public] Have I left out any packages?

2014-09-14 Thread Adrien Nader
Do you get errors when doing what you want to do? -- Adrien Nader -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable

Re: [Mingw-w64-public] mingw-w64 packager contributions

2014-08-22 Thread Adrien Nader
On Fri, Aug 22, 2014, JonY wrote: > On 8/22/2014 20:57, Adrien Nader wrote: > > On Fri, Aug 22, 2014, Adrien Nader wrote: > >> Feel free to send your ideas. A few on top of my head: > >> - SEH for 32bits > >> - Thorough analysis of the status of {a,t,u}san an

Re: [Mingw-w64-public] mingw-w64 packager contributions

2014-08-22 Thread Adrien Nader
On Fri, Aug 22, 2014, Adrien Nader wrote: > Feel free to send your ideas. A few on top of my head: > - SEH for 32bits > - Thorough analysis of the status of {a,t,u}san and fixing what could be > broken (two separate tasks) > - Same for LTO Also: - compiler plugin for visual stud

Re: [Mingw-w64-public] mingw-w64 packager contributions

2014-08-22 Thread Adrien Nader
SEH for 32bits - Thorough analysis of the status of {a,t,u}san and fixing what could be broken (two separate tasks) - Same for LTO -- Adrien Nader -- Slashdot TV. Video for Nerds. Stuff that matters. http://

Re: [Mingw-w64-public] Ceemple uses mingw-w64

2014-08-11 Thread Adrien Nader
Hi, I'm adding it now. Sorry about the delay: I had fallen behind and never really caught up. -- Adrien Nader -- ___ Mingw-w64-public mailing list Mingw-w64-p

Re: [Mingw-w64-public] [PATCH 0/5] strongSwan ported to Windows - Header patches

2014-08-11 Thread Adrien Nader
nk to http://strongswan.org directly but it doesn't mention the Windows port. Is it currently stable enough and if so, could you mention it in "runs on Linux 2.6 and 3.x kernels, Android, Mae

  1   2   3   >