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

2012-02-09 Thread Jim Michaels
that is extremely helpful.  I work with many platforms. > > From: Pau Garcia i Quiles >To: mingw-w64-public@lists.sourceforge.net >Sent: Thursday, February 9, 2012 3:55 PM >Subject: Re: [Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto >build? > >

[Mingw-w64-public] building shared version of mpfr failed in make check

2012-02-09 Thread Rinrin
Hi: latest mingw64 cross toolchain in cygwin(mingw64-x86_64-gcc-4.5.3-4) seems have some dllexport/dllimport issues. I'm supposing that it is related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44139 when 'make check' with mpfr, it shows: libtool: link: x86_64-w64-mingw32-gcc -Wall -Wmissing-

[Mingw-w64-public] gcc build stage 2 error

2012-02-09 Thread Whitequill Riclo
http://pastebin.com/9F3ZRg3h I'm running into problems in the second build of gcc it gets to 'mempcpy' and then fails. I've tried to find a error like this but the only one I found that was exactly the same error was in regards to lyx. and that was after going though quite a few pages of search re

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

2012-02-09 Thread Jim Michaels
is PRIdu4 some sort of built-in macro? I will probably use the %Iu since it works with either platform and most implementations use size_t for their definitions of size_type (but not everything is in g++!). I tried find . -exec egrep "typedef[ \t].*[ \t]size_type;" {} ; -print and got some v

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

2012-02-09 Thread Pau Garcia i Quiles
Hi, This might be useful: https://www.assembla.com/spaces/zsync-windows/wiki/Types_sizes On Fri, Feb 10, 2012 at 12:14 AM, Jim Michaels wrote: > > hi... > does anyone know what sizeof(size_t) is in 64-bit systems? > > #include > #include > using namespace std; > int main(void) { > cout<

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

2012-02-09 Thread JonY
On 2/10/2012 07:14, Jim Michaels wrote: > > hi... > > does anyone know what sizeof(size_t) is in 64-bit systems? > > #include > #include > using namespace std; > int main(void) { > cout< return 0; > } > > this needs to be run on a 64-bit system. I have a 32-bit system. I could > us

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

2012-02-09 Thread Vincent Torri
On Fri, Feb 10, 2012 at 12:14 AM, Jim Michaels wrote: > > hi... > does anyone know what sizeof(size_t) is in 64-bit systems? > > #include > #include > using namespace std; > int main(void) { >     cout<     return 0; > } > > this needs to be run on a 64-bit system.  I have a 32-bit system.  I co

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

2012-02-09 Thread Jim Michaels
hi... does anyone know what sizeof(size_t) is in 64-bit systems? #include #include using namespace std; int main(void) {     cout

[Mingw-w64-public] gcc search path directory separator

2012-02-09 Thread Davidson, Josh
Is there something that can be configured to change how gcc reports its search path? I've used different builds of MinGW-W64 and some end up with at least one standard header path that is completely forward slashes and some end up with only paths that have at least one backslash. Usually, for