Re: [Mingw-w64-public] [PATCH] math: Final ARM changes

2014-09-21 Thread Vincent Torri
On Sun, Sep 21, 2014 at 6:16 PM, André Hentschel n...@dawncrow.de wrote: Please review, i'll commit it, just need an OK. After this patchset the crt builds on ARM!! Yay great news ! and great job !!! Vincent Remaining todos on ARM: softmath: correct error handling on bad input

Re: [Mingw-w64-public] Planning of VLC mingw-w64 hackathon

2014-08-28 Thread Vincent Torri
Hello I also wanted to have a WP port of the EFL. Maybe this work can also indirectly help the project. I'm not sure that i'll be able to join the event. It depends on the date and the location regards Vincent Torri On Wed, Aug 27, 2014 at 9:20 PM, Kai Tietz ktiet...@googlemail.com wrote

Re: [Mingw-w64-public] [RFC] Removing CE from build system

2014-05-26 Thread Vincent Torri
than on Win CE :) Vincent Torri On Tue, May 27, 2014 at 12:24 AM, Kai Tietz ktiet...@googlemail.com wrote: My 5 cents. I would vote for removing libce stuff. Actually it doesn't work, and I don't think somebody actually uses it, or intends to make it working. Nevertheless it is just my opinion

Re: [Mingw-w64-public] [PATCH] Add basic ARM context definitions

2014-04-23 Thread Vincent Torri
start trying :) For what i want a arm*-w64-mingw gcc? For Wine :) I'd really like to compile wine-gecko for Wine on ARM... My IRC nick is Andre_H, feel free to ask questions. thank you for working on the ARM port ! I'm waiting for it eagerly regards Vincent Torri

Re: [Mingw-w64-public] -shared vs. -mdll

2014-03-20 Thread Vincent Torri
http://comments.gmane.org/gmane.comp.gnu.mingw.user/9155 On Thu, Mar 20, 2014 at 10:08 PM, Martin Mitáš m...@morous.org wrote: Hi list, with mingw-w64, I'm used to build DLLs with gcc linker option -mdll. I am currently playing with CMake as I consider to leave manually maintained

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Vincent Torri
you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do the same job. regards Vincent Torri On Thu, Dec 26, 2013 at 9:26 AM, wynfi...@gmail.com wrote: Using the windows cmd box terminal console, then on Win-Buids which

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Vincent Torri
i didn't know :) thank you for the info On Fri, Dec 27, 2013 at 5:24 AM, Jon jon.for...@gmail.com wrote: On 12/26/13, Vincent Torri vincent.to...@gmail.com wrote: you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do

Re: [Mingw-w64-public] win-builds config options

2013-12-25 Thread Vincent Torri
:) and about the libraries : the Enlightenment Fundation Libraries (see http://www.enlightenment.org/ ) or the autotools :) What is the package you are trying to compile ? regards Vincent On Wed, Dec 25, 2013 at 1:29 AM, wynfi...@gmail.com wrote: Vincent Torri wrote: Hey Note that I

Re: [Mingw-w64-public] win-builds config options

2013-12-24 Thread Vincent Torri
Hey Note that I have no problem to compile libraries using MSYS and Win-Builds. Vincent Torri On Tue, Dec 24, 2013 at 9:32 AM, Adrien Nader adr...@notk.org wrote: Hi, On Tue, Dec 24, 2013, wynfi...@gmail.com wrote: I need some advice on configuration options for building the GNU readline

[Mingw-w64-public] error while compiling libvmime

2013-02-26 Thread Vincent Torri
/../../../../x86_64-w64-mingw32/include/unknwn.h:70:82: error: a function call cannot appear in a constant-expression It seems a problem in unknwn.h provided by mingw-w64 Any idea ? Vincent Torri -- Everyone hates slow

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

2012-12-07 Thread Vincent Torri
is if, for such a simple program, the difference of size (almost x5) is normal thank you Vincent Torri -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support

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

2012-12-07 Thread Vincent Torri
unprofessional to compare 32-bit exectuable vs 64-bit one. The latter has additional SEH-information in image, which isn't present for 32-bit at all. Please compare 32-bit vs 32-bit, and don't try to compare apple with melons. i don't try to compare or complain, i just want to understand... Vincent

Re: [Mingw-w64-public] ironCrate

2012-11-30 Thread Vincent Torri
(ftjam, bjam, etc...) Vincent Torri -- Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve

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

2012-11-12 Thread Vincent Torri
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 thank you Vincent Torri

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-26 Thread Vincent Torri
for wallpaper. xp only accepts bmp format using the win32 call. unless someoneknows of a win32 call for converting bitmaps to bmp? use graphicsmagic. Something like: gm convert file.jpeg file.bmp Vincent Torri -- Live Security

Re: [Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-12 Thread Vincent Torri
note that DrMinGW (http://code.google.com/p/jrfonseca/wiki/DrMingw) has certainly some code about that. Note also that i never succeeded in using DrMinGW, it always fails (i've reported my problems in thar bug tracker) Vincent Torri On Sun, Aug 12, 2012 at 9:03 AM, Vincent Torri vincent.to

Re: [Mingw-w64-public] Compiling Qt 4.8.1

2012-05-11 Thread Vincent Torri
. gnuwin32 is dead. The packages are quite old. Vincent Torri -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond

Re: [Mingw-w64-public] help for a small debug tool on Windows

2012-04-09 Thread Vincent Torri
Hey On Sat, Mar 31, 2012 at 6:58 PM, Vincent Torri vincent.to...@gmail.com wrote: Hey I'm writing a  small tool to do mem leak check, and later GDI leak checks. That tool, named 'examine', is intended to be used like valgrind, that is, no linkage (unlike mpatrol, for example). The usage

[Mingw-w64-public] help for a small debug tool on Windows

2012-03-31 Thread Vincent Torri
http://svn.enlightenment.org/svn/e/trunk/DEBUG/examine or can be viewed here : http://trac.enlightenment.org/e/browser/trunk/DEBUG/examine/src/lib http://trac.enlightenment.org/e/browser/trunk/DEBUG/examine/src/bin Any help or ideas are greatly appreciated thank you regards Vincent Torri

Re: [Mingw-w64-public] Problems with cross-compile from linux to win32: linking process add __impl__ prefix to function names

2012-03-25 Thread Vincent Torri
-1/ -L/home/devstar22/projects/build_windows/lib -o libconfig_tests.exe libconfig_tests-tests.o -L../tinytest -ltinytest -L../lib/.libs -lconfig because you compile with -lconfig Vincent Torri -- This SF email

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

2012-03-22 Thread Vincent Torri
to mitigate the effect of a downed machine, volunteers and donations are welcome. our project have 4 servers, on which we run buildbot. I'll ask if i can use 1 server for mingw-w64. I don't know much about all that buildbot stuff, though Vincent Torri

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-21 Thread Vincent Torri
On Wed, Mar 21, 2012 at 5:39 PM, Christer Solskogen christer.solsko...@gmail.com wrote: On 16/3/2012 4:52 PM, Vincent Torri wrote: the problem i had is that if I pass --host=foobar, the autotools search for foobar-ar and not foobar-gcc-ar, hence an error gcc-ar is not the same as ar from

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-21 Thread Vincent Torri
On Wed, Mar 21, 2012 at 7:10 PM, Christer Solskogen christer.solsko...@gmail.com wrote: On 21/3-2012 5:45 PM, Vincent Torri wrote: then that's problematic... There is a tool that I don't know what it does, and setting host will result in failing because of a missing ***-ar.exe But that's

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-21 Thread Vincent Torri
On Wed, Mar 21, 2012 at 7:22 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/21 Vincent Torri vincent.to...@gmail.com On Wed, Mar 21, 2012 at 7:10 PM, Christer Solskogen christer.solsko...@gmail.com wrote: On 21/3-2012 5:45 PM, Vincent Torri wrote: then that's problematic

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-21 Thread Vincent Torri
On Wed, Mar 21, 2012 at 7:57 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/21 Vincent Torri vincent.to...@gmail.com On Wed, Mar 21, 2012 at 7:22 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/21 Vincent Torri vincent.to...@gmail.com On Wed, Mar 21, 2012 at 7:10

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-21 Thread Vincent Torri
On Wed, Mar 21, 2012 at 9:28 PM, Christer Solskogen christer.solsko...@gmail.com wrote: On 21/3-2012 8:46 PM, Vincent Torri wrote: as Kai and I pointed out, you misconfigured by not specifying the --build option, implicitely telling autotools you were cross-compiling, resulting in it wanting

[Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-16 Thread Vincent Torri
hey in x86_64-w64-mingw32-gcc-4.7.0-3_rubenvb.7z, ar.exe is also named x86_64-w64-mingw32-gcc-ar.exe and not x86_64-w64-mingw32-ar.exe. Is it normal ? Vincent Torri -- This SF email is sponsosred by: Try Windows Azure

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-16 Thread Vincent Torri
On Fri, Mar 16, 2012 at 4:22 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/16 Vincent Torri vincent.to...@gmail.com hey in x86_64-w64-mingw32-gcc-4.7.0-3_rubenvb.7z, ar.exe is also named x86_64-w64-mingw32-gcc-ar.exe and not x86_64-w64-mingw32-ar.exe. Is it normal ? I think

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-16 Thread Vincent Torri
On Fri, Mar 16, 2012 at 4:54 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/16 Vincent Torri vincent.to...@gmail.com On Fri, Mar 16, 2012 at 4:22 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/16 Vincent Torri vincent.to...@gmail.com hey in x86_64-w64-mingw32

Re: [Mingw-w64-public] wrong ar.exe name in ruben's build ?

2012-03-16 Thread Vincent Torri
On Fri, Mar 16, 2012 at 5:18 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: You can also use AR= and similar for the missing stuff. sure, but the cross compilation should work without modification. Did you try specifying build as well? i don't understand Vincent Torri

[Mingw-w64-public] missing libintl library ?

2012-03-15 Thread Vincent Torri
hey in my quest of stack tracing, i'm trying another program which depends on libbfd. But errr duting the link: undefined symbols libintl_dgettext. using 'find', i can't see any *intl* file in my mingw-w64 'tree'. Vincent

[Mingw-w64-public] dbghelp: different behavior when compiling with mingw or vc++

2012-03-13 Thread Vincent Torri
++ does and what mingw does not. And also if someone knows how to fix the problem, i would be glad to have the answer :) thank you Vincent Torri -- Keep Your Developer Skills Current with LearnDevNow! The most

Re: [Mingw-w64-public] dbghelp: different behavior when compiling with mingw or vc++

2012-03-13 Thread Vincent Torri
On Tue, Mar 13, 2012 at 12:46 PM, Kai Tietz ktiet...@googlemail.com wrote: 2012/3/13 Earnie Boyd ear...@users.sourceforge.net: On Tue, Mar 13, 2012 at 4:41 AM, Vincent Torri vincent.to...@gmail.com wrote: Hey, I'm trying to get the callstack of programs, so I try to use dbghelp. The code

Re: [Mingw-w64-public] dbghelp: different behavior when compiling with mingw or vc++

2012-03-13 Thread Vincent Torri
On Tue, Mar 13, 2012 at 12:40 PM, Earnie Boyd ear...@users.sourceforge.net wrote: On Tue, Mar 13, 2012 at 4:41 AM, Vincent Torri vincent.to...@gmail.com wrote: Hey, I'm trying to get the callstack of programs, so I try to use dbghelp. The code is here: http://codepad.org/wAhYYChY

[Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
hey acording to that doc: http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx the macros _S_IFDIR and _S_ISREG can be used to check if the file is a directory or a regular file. Only the macro without the leading _ are define. Vincent Torri

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 7:39 PM, Kai Tietz ktiet...@googlemail.com wrote: 2012/3/8 Vincent Torri vincent.to...@gmail.com: hey acording to that doc: http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx the macros _S_IFDIR and _S_ISREG can be used to check if the file

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 9:21 PM, Kai Tietz ktiet...@googlemail.com wrote: 2012/3/8 Vincent Torri vincent.to...@gmail.com: On Thu, Mar 8, 2012 at 7:39 PM, Kai Tietz ktiet...@googlemail.com wrote: 2012/3/8 Vincent Torri vincent.to...@gmail.com: hey acording to that doc: http

Re: [Mingw-w64-public] mingw64 toolchain automatic installer.

2012-02-22 Thread Vincent Torri
I do. Vincent Torri -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http

[Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a, __m128i c) { *** } and gcc (4.7) complains with the error error: multiple storage classes in declaration specifiers does someone know why ? thank you Vincent Torri

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
On Sat, Feb 18, 2012 at 1:40 AM, JonY jo...@users.sourceforge.net wrote: On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a, __m128i c) { *** } and gcc (4.7) complains with the error error: multiple storage

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
On Sat, Feb 18, 2012 at 7:08 AM, Vincent Torri vincent.to...@gmail.com wrote: On Sat, Feb 18, 2012 at 1:40 AM, JonY jo...@users.sourceforge.net wrote: On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i

Re: [Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto build?

2012-02-09 Thread Vincent Torri
of data types (I can only think of %I64u and %lu, no resizeable size_t data types), and I have no clue how to switch streams between cout and ostream safely. http://msdn.microsoft.com/en-us/library/tcxf1dw6%28VS.71%29.aspx use %Iu (uppercase 'i') for size_t type with printf. hth Vincent Torri

[Mingw-w64-public] Fwd: documentation of AC_FUNC_ALLOCA and mingw-w64 compilers

2012-01-23 Thread Vincent Torri
Hey, in case some mingw-w64 users are interested regards Vincent Torri -- Forwarded message -- From: Paul Eggert egg...@cs.ucla.edu Date: Mon, Jan 23, 2012 at 9:13 AM Subject: Re: documentation of AC_FUNC_ALLOCA and mingw-w64 compilers To: Vincent Torri vto...@univ-evry.fr Cc

[Mingw-w64-public] WC_ERR_INVALID_CHARS missing

2011-12-14 Thread Vincent Torri
Hey, one of the flags of WideCharToMultiByte() is WC_ERR_INVALID_CHARS. It's a flag introduced since Windows Vista. Is it defined in the 2.0 ? (i've not installed 2.0 yet) thanks Vincent Torri -- Cloud Computing

Re: [Mingw-w64-public] WC_ERR_INVALID_CHARS missing

2011-12-14 Thread Vincent Torri
On Wed, Dec 14, 2011 at 9:01 PM, Ozkan Sezer seze...@gmail.com wrote: On Wed, Dec 14, 2011 at 9:50 PM, Kai Tietz ktiet...@googlemail.com wrote: 2011/12/14 Ozkan Sezer seze...@gmail.com: On Wed, Dec 14, 2011 at 6:28 PM, Vincent Torri vincent.to...@gmail.com wrote: Hey, one of the flags

[Mingw-w64-public] missing values for MapVirtualKey(Ex) parameters

2011-11-27 Thread Vincent Torri
the winuser.h i have if you want, just tell me if you prefer #define's or an enum) Vincent Torri -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application

Re: [Mingw-w64-public] missing values for MapVirtualKey(Ex) parameters

2011-11-27 Thread Vincent Torri
On Sun, Nov 27, 2011 at 2:18 PM, Ozkan Sezer seze...@gmail.com wrote: On Sun, Nov 27, 2011 at 3:12 PM, Vincent Torri vincent.to...@gmail.com wrote: hey according to http://msdn.microsoft.com/en-us/library/windows/desktop/ms646307%28v=vs.85%29.aspx the 2nd parameter can have

Re: [Mingw-w64-public] [Mingw-w64-developer] iconv() in mingw-w64

2011-11-24 Thread Vincent Torri
On Wed, Nov 23, 2011 at 2:35 PM, JonY jo...@users.sourceforge.net wrote: On 11/23/2011 21:30, Vincent Torri wrote: I'm actually using win-iconv in the project i'm working on. You mean that iconv will be part of the libc ? Vincent Torri Yes, more specifically, in libmingwex so

Re: [Mingw-w64-public] [Mingw-w64-developer] iconv() in mingw-w64

2011-11-23 Thread Vincent Torri
compared to libiconv, so it should not add much weight to executable size. I'm actually using win-iconv in the project i'm working on. You mean that iconv will be part of the libc ? Vincent Torri -- All the data continuously

Re: [Mingw-w64-public] error with #define always_inline __attribute__ ((always_inline))

2011-11-10 Thread Vincent Torri
On Sun, Nov 6, 2011 at 10:05 AM, Vincent Torri vincent.to...@gmail.comwrote: On Sun, Nov 6, 2011 at 9:58 AM, Ozkan Sezer seze...@gmail.com wrote: On Sat, Nov 5, 2011 at 10:24 PM, Vincent Torri vincent.to...@gmail.com wrote: On Sat, Nov 5, 2011 at 10:40 AM, Ozkan Sezer seze

Re: [Mingw-w64-public] error with #define always_inline __attribute__ ((always_inline))

2011-11-10 Thread Vincent Torri
On Thu, Nov 10, 2011 at 5:48 PM, Ozkan Sezer seze...@gmail.com wrote: On Thu, Nov 10, 2011 at 6:18 PM, Vincent Torri vincent.to...@gmail.com wrote: [..] Should I define the following macro: #define ALWAYS_INLINE __attribute__((__always_inline__)) or that one (according

Re: [Mingw-w64-public] error with #define always_inline __attribute__ ((always_inline))

2011-11-06 Thread Vincent Torri
On Sun, Nov 6, 2011 at 9:58 AM, Ozkan Sezer seze...@gmail.com wrote: On Sat, Nov 5, 2011 at 10:24 PM, Vincent Torri vincent.to...@gmail.com wrote: On Sat, Nov 5, 2011 at 10:40 AM, Ozkan Sezer seze...@gmail.com wrote: However Vincent should note that he should also use underscored

Re: [Mingw-w64-public] error with #define always_inline __attribute__ ((always_inline))

2011-11-05 Thread Vincent Torri
the function etc... Should I define the following macro: #define ALWAYS_INLINE __attribute__((__always_inline__)) or that one (according to the doc) : #define ALWAYS_INLINE inline __attribute__((__always_inline__)) ? thank you Vincent Torri

Re: [Mingw-w64-public] warning when following autoconf manual

2011-11-02 Thread Vincent Torri
On Wed, Nov 2, 2011 at 12:17 PM, JonY jo...@users.sourceforge.net wrote: On 11/2/2011 18:35, Vincent Torri wrote: On Wed, Nov 2, 2011 at 11:08 AM, JonY jo...@users.sourceforge.net wrote: On 11/2/2011 07:16, Vincent Torri wrote: I don't see how this is autoconf's fault at all

Re: [Mingw-w64-public] warning when following autoconf manual

2011-11-01 Thread Vincent Torri
On Wed, Nov 2, 2011 at 12:13 AM, JonY jo...@users.sourceforge.net wrote: On 11/2/2011 07:07, Vincent Torri wrote: On Tue, Nov 1, 2011 at 11:43 PM, JonY jo...@users.sourceforge.net wrote: On 11/1/2011 22:58, Vincent Torri wrote: On Tue, Nov 1, 2011 at 10:45 AM, JonY jo

[Mingw-w64-public] declaration of NtQueryEaFile()

2011-09-17 Thread Vincent Torri
Hey, I was wondering if it is normal that NtQueryEaFile() is not declared in some header file. Thank you. Vincent Torri -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon

Re: [Mingw-w64-public] declaration of NtQueryEaFile()

2011-09-17 Thread Vincent Torri
On Sat, Sep 17, 2011 at 6:08 PM, Ozkan Sezer seze...@gmail.com wrote: On Sat, Sep 17, 2011 at 7:05 PM, Vincent Torri vincent.to...@gmail.com wrote: Hey, I was wondering if it is normal that NtQueryEaFile() is not declared in some header file. Thank you. Vincent Torri I wasn't

[Mingw-w64-public] [patch] add LIST_MODULES_* values in psapi.h

2011-09-14 Thread Vincent Torri
Hey here is a patch that adds LIST_MODULES_* values in psapi.h. See http://msdn.microsoft.com/en-us/library/ms682633%28v=VS.85%29.aspx Vincent Torri --- psapi.h 2011-09-14 06:20:12 + +++ psapi_new.h 2011-09-14 06:48:47 + @@ -21,6 +21,19 @@ #define EnumPageFiles __MINGW_NAME_AW

Re: [Mingw-w64-public] [patch] add LIST_MODULES_* values in psapi.h

2011-09-14 Thread Vincent Torri
On Wed, Sep 14, 2011 at 9:02 AM, Ozkan Sezer seze...@gmail.com wrote: On Wed, Sep 14, 2011 at 9:51 AM, Vincent Torri vincent.to...@gmail.com wrote: Hey here is a patch that adds LIST_MODULES_* values in psapi.h. See http://msdn.microsoft.com/en-us/library/ms682633%28v=VS.85%29.aspx

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

2011-08-08 Thread Vincent Torri
target is for. Don't do it manually. Just call make install-strip instead of make install. afaik, install-strip does not call 'strip' but 'strip --strip-debug' Vincent Torri -- BlackBerryreg; DevCon Americas, Oct. 18-20

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

2011-08-08 Thread Vincent Torri
click on it, we are redirected to http://sourceforge.net/projects/mingw-w64/files/ No comment Vincent Torri -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers

Re: [Mingw-w64-public] Does anyone collect Win64 binaries of common open source libraries?

2011-08-05 Thread Vincent Torri
the packages the first time. For a list of supported packages: http://dev.enlightenment.fr/~doursse/mingw32-efl/README.txt Note that there are some bugs (dependencies are not entirely correct, especially for Freetype), but I'm planning to fix them after my hollydays. regards Vincent Torri On Fri

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

2011-05-02 Thread Vincent Torri
version. We just have to modify the buildbot to work with the new target. note that install-strip (the one that the autotools add) does not strip everything Vincent Torri -- WhatsUp Gold - Download Free Network Management

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

2011-04-29 Thread Vincent Torri
hey did you remove the .la files ? Vincent Torri On Fri, Apr 29, 2011 at 4:21 PM, Ozkan Sezer seze...@gmail.com wrote: Custom toolchain build with gcc-4.4.6 (2011-04-28) ** I updated my custom w32/w64 native and cross-compiler build with gcc

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

2011-04-29 Thread Vincent Torri
On Fri, Apr 29, 2011 at 4:48 PM, Ozkan Sezer seze...@gmail.com 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 them by themselves

Re: [Mingw-w64-public] change to toupper and tolower standard definition in

2011-03-22 Thread Vincent Torri
on the locale: see e.g. http://pubs.opengroup.org/onlinepubs/009695399/functions/tolower.html MinGW uses the C runtime library of Microsoft (msvcr*.dll). the definition of those functions is there. MinGW(-w64) just declare them. There is nothing the MinGW(-w64) devs can do. Vincent Torri

Re: [Mingw-w64-public] why aren't secure _s functions provided?

2011-03-02 Thread Vincent Torri
for the debug version). Afaik, mingw use msvcrt.dll, where the functions strnlen_s and localtime_s are not defined. And mingw must use msvcrt.dll as it must not depend on an installed version of Visual Studio hth Vincent Torri

<    1   2