Re: [Mingw-w64-public] Bugs in setjmp.h

2011-02-22 Thread Dongsheng Song
Sorry, here is the update source can be compiled by MS VC: $ cat have_sse.c #include #include jmp_buf env; int have_sse_unit = 1; void illegal_instruction_catcher(int ignore) { signal(SIGILL, SIG_DFL); longjmp(env, 1); } unsigned int sse_get_control() { unsigned int cw; #ifdef _MSC_VER

[Mingw-w64-public] Bugs in setjmp.h

2011-02-22 Thread Dongsheng Song
Hi, Here is the bugs exposed by Parma Polyhedra Library. In setjmp manual, the only required head file is setjmp.h, but mingw-w64 is not the case, here is a example: $ cat have_sse.c #include #include jmp_buf env; int have_sse_unit = 1; void illegal_instruction_catcher(int ignore) { signal

Re: [Mingw-w64-public] Add Yafaray project to list website

2011-02-22 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/23/2011 03:40, GABRIELE FERRERI wrote: > Hi all, > can anyone add YafaRay in the list of projects succefully using MinGW-W64? > Here the official link: > http://www.yafaray.org/ > > Cheers, > Gabriele > Hi, Yafaray now added. -BEGIN PGP SI

Re: [Mingw-w64-public] PostgreSQL builds with MinGW-w64

2011-02-22 Thread Ruben Van Boxem
Op 22 feb. 2011 21:45 schreef "kmx" het volgende: > > Hi andrew, > > I have just tried to build postgresql-9.0.3 with 64bit mingw-w64 (4.4.5 sezero's Oct2010 binaries). > > However ./configure ... ends with the following failure: > checking types of arguments for accept()... configure: error: coul

Re: [Mingw-w64-public] PostgreSQL builds with MinGW-w64

2011-02-22 Thread kmx
Hi andrew, I have just tried to build postgresql-9.0.3 with 64bit mingw-w64 (4.4.5 sezero's Oct2010 binaries). However ./configure ... ends with the following failure: checking types of arguments for accept()... configure: error: could not determine argument types I can send full config.log if n

Re: [Mingw-w64-public] Browsing files of the project

2011-02-22 Thread Ruben Van Boxem
2011/2/22 Suresh Govindachar > Kai Tietz wrote: > >2011/2/22 Suresh Govindachar : > >>Kai Tietz wrote: > >>>2011/2/22 Suresh Govindachar : > > ... would like to download and install files of > mingw-64 using the method indicated in: > > > http://old.nabble.com/

Re: [Mingw-w64-public] Browsing files of the project

2011-02-22 Thread Suresh Govindachar
Kai Tietz wrote: >2011/2/22 Suresh Govindachar : >>Kai Tietz wrote: >>>2011/2/22 Suresh Govindachar : ... would like to download and install files of mingw-64 using the method indicated in:    http://old.nabble.com/Re%3A-how-does-one-mass-download-MinGW-p

[Mingw-w64-public] Add Yafaray project to list website

2011-02-22 Thread GABRIELE FERRERI
Hi all, can anyone add YafaRay in the list of projects succefully using MinGW-W64? Here the official link: http://www.yafaray.org/ Cheers, Gabriele -- Free Software Download: Index, Search & Analyze Logs and other

Re: [Mingw-w64-public] Browsing files of the project

2011-02-22 Thread Kai Tietz
2011/2/22 Suresh Govindachar : >  Kai Tietz wrote: >  >2011/2/22 Suresh Govindachar : >  >> >  >> Hello, >  >> >  >> To browse the files of the mingw-w64 project on >  >> http://sourceforge.net/projects/mingw-w64/files/, one needs >  >> to click on an folder-item, which brings up a new web-page >  

Re: [Mingw-w64-public] Browsing files of the project

2011-02-22 Thread Suresh Govindachar
Kai Tietz wrote: >2011/2/22 Suresh Govindachar : >> >> Hello, >> >> To browse the files of the mingw-w64 project on >> http://sourceforge.net/projects/mingw-w64/files/, one needs >> to click on an folder-item, which brings up a new web-page >> with more folder-items, one clicks on

Re: [Mingw-w64-public] Parma Polyhedra Library 0.11.1

2011-02-22 Thread Dongsheng Song
On Tue, Feb 22, 2011 at 17:05, Roberto Bagnara wrote: > On 02/22/2011 06:04 AM, Dongsheng Song wrote: >> >> When I build on i686-w64-mingw32 target: >> >> libtool: compile:  i686-w64-mingw32-g++ -DHAVE_CONFIG_H -I. >> -I/home/oracle/src/ppl-0.11.1/src -I.. -I.. >> -I/home/oracle/src/ppl-0.11.1/src

Re: [Mingw-w64-public] Parma Polyhedra Library 0.11.1

2011-02-22 Thread Dongsheng Song
On Tue, Feb 22, 2011 at 17:05, Roberto Bagnara wrote: >> And I'm doubt the assumption GMP does not support exception when cross >> compiling: >> >> $ git diff m4/ac_check_gmp.m4 >> diff --git a/m4/ac_check_gmp.m4 b/m4/ac_check_gmp.m4 >> index c5dd1c9..8c2af74 100644 >> --- a/m4/ac_check_gmp.m4 >>

Re: [Mingw-w64-public] Parma Polyhedra Library 0.11.1

2011-02-22 Thread Roberto Bagnara
On 02/22/2011 06:04 AM, Dongsheng Song wrote: > When I build on i686-w64-mingw32 target: > > libtool: compile: i686-w64-mingw32-g++ -DHAVE_CONFIG_H -I. > -I/home/oracle/src/ppl-0.11.1/src -I.. -I.. > -I/home/oracle/src/ppl-0.11.1/src > -I/home/oracle/tmp/gcc-4.5-windows-obj/misc//include -g -O2 >

Re: [Mingw-w64-public] Browsing files of the project

2011-02-22 Thread Kai Tietz
2011/2/22 Suresh Govindachar : > > Hello, > >  To browse the files of the mingw-w64 project on >  http://sourceforge.net/projects/mingw-w64/files/, one needs >  to click on an folder-item, which brings up a new web-page >  with more folder-items, one clicks on yet another specific >  folder, and so

Re: [Mingw-w64-public] missing long double format in printf

2011-02-22 Thread Kai Tietz
2011/2/22 Jim Michaels : > #include > #include > int main(void) { >     int64_t n1=13000LL; >     int64_t n2=1999888999256LL; >     double >     dnum=n1, >     dden=n2, >     dpercent=n1; >     long double >     ldnum=n1, >     ldden=n2, >     ldpercent=n1; > >