Re: [Mingw-w64-public] [Mingwbuilds-users] vsnprintf / snprintf problem with GCC 4.7.2 and 4.7.3 (rubenvb and mingw-builds)

2013-08-10 Thread Luis Lavena
On Sat, Aug 10, 2013 at 4:31 PM, Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 8/1/2013 11:12 AM, Luis Lavena wrote: > > It is not clear for me why mingw.org <http://mingw.org> (GCC 4.7.2) > does works while mingw-w64 (GCC 4.7.2 and 4.7.3) produces the failur

Re: [Mingw-w64-public] [Mingwbuilds-users] vsnprintf / snprintf problem with GCC 4.7.2 and 4.7.3 (rubenvb and mingw-builds)

2013-08-01 Thread Luis Lavena
I should now forward to rugged (libgit2 developers) and see if they can implement it in the code. Sorry for being a bit stubborn but I want to be sure that the recommendations given to others are consistent. Thank you for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when

[Mingw-w64-public] vsnprintf / snprintf problem with GCC 4.7.2 and 4.7.3 (rubenvb and mingw-builds)

2013-07-31 Thread Luis Lavena
z i686_64-w64-mingw32-mingw-w64-update-v2.0.7_rubenvb.7z mingw-builds 4.7.3 (packages): x32-4.7.3-release-win32-sjlj-rev1.7z Definitely I'm missing something here, so will appreciate any hint and suggestion. Thank you in advance. -- Luis Lavena AREA 17 - Perfection in design is achieved not

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

2012-11-27 Thread Luis Lavena
can't (or want) to compile GCC :) Regards, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Luis Lavena
is the goal of ironCrate (be compatible with both compilers) Cheers, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry --

Re: [Mingw-w64-public] libuv build fail with 32bit rubenvb 4.7.1

2012-09-24 Thread Luis Lavena
rwrite. > > Enjoy, > Once again, thank you Ruben for your patience and continuous effort on this :) -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry ---

Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-23 Thread Luis Lavena
upported emulations: i386pe And seems the XP segfault during ld -shared is gone. (also make test for Ruby completes properly) Thank you Ruben for the new release and the updated binutils! -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather

Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread Luis Lavena
On Sun, Sep 16, 2012 at 7:57 PM, Luis Lavena wrote: > Hello, > > When attempting to compile Ruby source (trunk) against above mentioned > version, it resulted in a crash for ld.exe. > > One of the RubyInstaller co-developers (and also Ruby committer) found > that --out-impl

[Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-16 Thread Luis Lavena
svcr90.dll (completely off-topic) I would love to help debug this further, but I'm not sure what other information I need to provide. Ruben: please let me know what other details you need so we can figure out the root issue. Thank you. -- Luis Lavena AREA 17 - Perfection in design is ac

Re: [Mingw-w64-public] Ruben's builds: native or cross-compiled?

2012-09-10 Thread Luis Lavena
On Mon, Sep 10, 2012 at 7:14 AM, Ruben Van Boxem wrote: > 2012/9/8 Luis Lavena >> >> Hello, >> >> I'm starting to use GCC 4.7.1 (win32 threading model) on both win32 >> and win64 OS and noticed the executables are no longer prefixed. >> >> Pre

[Mingw-w64-public] Ruben's builds: native or cross-compiled?

2012-09-08 Thread Luis Lavena
when building. Thank you for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -- Live Sec

Re: [Mingw-w64-public] 4.7.1-1-release by rubenvb

2012-08-12 Thread Luis Lavena
tValueKey () from C:\Windows\system32\ntdll.dll #6 0x004014e0 in ?? () #7 0x in ?? () === x86_64-w64-mingw32-gcc-4.7.1-1-release-win64_rubenvb.7z works without issue. === i686-w64-mingw32-gcc-4.7.1-1-release-win64_rubenvb.7z (cross from win64 to i686) also works. -- Luis Lavena AREA 17 -

[Mingw-w64-public] Question: improved win32 threading model for Vista+

2012-08-06 Thread Luis Lavena
e obtained. Thank you in advance for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -

[Mingw-w64-public] ERROR_SYMLINK_NOT_SUPPORTED missing in the headers (winerror.h)

2012-07-17 Thread Luis Lavena
x27;m missing something? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -- Live Sec

Re: [Mingw-w64-public] Command Window

2012-05-10 Thread Luis Lavena
reate a console application. See gcc --target-help -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry ---

Re: [Mingw-w64-public] new GCC 4.7 rubenvb Personal build

2012-03-13 Thread Luis Lavena
need. script: #include int main() { std::cout << "Hello, world!\n"; return 0; } Compiled as: g++ hello.cc -o hello.exe Still depends on LIBSTDC++-6.DLL Adding -static-libstdc++ made it depend on LIBWINPTHREAD-1.DLL Maybe I'm confusing how it is supposed to work?

Re: [Mingw-w64-public] new GCC 4.7 rubenvb Personal build

2012-03-13 Thread Luis Lavena
On Tue, Mar 13, 2012 at 2:32 PM, Ruben Van Boxem wrote: > Op 13 mrt. 2012 15:11 schreef "Luis Lavena" het > volgende: >> >> Seems other projects are affected by something in 4.7.0 too... Like Ragel: >> >> https://gist.github.com/2028996 >> >>

Re: [Mingw-w64-public] new GCC 4.7 rubenvb Personal build

2012-03-13 Thread Luis Lavena
ting WebKit from building: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52465 > Seems other projects are affected by something in 4.7.0 too... Like Ragel: https://gist.github.com/2028996 Which used to work with 4.6.x -- Luis Lavena AREA 17 - Perfection in design is achieved not when there

[Mingw-w64-public] libmysql and weird timespec definition and usage

2012-03-10 Thread Luis Lavena
nsec accordingly, a real mess. What would you guys suggest for me to approach and correct this? Any hint will be appreciated. Thanks in advance for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rathe

Re: [Mingw-w64-public] gcc-4.6.3 released!

2012-03-02 Thread Luis Lavena
On Fri, Mar 2, 2012 at 1:09 PM, niXman wrote: > > I didn't upload sources and scripts cause nobody needs them. I didn't > want to hide them =) > > BTW, Why should I duplicate sources avalilable from official sites? That is where GPL becomes annoying, but you should co

Re: [Mingw-w64-public] bfd missing from mingw-w64 builds?

2012-02-12 Thread Luis Lavena
On Sun, Feb 12, 2012 at 8:43 PM, niXman wrote: > You can find it in my builds: http://code.google.com/p/mingw-builds/ > Thank you. I also think this needs to be solved in mingw-w64 build system perhaps, that is why I informed it :-) -- Luis Lavena AREA 17 - Perfection in design is ac

[Mingw-w64-public] bfd missing from mingw-w64 builds?

2012-02-12 Thread Luis Lavena
ile or directory compilation terminated. I would have expected bfd would be installed as being part of binutils. Should I report a bug/feature request on SourceForge about this? Thank you in advance for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing

Re: [Mingw-w64-public] localtime_r defined as macro?

2011-12-10 Thread Luis Lavena
On Fri, Dec 9, 2011 at 7:13 AM, Ruben Van Boxem wrote: > 2011/12/8 Luis Lavena >> >> 3) Why even _POSIX is not defined localtime_r is? > > This has been fixed sometime after my 4.6.3 build. Please update to my > 4.6.3-1 build. Your testcase below passes/compiles. > I&

[Mingw-w64-public] localtime_r defined as macro?

2011-12-08 Thread Luis Lavena
pthread? 3) Why even _POSIX is not defined localtime_r is? Please excuse my naive questions and thanks in advance for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more t

[Mingw-w64-public] Detect difference at compile time between mingw and mingw-w64

2011-11-28 Thread Luis Lavena
mode. Thank you in advance and apologies if this was already answered, by keyword search didn't return any useful information. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Sai

Re: [Mingw-w64-public] Ruben's 4.6.3 builds and statically link stdc++ and winpthread

2011-11-19 Thread Luis Lavena
On Sat, Nov 19, 2011 at 10:58 AM, Kai Tietz wrote: > 2011/11/19 Luis Lavena : >> >> As for the stdc++, I know -static-libgcc and -static-stdc++ will do, >> but dunno the one for winpthreads. >> >> It is possible? >> > > Yes, this is possible.

[Mingw-w64-public] Ruben's 4.6.3 builds and statically link stdc++ and winpthread

2011-11-19 Thread Luis Lavena
on to trigger LLVM configure to use the static version of winpthread instead of the DLL? As for the stdc++, I know -static-libgcc and -static-stdc++ will do, but dunno the one for winpthreads. It is possible? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is no

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
ot ? Shouldn't the ddk headers be in a standard include > directory by default? > Thing is that ddk/ntifs.h depends on other .h files which will require be prefixed (#include ) Thank you both for your input, will check with other developers what they would like to do for this. Regards

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
On Wed, Oct 19, 2011 at 9:32 AM, Ozkan Sezer wrote: > On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena wrote: >> >> I'm missing a way to trigger the inclusion of DDK? > > Doing #include in your *.c and -I[somepath]/ddk in > your CFLAGS or something? > Thank yo

[Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
github.com/joyent/libuv/ [2] http://msdn.microsoft.com/en-us/library/windows/hardware/ff552012(v=vs.85).aspx -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there

Re: [Mingw-w64-public] rubenvb Personal Build: new release 4.6.2-2, now with Mac and Cygwin hosted builds!

2011-08-25 Thread Luis Lavena
On Thu, Aug 25, 2011 at 4:32 PM, Ruben Van Boxem wrote: > Op 25 aug. 2011 21:28 schreef "Luis Lavena" het >> >> Re: x86_64 inside Win32 and i686 inside Win64 download folders. >> >> It was me or these are in the right place? > > I fixed it

Re: [Mingw-w64-public] rubenvb Personal Build: new release 4.6.2-2, now with Mac and Cygwin hosted builds!

2011-08-25 Thread Luis Lavena
t's ok. Even better: I've successfully built Ruby on my OSX 10.6 with it, haven't tested it yet, but I bet it works ;-) Will test the native builds along with the cross-compiled version later today and let you know. Cheers, -- Luis Lavena AREA 17 - Perfection in design is achi

Re: [Mingw-w64-public] rubenvb Personal Build: new release 4.6.2-2, now with Mac and Cygwin hosted builds!

2011-08-25 Thread Luis Lavena
On Thu, Aug 25, 2011 at 12:20 PM, Luis Lavena wrote: > On Thu, Aug 25, 2011 at 10:49 AM, Ruben Van Boxem > wrote: >> >> Ah yes, and download links :) >> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb >> h

Re: [Mingw-w64-public] rubenvb Personal Build: new release 4.6.2-2, now with Mac and Cygwin hosted builds!

2011-08-25 Thread Luis Lavena
n32/Personal%20Builds/rubenvb > http://sourceforge.net/projects/mingw-w64/files/Toolchain sources/Personal > Builds/rubenvb/ > Thank you Ruben! But, didn't i686 and x86_64 get uploaded in inverse way? I see i686-w64-mingw32 in Targeting Win64 and x86_64-w64-mingw32 inside Targetting Win32

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

2011-08-24 Thread Luis Lavena
idn't last long. Sorry about that. I'm still interested in my offer: mac mini hardware to be delivered/shipped to be colocated/hosted for GCC/MinGW-w64 usage. Can you email me off-list? luislavena at gmail dot com. Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved

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

2011-08-17 Thread Luis Lavena
ce, as it will also used to build Ruby and several projects on Windows for RubyInstaller project. Tech specs: i3 2100, 8GB RAM, 1TB HDD, Windows 7 x64. Internet connection: crippled 3rd world ADSL :-P Will try join over IRC in a bit. -- Luis Lavena AREA 17 - Perfection in design is achieved n

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

2011-08-17 Thread Luis Lavena
On Wed, Aug 17, 2011 at 9:46 AM, NightStrike wrote: > On Tue, Aug 16, 2011 at 2:55 PM, Luis Lavena wrote: >> Hello, >> >> Due the recent number of builds for cygwin and linux, version 1.0 >> targeting win32 for darwin has disappear. >> >> Last file a

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

2011-08-16 Thread Luis Lavena
uildbot is down? is there is something I can help with? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Sai

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

2011-08-08 Thread Luis Lavena
ive windows variant), then good. > 7z-sfx is a good alternative to plain zip. Also, on Linux you can install 7za and extract the SFX from the command line, like it was a .7z directly. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather

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

2011-08-08 Thread Luis Lavena
x27;s half-baked and needs more thought.  And is > independent of just plain shipping less stuff, and should come after > that's done first. > This can be achieved with command line 7za and sfx package, as we do for RubyInstaller project, so no need to have 7-Zip installed in the

Re: [Mingw-w64-public] FYI: Welcome Ruben in his new role as packager for pre-build binaries for releases

2011-08-08 Thread Luis Lavena
gt; role. > Great news Kai! Welcome Ruben! -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build, revision 2

2011-06-07 Thread Luis Lavena
e last item be included in the package, but was wondering if you would like release individual language packages? I've perfect use for C and C++, but Fortran and Objective-C seems unless for average scenarios. Perhaps have a base and language layers? Just a thought/wish/desire. Thank you f

Re: [Mingw-w64-public] winscard.h required by windows.h (only in mingw-w64, not mingw.org)

2011-01-25 Thread Luis Lavena
ts already > used by windows headers, even when LEAN_AND_MEAN is in use. > Thank you JonY, already discussed with FreeTDS developers and will provide patches to avoid these issues. Regards, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but

[Mingw-w64-public] winscard.h required by windows.h (only in mingw-w64, not mingw.org)

2011-01-24 Thread Luis Lavena
stion around this? I know I can check with ifndef, but wanted to be sure and be consistent if this is really required or this is a fluke. Thank you in advance. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there

Re: [Mingw-w64-public] Making an executable export symbols and link to it

2010-10-26 Thread Luis Lavena
On Sat, Oct 23, 2010 at 5:51 PM, Cesar Strauss wrote: > On 10/23/2010 01:39 PM, Luis Lavena wrote: > >> I was attempting to port a program from Linux to Windows where certain >> functions are exported and used by plugin/extensions. Since the >> program is not a shared ob

Re: [Mingw-w64-public] Making an executable export symbols and link to it

2010-10-23 Thread Luis Lavena
h is modifying the program to generate a shared library to link against it. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away

[Mingw-w64-public] Making an executable export symbols and link to it

2010-10-23 Thread Luis Lavena
thout avail. As I've been suing dynamic languages for quite long, I'm definitely getting rusty at C. Does anyone have a hint to achieve this without radically altering the original program? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing m

Re: [Mingw-w64-public] Resources for automated builds?

2010-09-30 Thread Luis Lavena
ecent transaction fees increases, perhaps is not good for you to recover this donation. Please email me directly, I'm highly interested in contribute to the awesome work you guys are doing. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rath

[Mingw-w64-public] Resources for automated builds?

2010-09-26 Thread Luis Lavena
Hello Guys, I was wondering what infrastructure you guys have for the automated builds? I'm specially interested in the Darwin ones for 32 and 64 bits toolchains Does the team have available resources to have a 24/7 build slave for this? And if not, how can we help? Thanks in advance --

Re: [Mingw-w64-public] MSYS-64

2010-09-17 Thread Luis Lavena
evelopment Team > ~~ > Teemu > Bidski > NightStrike > Luis Lavena > Earnie > Earnie > ArbolOne > > Should you wish to be remove from the group just send me a personal email at > arbol...@gmail.com and I will remove you from the group. > Please remove myself as my set

[Mingw-w64-public] Wiki page for building from source

2010-09-15 Thread Luis Lavena
ect. Thank you in advance for any recommendation and responses. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine d

Re: [Mingw-w64-public] i686-w64-mingw32 1.0 includes dlfcn.h but not its library

2010-09-12 Thread Luis Lavena
On Sun, Sep 12, 2010 at 1:45 AM, Xiaofan Chen wrote: > On Sun, Sep 12, 2010 at 10:19 AM, Luis Lavena wrote: >> On Sat, Sep 11, 2010 at 9:58 PM, Xiaofan Chen wrote: >>> From what I read, dlfcn.h should be deleted as it is not really >>> applicable to Windows. You

Re: [Mingw-w64-public] i686-w64-mingw32 1.0 includes dlfcn.h but not its library

2010-09-11 Thread Luis Lavena
On Sat, Sep 11, 2010 at 9:58 PM, Xiaofan Chen wrote: > On Sun, Sep 12, 2010 at 5:56 AM, Luis Lavena wrote: >> Hello, >> >> I'm using mingw-w64 to cross-compile Ruby and other libraries from OSX >> to Windows. >> >> Using 4.5.1 prerelease >> (mi

[Mingw-w64-public] i686-w64-mingw32 1.0 includes dlfcn.h but not its library

2010-09-11 Thread Luis Lavena
eport this to the bug tracker or reports from automated builds are not valid? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Ex

[Mingw-w64-public] w32 snapshot 20100902 (darwin) is failing in tree_mem_ref_addr, at tree-ssa-address.c:278

2010-09-09 Thread Luis Lavena
able-shared --disable-install-doc --host=i686-w64-mingw32" make Going to try 1.0 versions now, but wanted to check here before proceeding to report to GCC itself. Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is

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

2010-09-02 Thread Luis Lavena
On Thu, Sep 2, 2010 at 4:12 PM, NightStrike wrote: > On Thu, Sep 2, 2010 at 2:35 PM, Luis Lavena wrote: >> On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: >>> >>> Is there a GCC PR for that? >>> >> >> http://gcc.gnu.org/ml/gcc/2010-07/msg00

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

2010-09-02 Thread Luis Lavena
On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: > > Is there a GCC PR for that? > http://gcc.gnu.org/ml/gcc/2010-07/msg00440.html -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. A

Re: [Mingw-w64-public] How to build OpenSSL

2010-08-27 Thread Luis Lavena
ing wrong. > Have you set TERM=msys before invoking Configure? I found that perl Configure mingw or perl Configure mingw64 will not generate the proper files without emulating msys terminal (like expecting been invoked inside msys bash) -- Luis Lavena AREA 17 - Perfection in design is achieved no

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Luis Lavena
On Tue, Aug 24, 2010 at 9:12 AM, Earnie wrote: > Luis Lavena wrote: >> >>  What about contributing/donating hardware? >> >>  While patches is a noble idea, not everybody will have the expertise >>  or knowledge to do it. >> >>  Just a thought. > >

Re: [Mingw-w64-public] MSYS-64

2010-08-24 Thread Luis Lavena
f you would like to help you > can submit patches at > https://sourceforge.net/tracker/?group_id=2435&atid=302435 and discuss > it at mingw-us...@lists.sourceforge.net. > What about contributing/donating hardware? While patches is a noble idea, not everybody will have the expertise or kn

Re: [Mingw-w64-public] Is v1.0 recommended for 'production' usage?

2010-08-05 Thread Luis Lavena
ads/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/sezero_20100711/ And OSX users, go download files from here: http://sourceforge.net/downloads/mingw-w64/Toolchains%20targetting%20Win32/Automated%20Builds/ -- Luis Lavena AREA 17 - Perfection in design is achieved not whe

[Mingw-w64-public] Is v1.0 recommended for 'production' usage?

2010-08-04 Thread Luis Lavena
ore, wanted to know if is advised use that version or use newer snapshots as they become available. Wanted to update instructions but a more experienced detail from you guys will be highly appreciated. Thank you for your time reading this. -- Luis Lavena AREA 17 - Perfection in design is achieved not w

Re: [Mingw-w64-public] oaidl.h incorrect definitions for VARDESC, TYPEDESC and ELEMDESC for anonymous functions

2010-08-02 Thread Luis Lavena
ies, but that is another story :-) Thank you again, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry --

Re: [Mingw-w64-public] oaidl.h incorrect definitions for VARDESC, TYPEDESC and ELEMDESC for anonymous functions

2010-07-31 Thread Luis Lavena
> This is of course my personal opinion. > I've checked in Ruby's source code and this is the only place been used. I have no idea in relation to cygwin's GCC and headers, but just removed mingw of that list and the extension compiled successfully. Thank you for your time and yo

Re: [Mingw-w64-public] oaidl.h incorrect definitions for VARDESC, TYPEDESC and ELEMDESC for anonymous functions

2010-07-31 Thread Luis Lavena
expected by MinGW. I'm guessing as I'm not 100% familiarized with OLE If you think that is necessary today (2010), I'm going to send a patch for Ruby to get that fixed. Thank you for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when

[Mingw-w64-public] oaidl.h incorrect definitions for VARDESC, TYPEDESC and ELEMDESC for anonymous functions

2010-07-31 Thread Luis Lavena
.4.5 and TDM1 I've also changed Ruby extension to use DUMMYUNIONNAME and __VARIANT_NAME_1/2/3 to refer to n1, n2 and n3. Apologize for my naive change, would like to know if is valid or not and if so, if more details are needed to report it back. Thank you. -- Luis Lavena AREA 17 - Perfecti

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-29 Thread Luis Lavena
On Thu, Jul 29, 2010 at 9:33 PM, JonY wrote: > On 7/30/2010 05:59, Luis Lavena wrote: >> >> Earnie: where specifically is uname source code? I can take a look to >> Windows API and since I have a x64 OS can check different results and >> let you know. >> >>

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-29 Thread Luis Lavena
indows API and since I have a x64 OS can check different results and let you know. If I can add proper identification of x86_64 (based from the OS it is running) will make me feel better for making you guys waste all this time answering this thread. Thank you. -- Luis Lavena AREA

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-29 Thread Luis Lavena
name. (me not happy anymore) > On a long term scale, it'd be nice to compile msys natively for win64. >  That's a long way off, though. > Indeed, but you can still dream the day :-) Again, thank you guys for your time and responses -- Luis Lavena AREA 17 - Perfec

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-29 Thread Luis Lavena
x27;mingw' (without the 32) are extensive and could affect a lot of projects that are assuming mingw32. With all due respect, back to my point: has anyone tried send patches to upstream for config.guess? I would like to as correct platform detection can remove one additional step

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-28 Thread Luis Lavena
back to lookup for *gcc* in the path and extrapolate the platform from it or the compilation of a simple .C file Thank you guys for your answers. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoi

Re: [Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-28 Thread Luis Lavena
pstream? > My personal preference for a config.guess return string would be > x86_64-w64-mingw. > I believe this was already established as "x86_64-w64-mingw32" ? http://sourceforge.net/apps/trac/mingw-w64/wiki/MSYS -- Luis Lavena AREA 17 - Perfection in design is achieved not w

[Mingw-w64-public] Making config.guess detect mingw64 platform?

2010-07-27 Thread Luis Lavena
would like to do is properly detect it (natively) or patch some libraries that include config.guess files. Thank you for your time and looking forward suggestions. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothi

[Mingw-w64-public] Using gendef in Ubuntu to generate import library for MySQL 5.1.47

2010-05-28 Thread Luis Lavena
any suggest about installing mingw-w64 to target 32bits applications that do not interfere with Ubuntu? Thank you in advance for your time. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to a