Re: [Mingw-w64-public] Help: __mingw_aligned_malloc was not declared in this scope

2010-09-16 Thread zhou drangon
2010/9/15 G E Naganna : > Hi all, > > > >     I am getting following error if I use __aligned_malloc function in > code. > > > >    Error : __mingw_aligned_malloc was not declared in this scope > > > >    My code is as follows > > > >     #include > > > > #ifdef _WIN32

Re: [Mingw-w64-public] build script anomaly

2010-09-16 Thread Cesar Strauss
On 16/9/2010 11:22, Ruben Van Boxem wrote: > What's wrong, you ask? the echo line > >> echo "configuring libiconv: "$CONFIG_OPTS >> > prints the right thing, but the line below it with the actual configure > command, messes it up for some reason, and the subsequent "make" call has > this form: Try

Re: [Mingw-w64-public] ICE with GCC-4.5.1-20100708

2010-09-16 Thread JonY
On 7/16/2010 08:46, Yaakov (Cygwin/X) wrote: > On Fri, 2010-07-16 at 02:06 +0200, Angelo Graziosi wrote: >> Testing the mingw64-i686* packages found at >> ftp://ftp.cygwinports.org/pub/cygwinports/temp/MinGW (Cygwin cross >> compiler, see[*]), I have obtained an ICE: >> >> $ cat ICE_test.cpp >> voi

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

2010-09-16 Thread NightStrike
On Wed, Sep 15, 2010 at 11:06 AM, Luis Lavena wrote: > Hello guys, > > I noticed there hasn't been more automated builds for Darwin since 2010-09-02. > > So looking at this page: > > http://sourceforge.net/apps/trac/mingw-w64/wiki/Cross%20Win32%20and%20Win64%20compiler > > Things marked as optiona

Re: [Mingw-w64-public] GCC C++0x

2010-09-16 Thread NightStrike
On Wed, Sep 15, 2010 at 6:10 AM, Ruben Van Boxem wrote: > 2010/8/31 GhostlyDeath >> >> Win32 has conditions, however it's Vista/2008 and on: >> >> http://msdn.microsoft.com/en-us/library/ms682052(VS.85).aspx >> >> So it won't be available on lower end systems. Thread conditions are >> basically "

[Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread G E Naganna
Hi all, I am not able to generate GLEW libraries from MinGW-w64. I did not find Makefile.mingw64 in config folder so I compiled by using Msys. I am getting following error. gcc -O2 -Wall -W -Iinclude -DGLEW_BUILD -o src/glew.o -c src/glew.c In file included from src/glew.c:3

[Mingw-w64-public] Help: __mingw_aligned_malloc was not declared in this scope

2010-09-16 Thread G E Naganna
Hi all, I am getting following error if I use __aligned_malloc function in code. Error : __mingw_aligned_malloc was not declared in this scope My code is as follows #include #ifdef _WIN32 #include #else #include #include #endif

[Mingw-w64-public] libgcc compilation failure

2010-09-16 Thread Chris Spencer
Hi all, I'm trying to compile and install the w64 cross-compiler and am having some trouble. I am following the instructions in the mingw-w64-howto-build.txt file and have got as far as the FNSHGC section. When I try to continue the GCC compilation it fails to compile libgcc with a number of 'Cann

Re: [Mingw-w64-public] build script anomaly

2010-09-16 Thread NightStrike
On Thu, Sep 16, 2010 at 11:28 AM, Ruben Van Boxem wrote: > 2010/9/16 Ozkan Sezer >> >> Well, you are using quotes between quotes without escaping them: >> CONFIG_OPTS="--prefix="$PREFIX" .. >> should it not read: >> CONFIG_OPTS="--prefix=\"$PREFIX\" .. >> This kind

Re: [Mingw-w64-public] build script anomaly

2010-09-16 Thread Ruben Van Boxem
2010/9/16 Ozkan Sezer > > Well, you are using quotes between quotes without escaping them: > CONFIG_OPTS="--prefix="$PREFIX" .. > should it not read: > CONFIG_OPTS="--prefix=\"$PREFIX\" .. > This kind of stuff I would have looked first. (... and remove the > trail

Re: [Mingw-w64-public] build script anomaly

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 5:22 PM, Ruben Van Boxem wrote: > Hi, > > I have created a build script from my GCC building experience... I knwo this > isn't the fix my BASH script list, but still. > > The problem lies (I think) in > > 1) my extremely limited BASH knowledge > 2) the quotes in the CFLAGS=

[Mingw-w64-public] build script anomaly

2010-09-16 Thread Ruben Van Boxem
Hi, I have created a build script from my GCC building experience... I knwo this isn't the fix my BASH script list, but still. The problem lies (I think) in 1) my extremely limited BASH knowledge 2) the quotes in the CFLAGS="..." part What's wrong, you ask? the echo line > echo "configuring li

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread G E Naganna
Ozkan, Thanks for quick reply. I am able to do after modifying fstab. Thanks and Regards G E Naganna -Original Message- From: Ozkan Sezer [mailto:seze...@gmail.com] Sent: Thursday, September 16, 2010 6:08 PM To: G E Naganna Cc: mingw-w64-public@lists.sourceforge.net Subject: Re:

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 3:33 PM, G E Naganna wrote: > Ozkan, > >     Thanks I found those libraries under x86_64-w64-mingw32/lib.  Could you > please tell me how to setup my msys to pick correct(64bit) mingw folder? Well, for me msys thinks mingw is installed under c:/mingw Looking at the fstab f

Re: [Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread Ruben Van Boxem
2010/9/16 John E. / TDM > On 9/16/2010 6:22 AM, Ruben Van Boxem wrote: > > 2010/9/16 John E. / TDM > >> The GCC project recommends that you use the versions of the support >> libraries at , and I've >> certainly had the most luck with them. >> > > Hav

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread G E Naganna
Ozkan, Thanks I found those libraries under x86_64-w64-mingw32/lib. Could you please tell me how to setup my msys to pick correct(64bit) mingw folder? Thanks and Regards G E Naganna -Original Message- From: Ozkan Sezer [mailto:seze...@gmail.com] Sent: Thursday, September 16, 201

Re: [Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread John E. / TDM
On 9/16/2010 6:22 AM, Ruben Van Boxem wrote: 2010/9/16 John E. / TDM mailto:tdra...@tdragon.net>> The GCC project recommends that you use the versions of the support libraries at , and I've certainly had the most luck with them. Have you

Re: [Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread Ruben Van Boxem
2010/9/16 John E. / TDM > On 9/16/2010 4:51 AM, Ruben Van Boxem wrote: > > Hi, > > > > I need the cloog-ppl git version: > > - the latest release doesn't find ppl-0.11 > > - ppl-0.11 doesn't find gmp-5.0.1 > > - I don't want to use gmp-4.2.4 > > The GCC project recommends that you use the ver

Re: [Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread John E. / TDM
On 9/16/2010 4:51 AM, Ruben Van Boxem wrote: > Hi, > > I need the cloog-ppl git version: > - the latest release doesn't find ppl-0.11 > - ppl-0.11 doesn't find gmp-5.0.1 > - I don't want to use gmp-4.2.4 The GCC project recommends that you use the versions of the support libraries at

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 2:43 PM, G E Naganna wrote: > After changing from __int64 to long long. I am getting following error. It > looks like lot of libraries missing in MinGW-w64. Where can I find there > libraries? > > > > +

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread G E Naganna
After changing from __int64 to long long. I am getting following error. It looks like lot of libraries missing in MinGW-w64. Where can I find there libraries?

Re: [Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread Ruben Van Boxem
2010/9/16 Ruben Van Boxem > > I tried using mingw-libtool and mingw-w64 autotools and ran ./autogen in > the source directory, but the problem remains :( > > Guess that was a stupidstupidstupid idea... I instead modified configure to simply accept any ppl version >= 0.10 by modifying one line :)

[Mingw-w64-public] building cloog-ppl git version

2010-09-16 Thread Ruben Van Boxem
Hi, I need the cloog-ppl git version: - the latest release doesn't find ppl-0.11 - ppl-0.11 doesn't find gmp-5.0.1 - I don't want to use gmp-4.2.4 But when I get snapshot of latest master from here: http://repo.or.cz/w/cloog-ppl.git and run configure and make, I get this error: make: *** No

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 1:02 PM, G E Naganna wrote: > Hi all, > >   I am not able to generate GLEW libraries from MinGW-w64.  I did > not find Makefile.mingw64 in config folder so I compiled by using Msys. I > am getting following error. > >     gcc -O2 -Wall -W -Iinclude  -DGLEW_BUILD -o

[Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-16 Thread G E Naganna
Hi all, I am not able to generate GLEW libraries from MinGW-w64. I did not find Makefile.mingw64 in config folder so I compiled by using Msys. I am getting following error. gcc -O2 -Wall -W -Iinclude -DGLEW_BUILD -o src/glew.o -c src/glew.c In file included from src/glew.c:3

Re: [Mingw-w64-public] issue with shlobjidl.h

2010-09-16 Thread Kai Tietz
2010/9/16 Ozkan Sezer : > On Thu, Sep 16, 2010 at 6:36 AM, Chris Sutcliffe wrote: >> There is a problem with shlobjidl.h, in that gcc complains with: >> >> C:\MinGW64\mingw\include/shobjidl.h:800:3: warning: 'typedef' was >> ignored in this declaration >> >> Due to: >> >>  typedef enum tagSHCONTF

[Mingw-w64-public] multilib toolchain creation

2010-09-16 Thread Ruben Van Boxem
Hi, Yesterday, I succeeded in creating a multilib toolchain, save for one bad side effect: every x64 executable being linked dynamically to gcc libs crashes on startup. When I add "-m32", the programs run fine. I believe the problem lies in the x64 gcc DLL's being overwritten by the 32-bit ones on

Re: [Mingw-w64-public] ppl and mingw-w64

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 12:49 AM, Ruben Van Boxem wrote: > 2010/9/15 Ozkan Sezer >> >> I already downloaded from there, this one >> http://www.cs.unipr.it/ppl/Download/ftp/releases/0.11/ppl-0.11.tar.gz >> >> Did you look at the Boundary.defs.hh line 196 in it: >> r = info.restrict(round_dir_check

Re: [Mingw-w64-public] issue with shlobjidl.h

2010-09-16 Thread Ozkan Sezer
On Thu, Sep 16, 2010 at 6:36 AM, Chris Sutcliffe wrote: > There is a problem with shlobjidl.h, in that gcc complains with: > > C:\MinGW64\mingw\include/shobjidl.h:800:3: warning: 'typedef' was > ignored in this declaration > > Due to: > >  typedef enum tagSHCONTF { >    SHCONTF_FOLDERS = 0x0020,SH