Re: [Mingw-w64-public] Success building 64 bit vim and gvim with perl [was: windres: unexpected version string length 68 != 32 + 8]

2013-02-28 Thread NightStrike
On Thu, Feb 21, 2013 at 5:22 PM, Suresh Govindachar sgovindac...@yahoo.com wrote: I used to build 32 bit Vim with perl support using mingw regularly, but stopped when I got 64 bit Windows 7 since my attempts at building a 64 bit version failed. Some hours ago, I got the latest vim sources

Re: [Mingw-w64-public] [PATCH] TLS support fixes

2013-02-21 Thread NightStrike
On Tue, Feb 19, 2013 at 2:41 AM, David Nadlinger c...@klickverbot.at wrote: Hi all, please find two patches to fix/improve TLS support in mingw-w64-crt attached. Do you have commit rights? Also, please let me know if there is another preferred method to submit patches. This works. We can

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-14 Thread NightStrike
On Wed, Feb 13, 2013 at 8:32 PM, Алексей Павлов alex...@gmail.com wrote: Hi! I work on MSYS2 and now built mingw-msys2 cross compiler. Also I successfully build native toolchain for msys2 and some 3rdparty libs. Now I need to cross-compiling BASH but I got error on start building: Are you

Re: [Mingw-w64-public] Install MinGW w64

2013-02-14 Thread NightStrike
On Tue, Feb 5, 2013 at 10:31 AM, Jorge F. Hernandez jor...@fsbcomputers.com wrote: By the way, I tried using the MinGW 64-bit that comes with Cygwin, but when I tried to run configure and it tries to check if gcc will compile what I'm trying to, it says it cannot create executables, what

Re: [Mingw-w64-public] [PATCH] winsvc.h: add missing defines for ChangeServiceConfig2()

2013-02-05 Thread NightStrike
Committed r5579 On Tue, Feb 5, 2013 at 7:02 AM, Kai Tietz ktiet...@googlemail.com wrote: Thanks, patch is ok for apply. I will apply it during this week, or maybe somebody else want to apply it sooner. Thanks, Kai 2013/1/30 Christian Franke christian.fra...@t-online.de: Hi, winsvc.h

Re: [Mingw-w64-public] Link with static libwinpthread problem

2013-02-04 Thread NightStrike
2013/1/26 Алексей Павлов alex...@gmail.com: Hi! I try to build static program and pass to LDFLAGS: -Wl,-Bstatic -lwinpthread -Wl,-Bdynamic -static -s But it link with dynamic libwinpthreads-1.dll. What I doing wrong? Can you show the output of adding -v to that command line?

Re: [Mingw-w64-public] Several GCC issues

2013-01-23 Thread NightStrike
On Wed, Jun 11, 2008 at 11:40 AM, Grant Pedersen m...@razorbyte.com.au wrote: Hi NightStrike Kai, Have you had any luck with issues 2 - 5 below? Issue 5 is a showstopper for me at the moment. Which of these are still a problem? At least a few have been fixed. Thanks, Grant

Re: [Mingw-w64-public] [Mingw-users] Thoughts on how to build a linux / visual studio project (QuickFIX) with mingw

2013-01-06 Thread NightStrike
On Sun, Jan 6, 2013 at 11:35 AM, Ray Donnelly mingw.andr...@gmail.com wrote: I've had a quick look at the source code and it's littered with stuff like: Kudos for looking at the source! :) #ifdef _MSC_VER #include Winsock2.h ... So the fact is that the code itself conflates Windows builds

Re: [Mingw-w64-public] build boxes

2013-01-05 Thread NightStrike
On Sat, Jan 5, 2013 at 12:08 AM, Jim Michaels jmich...@yahoo.com wrote: http://exxactcorp.com/index.php/solution/solu_list/53 http://exxactcorp.com/index.php/solution/solu_detail/42 this one I don't know if it runs windows or not. but it is an HPC server with up to 40 cores and 80 threads,

Re: [Mingw-w64-public] Sleep redeclare

2013-01-05 Thread NightStrike
On Fri, Jan 4, 2013 at 9:44 PM, Алексей Павлов alex...@gmail.com wrote: Ping? 2013/1/3 Алексей Павлов alex...@gmail.com I rephrase the question. Why gcc-4.7.2 build this without problem, but gcc-4.6.3 has error? 2013/1/3 Алексей Павлов alex...@gmail.com But with gcc-4.7.2 it build ok

Re: [Mingw-w64-public] half-missing API

2012-12-23 Thread NightStrike
Can either of you provide a patch? On Sun, Dec 23, 2012 at 12:07 AM, Joshua Boyce raptorfac...@raptorfactor.com wrote: On Sat, Dec 22, 2012 at 6:21 PM, Jim Michaels jmich...@yahoo.com wrote: these do not exist. they are used for fixing and getting specialfolder paths in vista+

Re: [Mingw-w64-public] gendef - why?

2012-12-11 Thread NightStrike
On Tue, Dec 11, 2012 at 6:22 PM, Алексей Павлов alex...@gmail.com wrote: Sorry for the noise! Running autereconf before configure solve the problem You shouldn't have to run autoreconf on a checkout from trunk. We keep everything checked in just for that reason.

Re: [Mingw-w64-public] size of binaries (32 and 64 bits)

2012-12-08 Thread NightStrike
On Fri, Dec 7, 2012 at 6:34 AM, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Dec 7, 2012 at 4:48 PM, Kai Tietz ktiet...@googlemail.com wrote: Hello, yes, this size different - *especially* for *small* apps - is to be expected. As exactly for those *small* applications differences in

Re: [Mingw-w64-public] Zero-overhead exceptions

2012-12-01 Thread NightStrike
On Sat, Dec 1, 2012 at 3:37 AM, Ulf Magnusson ulfali...@gmail.com wrote: Hi, If I've understood things correctly, MinGW-w64 uses the SJLJ (longjmp-based) exceptions implementation for both win32 and win64, because DW2 (speedy, table-based) can't pass exceptions through foreign stack frames

Re: [Mingw-w64-public] Software built with MinGW64

2012-11-30 Thread NightStrike
On Tue, Nov 27, 2012 at 10:37 AM, Giovanni Remigi grem...@phorest.com wrote: Thanks a lot for the review. I'm not a C++ builder expert as you see :-) Thanks for your support :) Any suggestion to change the toolchain structure to build both in 32 and 64 bits? That would require building a

Re: [Mingw-w64-public] Software built with MinGW64

2012-11-30 Thread NightStrike
On Tue, Nov 27, 2012 at 6:47 AM, Giovanni Remigi grem...@phorest.com wrote: Here a list of some other software compiled with MinGW64 GraphicsMagick - http://www.graphicsmagick.org ImageMagick - http://www,imagemagick.org Boost - http://www.boost.org Botan - http://botan.randombit.net Qt

Re: [Mingw-w64-public] Upcoming Ruby 2.0 for Windows will be compiled with mingw-w64

2012-11-30 Thread NightStrike
On Tue, Nov 27, 2012 at 10:33 AM, Luis Lavena luislav...@gmail.com wrote: Hello, Over the past few months we (RubyInstaller team) have been compiling upcoming version of Ruby 2.0 with mingw-w64 in our automated CI environment: http://ci.rubyinstaller.org/ Fantastic! Please join us on

Re: [Mingw-w64-public] __HrLoadAllImportsForDll problems

2012-11-30 Thread NightStrike
On Fri, Nov 23, 2012 at 9:13 AM, Ian Lynagh ig...@earth.li wrote: Hi all, I'm trying to use __HrLoadAllImportsForDll with delay loading DLLs, but I have not been able to make it work. I wonder if anyone could help me please? Are you still having issues? It seems that gcc makes an empty

Re: [Mingw-w64-public] removing .la files from the automated builds

2012-11-30 Thread NightStrike
On Tue, Nov 13, 2012 at 2:03 AM, Vincent Torri vincent.to...@gmail.com wrote: Hey I thought that this problem was fixed, but it seems it is not. The automated builds still have the .la files. Can you remove them, please ? Adrien suggested to use, with gnu tar : --wildcards --exclude=*.la

Re: [Mingw-w64-public] ironCrate

2012-11-30 Thread NightStrike
On Mon, Nov 12, 2012 at 3:22 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Mon, Nov 12, 2012 at 3:55 PM, Pau Garcia i Quiles pgqui...@elpauer.org wrote: As for your concerns about CMake being available or not: it's available from all Linux and BSD variants I know because more and more

Re: [Mingw-w64-public] ironCrate

2012-11-30 Thread NightStrike
On Fri, Nov 30, 2012 at 10:13 AM, Zouzou inter...@123gen.com wrote: On 30/11/12 15:29, NightStrike wrote: In the autotools world, there is a very defined and extremely enforced concept that above all, our goal is to make it *TRIVIAL* for the end user to compile your software. Now let's clarify

Re: [Mingw-w64-public] ironCrate

2012-11-30 Thread NightStrike
On Fri, Nov 30, 2012 at 12:36 PM, deneme.true deneme.t...@gmail.com wrote: Hello, As I know, wxWidgets uses bakefile(http://www.bakefile.org/index.html) system. Probably, bakefile is good for cross building of Makefiles for nmake,mingw-make,make etc. This is intriguing. Can you give some

Re: [Mingw-w64-public] ironCrate

2012-11-30 Thread NightStrike
On Fri, Nov 30, 2012 at 12:49 PM, Pau Garcia i Quiles pgqui...@elpauer.org wrote: On Fri, Nov 30, 2012 at 3:29 PM, NightStrike nightstr...@gmail.com wrote: [...] In the cmake world, to do the same thing, Dave has to be a lot more knowledgeable of the internals of our project. He needs

Re: [Mingw-w64-public] RFC: How shall we plan releases of new major versions?

2012-10-28 Thread NightStrike
On Sat, Oct 27, 2012 at 11:49 AM, Erik van Pienbroek e...@vanpienbroek.nl wrote: To sum it up I would like to propose the following: * Publish unstable releases (from the trunk branch) periodically (this can be time based) Are you volunteering for this? Right now, we only have one release

Re: [Mingw-w64-public] RFC: How shall we plan releases of new major versions?

2012-10-25 Thread NightStrike
On Thu, Oct 25, 2012 at 3:04 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/10/24 Kai Tietz ktiet...@googlemail.com Hello everybody, I want to raise this discussion on public mailing-list, as mingw-w64's release-cycle might be also of interest to some of our users. Right now we

Re: [Mingw-w64-public] RFC: How shall we plan releases of new major versions?

2012-10-25 Thread NightStrike
On Thu, Oct 25, 2012 at 8:51 AM, Jacek Caban ja...@codeweavers.com wrote: On 10/24/12 21:19, Kai Tietz wrote: So I would like to get your opinion. You might have complete different opinion about planning mingw-w64's release-cycles, so don't hesitate to tell us what you think about this

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-09-24 Thread NightStrike
On Tue, Sep 11, 2012 at 10:51 AM, K. Frank kfrank2...@gmail.com wrote: Hello Kai (and Qt Folks)! On Tue, Sep 11, 2012 at 10:55 AM, kai.koe...@nokia.com wrote: -Original Message- From: ext Loaden [mailto:loa...@gmail.com] ... There's nothing wrong with cross-compilation. But what

Re: [Mingw-w64-public] [patch] mingw-w64-crt/configure.ac: sysroot handling

2012-08-16 Thread NightStrike
On Tue, Aug 14, 2012 at 3:30 AM, Corinna Vinschen vinsc...@redhat.com wrote: Ping? On Aug 7 17:21, Corinna Vinschen wrote: Hi, there appears to be a bug in WITHSYSROOT and TARGET_SYSTEM_ROOT handling. WITHSYSROOT is always set, even if --with-sysroot is not given. The reason is that

Re: [Mingw-w64-public] windows auto builds

2012-08-15 Thread NightStrike
this project. all this should do is make a stable version available for people to download, who don't know which one to select, and simply click the download button. well, that's the theory anyway. I have had sf.net projects of my own. Jim Michaels From: NightStrike

Re: [Mingw-w64-public] windows auto builds

2012-08-14 Thread NightStrike
Did a windows autobuild make it through? They've been failing for a long time. On Tue, Aug 14, 2012 at 7:20 AM, Jim Michaels jmich...@yahoo.com wrote: do you think you could set the windows default zip downloads to be the 20110812 auto builds? this is for 32-bit host, 32-bit target 32-bit

Re: [Mingw-w64-public] apparent hang using the experimental pthread library

2012-08-13 Thread NightStrike
On Mon, Aug 13, 2012 at 11:18 AM, Kyle Schwarz kshawk...@gmail.com wrote: On 8/8/2012 8:49 PM, Kyle wrote: On 8/7/2012 3:06 AM, Kai Tietz wrote: 2012/8/7 Kyle Schwarz kshawk...@gmail.com: On 8/6/2012 4:58 PM, Kai Tietz wrote: I have attached a modified version of winpthread (uncomress it and

Re: [Mingw-w64-public] apparent hang using the experimental pthread library

2012-08-13 Thread NightStrike
On Wed, Aug 8, 2012 at 2:49 PM, Kyle kshawk...@gmail.com wrote: It's *very* slow. If you compare the speed to that of a older FFmpeg, the debug build is practically unusable. I'm coming into this very late, and I probably can't be of much help, but just a thought. Have you tried profiling

Re: [Mingw-w64-public] Packing bug with unsigned int bitfields

2012-08-08 Thread NightStrike
On Wed, Aug 8, 2012 at 11:05 AM, Simson Garfinkel sims...@acm.org wrote: I've reported a number of bugs on this mailing list. I don't know if that is the correct way to report them. My bugs aren't getting fixed, so I'm coding around them, but it would be nice for at least someone to acknowledge

Re: [Mingw-w64-public] can a statically linked regex be added to fedora mingw32 and mingw64?

2012-08-08 Thread NightStrike
On Sun, Jul 29, 2012 at 9:41 PM, Simson Garfinkel slgar...@nps.edu wrote: Greetings. I develop computer forensic tools using mingw64. It's very important that these tools be statically linked. Would it be possible for the mingw32-libgnurx.noarch and the mingw64-libgnurx.noarch be expanded to

Re: [Mingw-w64-public] [patch] Add --enable-cygwin to the build system

2012-08-07 Thread NightStrike
On Tue, Aug 7, 2012 at 8:10 AM, Corinna Vinschen vinsc...@redhat.com wrote: On Aug 7 07:52, NightStrike wrote: On Tue, Aug 7, 2012 at 5:48 AM, Corinna Vinschen vinsc...@redhat.com wrote: Additionally I set AC_PREREQ to 2.68, rather than 2.69. 2.69 is not really required, and it disallows

Re: [Mingw-w64-public] [patch] Add --enable-cygwin to the build system

2012-08-07 Thread NightStrike
On Tue, Aug 7, 2012 at 5:48 AM, Corinna Vinschen vinsc...@redhat.com wrote: +AC_MSG_CHECKING([whether to build a w32api package for Cygwin]) +AC_ARG_ENABLE([cygwin], + [AS_HELP_STRING([--enable-cygwin], +[Enable building a w32api package for Cygwin (implies --disable-crt)])], Change to:

Re: [Mingw-w64-public] [patch] Add --enable-cygwin to the build system

2012-08-07 Thread NightStrike
On Tue, Aug 7, 2012 at 9:26 AM, Corinna Vinschen vinsc...@redhat.com wrote: +AM_CONDITIONAL([HAVE_W32API], [AS_VAR_TEST_SET([HAVE_W32API])]) Chang to W32API -libsrcdir=$(prefix)/libsrc +if W32API +libsrcdir=$(prefix)/include/w32api +else +libsrcdir=$(prefix)/include +endif $(includedir),

Re: [Mingw-w64-public] SEH

2012-08-05 Thread NightStrike
On Sun, Aug 5, 2012 at 1:09 PM, JonY jo...@users.sourceforge.net wrote: On 8/5/2012 16:59, niXman wrote: 2012/8/5 Ruben Van Boxem: This might be it. I build and install libgcc before the rest of gcc. I added this step to resolve some link error I encountered once, and left it in to be sure

Re: [Mingw-w64-public] Dev mails on mingw-w64-public

2012-08-01 Thread NightStrike
On Wed, Aug 1, 2012 at 9:41 AM, Corinna Vinschen vinsc...@redhat.com wrote: I didn't even know there *is* a developers list. If you look on http://mingw-w64.sourceforge.net/, under the link Public Mailing List:, there's only a pointer to the mingw-w64-public list. If you look on

Re: [Mingw-w64-public] SEH

2012-07-26 Thread NightStrike
On Tue, Sep 27, 2011 at 7:27 PM, niXman i.nix...@gmail.com wrote: 2011/9/26 xunxun xunxun1...@gmail.com On 2011/9/26 3:15, niXman wrote: All greetings! Tell me please, is there any information about the plans on implementation SEH of exceptions? Where it is possible to learn about the plans

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread NightStrike
On Mon, Jul 9, 2012 at 8:03 AM, xunxun xunxun1...@gmail.com wrote: Hello JonY and NightStrike, 于 2012/7/9 8:54, Kai Tietz 写道: Hello JonY and NightStrike, Thanks for the information. Just one question I have: Does the crt-configure have the same change? If not so, please do so for crt

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread NightStrike
On Mon, Jul 9, 2012 at 10:27 AM, NightStrike nightstr...@gmail.com wrote: On Mon, Jul 9, 2012 at 8:03 AM, xunxun xunxun1...@gmail.com wrote: Hello JonY and NightStrike, 于 2012/7/9 8:54, Kai Tietz 写道: Hello JonY and NightStrike, Thanks for the information. Just one question I have: Does

Re: [Mingw-w64-public] 'Memory Exhausted' error with nm.exe - 64-bit

2012-06-29 Thread NightStrike
On Fri, Jun 22, 2012 at 5:35 PM, Morcego Vermelho bucane...@go.to wrote: 2012/6/22 Karthik Rajagopalan karthik.rajagopa...@schrodinger.com Hi Guys, I am getting 'memory exhausted' error with nm.exe (64-bit) on a object compiled with microsoft c compiler ( VS 2010 ). This happen when I use

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-18 Thread NightStrike
On Mon, Jun 11, 2012 at 4:54 AM, Tristan Gingold ging...@adacore.com wrote: On Jun 8, 2012, at 2:36 PM, Kai Tietz wrote: 2012/6/8 Tristan Gingold ging...@adacore.com: On Jun 8, 2012, at 2:12 PM, Kai Tietz wrote: Hello Tristan, Thanks for working on this. The patch is ok.  As JonY said,

Re: [Mingw-w64-public] Tutorial

2012-06-18 Thread NightStrike
On Tue, May 15, 2012 at 10:05 PM, MARTIN Pierre hicksc...@gmail.com wrote: Dear list readers, beginners, i have made a small tutorial on how to get MinGW MSYS / MinGW-w64 up and running, as well as how to compile Qt 4.8.1 as dynamic and static, how to configure Qt Creator to use the MinGW-w64

Re: [Mingw-w64-public] -static issue for thread (was: Re: Debugging with gdb/QtCreator)

2012-06-18 Thread NightStrike
Ping, Ruben On Mon, May 14, 2012 at 4:14 PM, K. Frank kfrank2...@gmail.com wrote: Hello Ruben! On Mon, May 14, 2012 at 4:05 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/5/14 K. Frank kfrank2...@gmail.com ... Did you remember to compile with -static? (I'm only half joking.  I

Re: [Mingw-w64-public] how news how affect mingw/mingw-w64?

2012-06-03 Thread NightStrike
On Sun, Jun 3, 2012 at 1:22 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/6/3 Jim Michaels jmich...@yahoo.com guys, my question is, how does this news affect mingw-w64?  is this going to make my auto build compilers disappear? what's the status on the buildbot? all kinds of big

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-03 Thread NightStrike
On Sat, Jun 2, 2012 at 9:13 AM, fueb f...@gmx.net wrote: Hi, thanks to Marc for the answer, that gave me the trick. Well, I got the compiler working with my Hello World using the -b option and your mentioned target-triplet (-v lists the target-options built in the toolset): 'g++  -b

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread NightStrike
On Wed, May 23, 2012 at 3:52 AM, Baruch Burstein bmburst...@gmail.com wrote: I am using ruben's 4.7 build. 1. How can I add paths to the default search paths for headers/libs so that I don't need to add -I -L to almost every project?

Re: [Mingw-w64-public] LinuxFest Northwest

2012-04-26 Thread NightStrike
On Sun, Apr 22, 2012 at 10:11 AM, Thomas Stover c...@thomasstover.com wrote: FYI - out of 50 minute talk / slide show plus a 50 minute demo session, I'll being taking at least a few minutes to demonstrate the creating of win32 and win64 binaries on a linux host using mingw-w64. Many, many

Re: [Mingw-w64-public] Maybe of interrest.

2012-04-26 Thread NightStrike
On Sun, Apr 1, 2012 at 5:13 AM, ralph engels ralpheng...@gmail.com wrote: Hello. Im the maintainer of C::B advanced and also an old member of inside3d where i stumbled upon sezero which i remembered maintained some ports of MinGW64. We had a little chat and he said you might be interrested in

Re: [Mingw-w64-public] undefined reference to __ms_vsnprintf

2012-04-16 Thread NightStrike
On Mon, Apr 16, 2012 at 11:59 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/4/16 JonY jo...@users.sourceforge.net On 4/16/2012 08:48, niXman wrote: Hello! When building gcc - lto-plugin, when linking liblto_plugin.dll I get the following linker error: libtool: link:

Re: [Mingw-w64-public] fixed point types...

2012-03-30 Thread NightStrike
J Michaels - Ping for an answer to Kai's question On Thu, Mar 22, 2012 at 4:23 AM, Kai Tietz ktiet...@googlemail.com wrote: Hi Jim, what exactly you wanna to tell us by this link?  As written there it is draft implementation, not all targets are supporting it.  So what exactly you want us

Re: [Mingw-w64-public] New automated build for mingw?

2012-03-29 Thread NightStrike
On Wed, Mar 28, 2012 at 8:51 PM, Mook mookgcc+gm...@gmail.com wrote: The only real reason to use buildbot for releases of any sort that I know of was simply to use the slaves.  It is quite possible to manually roll a build identical to the buildbot using the makefile - after all, buildbot just

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-25 Thread NightStrike
On Sat, Mar 24, 2012 at 9:31 AM, niXman i.nix...@gmail.com wrote: 2012/3/24 Ruben Van Boxem vanboxem.ru...@gmail.com: 2012/3/24 niXman i.nix...@gmail.com Would be correct to copy the executables from prefix/target/bin in prefix/bin? gdb.exe gdbserver.exe i686-w64-mingw32-addr2line.exe

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-25 Thread NightStrike
On Sat, Mar 24, 2012 at 1:36 PM, niXman i.nix...@gmail.com wrote: 2012/3/25 Ruben Van Boxem vanboxem.ru...@gmail.com: You can always specify specific AR= options to configure (I am guessing it is ar not found). ALternatively, you can make configure think it's cross-compiling by changing

Re: [Mingw-w64-public] need 32+64-bit target ubuntu compiler for 32-bit windows host

2012-03-25 Thread NightStrike
On Sun, Mar 25, 2012 at 2:18 PM, JonY jo...@users.sourceforge.net wrote: On 3/26/2012 07:17, Jim Michaels wrote: vityan provided a compiler set for 64-bit windows host for ubuntu and   freebsd 32 and 64-bit targets. my problem is, I have a 32-bit windows. also, not everybody has a 64-bit

Re: [Mingw-w64-public] New automated build for mingw?

2012-03-23 Thread NightStrike
needs to _not_ fall primarily on Kai, Jon Y, or Nightstrike by default. Of course they'll be involved, but the bulk of the work should be done by interested contributors. 4) Any new automated build process must be fairly easy to perform, and generic enough to be easily transferred to a new

Re: [Mingw-w64-public] Switching versions of libgcc_s_sjlj-1.dll

2012-03-20 Thread NightStrike
On Tue, Mar 20, 2012 at 12:09 AM, Sisyphus sisyph...@optusnet.com.au wrote: - Original Message - From: Mark Dootson mark.doot...@znix.com To: mingw-w64-public@lists.sourceforge.net Sent: Tuesday, March 20, 2012 6:28 PM Subject: Re: [Mingw-w64-public] Switching versions of

Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread NightStrike
On Tue, Mar 6, 2012 at 4:15 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: GCC 4.7 is frozen (but I'd wager they'd want to fix this before release), so not much will change between now and the release in ?? days. If Kai could give me a rough estimate for the release, I could decide to

Re: [Mingw-w64-public] auto 32-bit build

2011-09-27 Thread NightStrike
I won't have access to the windows box for at least another week. On Mon, Sep 26, 2011 at 6:00 AM, Jim Michaels jmich...@yahoo.com wrote: I mean mingw-w32-bin_i686-mingw_20110812.zip I need 20110827 or later. - Jim Michaels jmich...@yahoo.com

Re: [Mingw-w64-public] [Mingw-users] How best to create multiple threads in MINGW

2011-09-19 Thread NightStrike
On Sun, Sep 18, 2011 at 8:22 PM, veegee gopal_ven...@yahoo.com wrote: Hi K. Frank: I have taken the liberty of copying this post to the mingw-w64 list, as it's relevant there, as well. No Problem.  Honestly, I am not familiar with mingw-w64 project and the relation between mingw and

Re: [Mingw-w64-public] include/unknwn.h:28:1: error: unknown type name 'interface'

2011-09-19 Thread NightStrike
On Sun, Sep 18, 2011 at 7:28 PM, JonY jo...@users.sourceforge.net wrote: On 9/19/2011 06:53, Kyle wrote: On 9/18/2011 6:43 PM, JonY wrote: On 9/19/2011 02:33, Kyle wrote: I used to use that option but I believe it was removed. grep -ir enable-fully-dynamic-strings * on the source dir turns up

Re: [Mingw-w64-public] include/unknwn.h:28:1: error: unknown type name 'interface'

2011-09-19 Thread NightStrike
On Sun, Sep 18, 2011 at 2:33 PM, Kyle kshawk...@gmail.com wrote: On 9/18/2011 7:17 AM, JonY wrote: Objective C seems to be affecting your issue. Any chance of a quick fix? Add it to your configure line and recompile :)

Re: [Mingw-w64-public] Problem with i686-w64-mingw32-gcc-4.6.2-2_rubenvb

2011-09-19 Thread NightStrike
Ping for Mr. Tietz :) On Thu, Sep 15, 2011 at 8:52 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Op 15 sep. 2011 13:27 schreef Earnie Boyd ear...@users.sourceforge.net het volgende: On Thu, 15 Sep 2011 12:33:38 +0200 Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Op 15 sep. 2011

Re: [Mingw-w64-public] Compiling a dll for JNI and java 64 bits

2011-09-19 Thread NightStrike
Still having problems? On Fri, Sep 16, 2011 at 4:31 AM, RAPPAZ Francois francois.rap...@unifr.ch wrote: Kay, Yes I was meaning Windows 7 sorry. From the control panel, system, I see that I have Windows 7 Enterprise, 64 Bit operating system. Francois -Original Message- From:

Re: [Mingw-w64-public] rubenvb brings you C++11 std::thread!

2011-09-17 Thread NightStrike
On Mon, Aug 29, 2011 at 2:46 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: If there really is demand, I can look into backporting the necessary patches to GCC 4.6. If upstream will accept it, I can see this as having quite a bit of use.

Re: [Mingw-w64-public] Question about automated mingw32 with msys downloading.

2011-09-17 Thread NightStrike
On Wed, Sep 14, 2011 at 11:17 PM, Me Myself and I stargate7thsym...@live.co.uk wrote: First, I wish to download and install mingw64 for windows, and install it all successfully so that I can use gcj. I don't believe gcj supports win64 targets yet.

Re: [Mingw-w64-public] include/unknwn.h:28:1: error: unknown type name 'interface'

2011-09-17 Thread NightStrike
On Thu, Sep 15, 2011 at 11:33 AM, Kyle kshawk...@gmail.com wrote: I'm trying to compile the latest MinGW-w64 with GCC 4.6.1. Are you using our build script? -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco,

Re: [Mingw-w64-public] include/unknwn.h:28:1: error: unknown type name 'interface'

2011-09-17 Thread NightStrike
On Sun, Sep 18, 2011 at 12:40 AM, Kyle kshawk...@gmail.com wrote: On 9/17/2011 5:23 PM, NightStrike wrote: On Thu, Sep 15, 2011 at 11:33 AM, Kylekshawk...@gmail.com  wrote: I'm trying to compile the latest MinGW-w64 with GCC 4.6.1. Are you using our build script? No I'm not I'm building

Re: [Mingw-w64-public] [rubenvb build] DLL load failed error

2011-09-07 Thread NightStrike
Jon, Is this all fixed with Ruben's latest build? On Thu, Aug 18, 2011 at 12:33 PM, Jon jon.for...@gmail.com wrote: Ruben, With the 32bit i686-w64-mingw32-gcc-4.6.2-1_rubenvb.7z personal build I'm getting the following runtime failure  abort: DLL load failed: Invalid access to memory

Re: [Mingw-w64-public] Darwin automated builds gone.

2011-08-17 Thread NightStrike
On Tue, Aug 16, 2011 at 2:55 PM, Luis Lavena luislav...@gmail.com wrote: Hello, Due the recent number of builds for cygwin and linux, version 1.0 targeting win32 for darwin has disappear. Last file available was mingw-w32-1.0-bin_i686-darwin_20110429.tar.bz2 but seems is gone now. In the

Re: [Mingw-w64-public] Missing prototype for secure api function

2011-08-14 Thread NightStrike
Ping? On Tue, Jun 28, 2011 at 4:24 PM, NightStrike nightstr...@gmail.com wrote: Patch? :) On Tue, Jun 28, 2011 at 3:29 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Hi guys, When trying out some stupid exotic library (it was glog or something) I ran into an undeclared secure

Re: [Mingw-w64-public] Release build infrastructure

2011-08-09 Thread NightStrike
On Mon, Aug 8, 2011 at 5:27 PM, Farkas Levente lfar...@lfarkas.org wrote:    -- binutils: latest trunk is the only sensible version does it means you always send all mingw/windows specific patches to binutils upstream and those are always merged? if not it'd be useful to keep all patches for

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread NightStrike
On Mon, Aug 8, 2011 at 2:24 AM, Vincent Torri vincent.to...@gmail.com wrote: On Mon, Aug 8, 2011 at 4:29 AM, NightStrike nightstr...@gmail.com wrote: On Fri, Aug 5, 2011 at 3:36 PM, Jon jon.for...@gmail.com wrote: 1) Strip -s on all exes. I maintain a build recipe at https://github.com

Re: [Mingw-w64-public] ANNOUNCEMENT: The version 2.0 of mingw-w64 is released!

2011-08-08 Thread NightStrike
On Mon, Aug 8, 2011 at 3:59 AM, Farkas Levente lfar...@lfarkas.org wrote: and some kind of wiki which describe the recommended binutils and gcc and other toolchains. it's also missing. There are a number of wiki pages, such as:

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-07 Thread NightStrike
On Fri, Aug 5, 2011 at 3:36 PM, Jon jon.for...@gmail.com wrote: 1) Strip -s on all exes. I maintain a build recipe at https://github.com/oneclick/rubyinstaller which aggregates MSys and the latest mingw-w32-1.0-bin_i686-mingw_* download into what we call the DevKit. Currently this explodes

Re: [Mingw-w64-public] rubenvb's GCC 4.6.2 (prerelease) Personal build

2011-08-04 Thread NightStrike
On Thu, Aug 4, 2011 at 5:20 AM, PcX xunxun1...@gmail.com wrote: 于 2011/8/3 19:57, NightStrike 写道: We could, if we could find the time. I know i for one have started a new job and have very limited time. If you'd like to write it, though, we'd be very happy to add you to the project

Re: [Mingw-w64-public] MinGW64 CRT built using PGO Optimization has some problems

2011-07-30 Thread NightStrike
On Fri, Jul 29, 2011 at 1:32 PM, PcX xunxun1...@gmail.com wrote: 于 2011/7/29 18:32, PcX 写道: Hi ,all     I try to use PGO Optimization to build MinGW64 CRT, but in the check, it has some link stage errors.     1) I use the configure option below: ./configure --prefix=/mingw

Re: [Mingw-w64-public] Error when executing a mingw-w64-built 32 bit application

2011-07-23 Thread NightStrike
On Fri, Jul 22, 2011 at 9:55 AM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr wrote: On 22/07/11 15:38, Ozkan Sezer wrote: On Fri, Jul 22, 2011 at 4:16 PM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr  wrote: Hi, (I sent this to IRC but nobody answered.) I have a big linux application and I

Re: [Mingw-w64-public] winpthread build with static edition

2011-07-23 Thread NightStrike
PcX, Is this still an issue, or did you figure it out in other threads? On Mon, Jul 11, 2011 at 8:59 AM, PcX xunxun1...@gmail.com wrote: 于 2011/7/11 19:13, Kai Tietz 写道: Another thing missing here is the use of lock as prefix ... I update to winpthreads svn 4271: this is a debug log GNU

Re: [Mingw-w64-public] gcc 4.6 cross with multilib enabled

2011-07-23 Thread NightStrike
On Fri, Jul 8, 2011 at 8:34 AM, Alen Skondro askon...@gmail.com wrote: This helped! binutils can now create i686 and x86_64 targets and GCC discovered this! Thank you guys for your expertise! The only problem I'm still having is that the $PREFIX\i686-w64-mingw32\lib contains 32bit libraries

Re: [Mingw-w64-public] [wincrypt.h] Missing: MS_ENH_RSA_AES_PROV_XP

2011-07-23 Thread NightStrike
On Wed, Jul 6, 2011 at 2:16 AM, Ozkan Sezer seze...@gmail.com wrote: On Wed, Jul 6, 2011 at 8:48 AM, Alon Bar-Lev alon.bar...@gmail.com wrote: Oh... I can provide the exact syntax from wincrypt.h: Please don't. I think we can do this on the -doc email list that Jon set up for this purpose.

Re: [Mingw-w64-public] 1.0 release plan

2011-07-23 Thread NightStrike
On Tue, Jun 21, 2011 at 10:39 AM, Farkas Levente lfar...@lfarkas.org wrote: hi, i try to find any kind of information about the release plan or roadmap, but i can't find it. is there any plan about the 1.0 final release? thanks. regards. There is not. We should make one. I admit that I

Re: [Mingw-w64-public] Error when executing a mingw-w64-built 32 bit application

2011-07-23 Thread NightStrike
On Sat, Jul 23, 2011 at 10:26 AM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr wrote: On 23/07/11 14:42, NightStrike wrote: On Fri, Jul 22, 2011 at 9:55 AM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr  wrote: On 22/07/11 15:38, Ozkan Sezer wrote: On Fri, Jul 22, 2011 at 4:16 PM, Eugen Dedu

Re: [Mingw-w64-public] Missing prototype for secure api function

2011-06-28 Thread NightStrike
Patch? :) On Tue, Jun 28, 2011 at 3:29 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Hi guys, When trying out some stupid exotic library (it was glog or something) I ran into an undeclared secure function variant: strerror_s Here's the full list of functions that would need to be

Re: [Mingw-w64-public] Toolchain sources?

2011-06-22 Thread NightStrike
I don't understand your question. Can you rephrase? On Saturday, June 18, 2011, niXman i.nix...@gmail.com wrote: Thanks for the answer! Tell me please, how to determine the versions of packets to their it build? I.e. interest a stable releases - 4.5.2/4.5.3/4.6.0. 2011/6/18 JonY

Re: [Mingw-w64-public] daily automated source name should have to fix

2011-06-21 Thread NightStrike
Bug On Tue, Jun 21, 2011 at 10:32 AM, Farkas Levente lfar...@lfarkas.org wrote: hi, the daily automated source create file names like this: mingw-w64-1.0-src-_20110620.tar.bz2 does the _- in the name intentional or just a bug? regards. --  Levente                               Si vis

Re: [Mingw-w64-public] question on libmangle_decode_ms_name

2011-06-08 Thread NightStrike
On 5/19/11, Kai Tietz ktiet...@googlemail.com wrote: 2011/5/19 Dongsheng Song dongsheng.s...@gmail.com: I think this is a debug line, should be removed, right ? Index: libmangle/src/m_ms.c === --- libmangle/src/m_ms.c

Re: [Mingw-w64-public] [PATCH] Mark msvcr90 functions which also provide in libmingwex by DATA

2011-06-08 Thread NightStrike
On 5/21/11, Ozkan Sezer seze...@gmail.com wrote: On Sat, May 21, 2011 at 10:09 AM, Kai Tietz ktiet...@googlemail.com wrote: 2011/5/21 Ozkan Sezer seze...@gmail.com: On Sat, May 21, 2011 at 9:56 AM, Kai Tietz ktiet...@googlemail.com wrote: 2011/5/21 Dongsheng Song dongsheng.s...@gmail.com: On

Re: [Mingw-w64-public] _image_base__ incompatible with visual studio

2011-06-08 Thread NightStrike
On 5/16/11, Kai Tietz ktiet...@googlemail.com wrote: 2011/5/16 Jonas noLastName tdarksha...@hotmail.com: So any progress in this issue ?Is anyone working on it ?Does anyone care ? Regards,Jonas Well, I worked on that to introduce on binutils' ld the support of __ImageBase as synonym (the MS

Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-17 Thread NightStrike
On Wed, May 11, 2011 at 12:28 PM, Earnie ear...@users.sourceforge.net wrote: RSPsoftware wrote: for years I was thinking that size of int and long would change to 8 The you'll find http://www.unix.org/whitepapers/64bit.html an interesting read.  Yea, it speaks relative to UNIX but data is

Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-11 Thread NightStrike
Wrong list, but you're welcome :) Use mingw-w64-public@lists.sourceforge.net in the future. On Wed, May 11, 2011 at 10:50 AM, RSPsoftware arabco...@yahoo.com.br wrote: I am amazed with the simplicity to convert ming32 projects as executables or dlls to ming64 congratulations

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.6 (2011-04-28)

2011-05-02 Thread NightStrike
On Fri, Apr 29, 2011 at 3:51 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: As some other discussion here on the list already brought up, the autobuilds are all cross-compilers (for x86_64) and in my experience, they run a bit slower on my machine. Don't know why, haven't tested it really,

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.6 (2011-04-28)

2011-04-29 Thread NightStrike
On Fri, Apr 29, 2011 at 11:03 AM, Earnie ear...@users.sourceforge.net wrote: Ozkan Sezer wrote: On Fri, Apr 29, 2011 at 5:42 PM, Vincent Torri vincent.to...@gmail.com wrote: hey did you remove the .la files ? Nope, didn't bother.  If theyare causing trouble, the developers can remove

Re: [Mingw-w64-public] [Mingw-users] mingwrt-3.18-mingw64.tar.gz

2011-04-26 Thread NightStrike
On Wed, Apr 6, 2011 at 11:35 AM, JonY jo...@users.sourceforge.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/6/2011 03:23, Marcin M. wrote: so which triplet should i type? Just download and run our makefile. It'll figure all that out for you.

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread NightStrike
On Mon, Apr 11, 2011 at 8:20 AM, Jason ja...@njkfrudils.plus.com wrote: On Monday 11 April 2011 11:27:08 JonY wrote: On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added. I am curious, how

Re: [Mingw-w64-public] mingw-w64 Decimal Floating Point math

2011-04-09 Thread NightStrike
On Sun, Apr 3, 2011 at 7:07 AM, James K Beard beardjam...@verizon.net wrote: A quick glance through the document seems to tell us that the decimal arithmetic will incorporate checks to ensure that any rounding in binary floating point does not compromise the accuracy of the final decimal

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

2011-03-30 Thread NightStrike
Thanks! Looks like Jon added you to the list. On 3/30/11, Luca Barbato lu_z...@gentoo.org wrote: Hi, I'm just dropping a line about our libav[1] autobuilds[2] use mingw-w64, thanks for your hard work. lu [1] http://libav.org [1] http://win32.libav.org/win64/ -- Luca Barbato

Re: [Mingw-w64-public] TDM-GCC 4.5.2 released

2011-03-28 Thread NightStrike
On Sun, Mar 27, 2011 at 10:52 PM, John E. / TDM tdra...@tdragon.net wrote: Greetings! *TDM-GCC 4.5.2 is now available!* * This GCC release includes a patch toward better toolchain relocatability -- that is, it no longer searches X:\mingw (X being your installation drive letter) by default,

<    1   2   3   4   >