Programming Languages: C, C++, Java, Ada, Fortran, Pascal
License: Public Domain, BSD License, GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw login
cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw co -P modulename
I am using gettext source + patches (mgwport prep) from the mingw repo, while configuring using this : ./configure --prefix=/mingw --host=i586-pc-mingw32 --enable-relocatable --enable-static --enable-threads=win32 --disable-java --disable-csharp \ --without-included-glib --without-included-libxml --disable-rpath \ --disable-rpath --without-emacs --disable-native-java --without-git \...
2012-05-23 04:07:54 PDT by illuminity
getaddrinfo is supported from win 2000, which version is 0x0500. See http://msdn.microsoft.com/en-us/library/windows/desktop/ms738520%28v=vs.85%29.aspx Earnie said that in mingw headers, this function is guarded by WINVER = 0x0501. Maybe other functions like getaddrinfo should be cheked too. Vincent Torri.
2012-05-18 08:55:08 PDT by doursse
debug msys can find the failed location in heap.cc call VirtualAlloc fail using GetLastError get the error code is ERROR_INVALID_ADDRESS 487 (0x1E7)
2012-05-17 06:33:30 PDT by squallatf
gcc -v Reading specs from /usr/gcc3/bin/../lib/gcc/i686-pc-msys/3.4.4/specs Configured with: /home/cstrauss/build/gcc3/gcc-3.4.4/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/share/info --mandir=/share/man --libexecdir=/lib --enable-languages=c,c++ --disable-nls --enable-threads=posix --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug...
2012-05-17 06:23:53 PDT by squallatf
Which gcc? Please provide the ``gcc -v'' output.
2012-05-17 06:03:46 PDT by earnie
msys gcc can't complie big source, will get out of memory allocation error. also program in msys can't malloc mem big than 256MB.
2012-05-17 05:55:16 PDT by squallatf
made 2 file-release changes.
cwilso11 made 1 file-release changes.
2012-05-16 21:49:03 PDT by cwilso11
made 1 file-release changes.
I've just looked at the patch. It appears to be barking at the wrong tree. Have you built MSYS in debug mode? If so, strace should give you a value for 'returning: %s'.
2012-05-16 11:07:24 PDT by earnie