<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/mingw/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/mingw/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Jan 2013 00:54:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mingw/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>_mktemp_s missing from MinGW</title><link>https://sourceforge.net/p/mingw/support-requests/167/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;_mktemp_s is exported from msvcrt.dll, but there is no declaration/definition for it.&lt;/p&gt;
&lt;p&gt;Please see MSDN documentation for the family of functions at &lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/t8ex5e91%28v=vs.80%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/t8ex5e91%28v=vs.80%29.aspx&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Brown</dc:creator><pubDate>Mon, 28 Jan 2013 00:54:05 -0000</pubDate><guid>https://sourceforge.neta8847ed410c4adf95e0f4cf1d0119fc3ef8d97a8</guid></item><item><title>_MAX_ENV missing</title><link>https://sourceforge.net/p/mingw/support-requests/166/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The _MAX_ENV #defined constant is missing from MinGW.&lt;/p&gt;
&lt;p&gt;According to&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/e8abs9d2%28v=vs.80%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/e8abs9d2%28v=vs.80%29.aspx&lt;/a&gt;&lt;br /&gt;
_MAX_ENV is "The maximum permissible string length of an environmental&lt;br /&gt;
variable".&lt;/p&gt;
&lt;p&gt;That link does not give the value, but&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms682653%28v=vs.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/ms682653%28v=vs.85%29.aspx&lt;/a&gt;&lt;br /&gt;
says "The maximum size of a user-defined environment variable is 32,767&lt;br /&gt;
characters".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Brown</dc:creator><pubDate>Mon, 28 Jan 2013 00:46:31 -0000</pubDate><guid>https://sourceforge.net54cf759901c9b3e9272822ebb0b4c828808862e4</guid></item><item><title>mingw32-make does not set $(RM) to "del"</title><link>https://sourceforge.net/p/mingw/support-requests/165/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;occationally, I use mingw32-make for building very simple projects. However, it fails to call the clean: rules, because they remove the object files with "(RM) *.o" (similar). However, $(RM) is still set to "rm -f", which does not exist outside MSYS. Please fall back to Windows' own "del" in such case.&lt;/p&gt;
&lt;p&gt;- Fabian&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Wed, 02 Jan 2013 11:26:16 -0000</pubDate><guid>https://sourceforge.net947af1bdb16bdda3426a497e5a682935a8416fa9</guid></item><item><title>configure: error: could not make</title><link>https://sourceforge.net/p/mingw/support-requests/164/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I have following MSYS:&lt;br /&gt;
$ uname -a&lt;br /&gt;
MINGW32_NT-5.1 mypc 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys&lt;/p&gt;
&lt;p&gt;I can not run ./configure script for SDCC project in this environment. It ends with message \"configure: error: could not make\" at the place where CONFIG_HEADERS are to be printed out.&lt;/p&gt;
&lt;p&gt;I was told that on other systems ( Linux, Cygwin), this script works properly.&lt;/p&gt;
&lt;p&gt;Attached are both configure and config.log scripts packed in the ZIP file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaclav</dc:creator><pubDate>Tue, 01 Jan 2013 14:49:00 -0000</pubDate><guid>https://sourceforge.net06f6e0e5296f3141e0fbf493ecfb6db1e5b19125</guid></item><item><title>Error unrecognizable insn</title><link>https://sourceforge.net/p/mingw/support-requests/163/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;MinGW 4.7.1 fails to compile this code:&lt;/p&gt;
&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
static FILE *volatile fd;&lt;br /&gt;
void f(void) { fd = stdout; }&lt;/p&gt;
&lt;p&gt;Producing the following error:&lt;/p&gt;
&lt;p&gt;D:\Sources\src\DE\Test.cpp: In function 'void f()':&lt;br /&gt;
D:\Sources\\src\DE\Test.cpp:3:52: error: unrecognizable insn:&lt;br /&gt;
(insn 8 7 9 3 (set (mem/v/f/c:SI (symbol_ref:SI ("_ZL2fd") [flags 0x2] &amp;lt;var_decl 050d88a0 fd&amp;gt;) [0 fd+0 S4 A32])&lt;br /&gt;
(const:SI (plus:SI (symbol_ref:SI ("_iob") [flags 0x440] &amp;lt;var_decl 05096c60 _iob&amp;gt;)&lt;br /&gt;
(const_int 32 [0x20])))) D:\DubEdit\src\DE\Test.cpp:3 -1&lt;br /&gt;
(nil))&lt;br /&gt;
D:\Sources\src\DE\Test.cpp:3:52: internal compiler error: in extract_insn, at recog.c:2123&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giles</dc:creator><pubDate>Sat, 08 Dec 2012 23:32:43 -0000</pubDate><guid>https://sourceforge.net31fef0db4a107a50b98bb8759439332eb3937f00</guid></item><item><title>couldn't commit memory for cygwin heap, Win32 error 487</title><link>https://sourceforge.net/p/mingw/support-requests/162/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I\'m currently trying to compile gcc-4.7.0 with target of arm-eabi in MSYS (1.0.18) with gcc-4.7.2 and I getting this error:&lt;/p&gt;
&lt;p&gt;MinGW\\msys\\1.0\\bin\\make.exe: *** couldn\'t commit memory for cygwin heap, Win32 error 487&lt;/p&gt;
&lt;p&gt;My OS is XP SP3.&lt;/p&gt;
&lt;p&gt;I have 2 gb of physical RAM, 400 mb of them took system etc.&lt;/p&gt;
&lt;p&gt;I have 1 gb swap on C: and 3 gb swap on H:&lt;/p&gt;
&lt;p&gt;I\'ve googled this, tried to rewrite this value in registry both in &lt;br /&gt;
HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygwin &lt;br /&gt;
and &lt;br /&gt;
HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin&lt;br /&gt;
with creating DWORD parameter, but it seems to not affect at all. I\'ve tried different values, from 1024 to 2048 and still get this error.&lt;/p&gt;
&lt;p&gt;I\'ve also tried to recompile MSYS dll with heap_chunk_in_mb = 1300; in shared_info::heap_chunk_size ()&lt;br /&gt;
It does not help too and unfortunately I can\'t use more 1300 - msys won\'t start then. &lt;/p&gt;
&lt;p&gt;One weird thing I\'ve noticed, that with common msys-1.0.dll where heap_chunk_in_mb = 256 this error appear just once, and with recompiled - twice.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P@S@f</dc:creator><pubDate>Mon, 03 Dec 2012 23:59:32 -0000</pubDate><guid>https://sourceforge.net63a2f7963b4ee40822bf0de80d2d03676fea13c7</guid></item><item><title>Pressing Tab without input hangs</title><link>https://sourceforge.net/p/mingw/support-requests/161/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Open msys, press Tab. Nothing happens.&lt;/p&gt;
&lt;p&gt;Press some keys, still nothing happens.&lt;/p&gt;
&lt;p&gt;Press Ctrl+C. A new prompt will appear and the previously pressed keys will be displayed there.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Orgad Shaneh</dc:creator><pubDate>Tue, 06 Nov 2012 08:58:01 -0000</pubDate><guid>https://sourceforge.nete763723998eef3e7d6d4e73c6c2a8148dbae16c2</guid></item><item><title>Simple compiled program crashes</title><link>https://sourceforge.net/p/mingw/support-requests/160/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Operating System: Windows 7 64-bit&lt;br /&gt;
GCC Version: 4.7.0&lt;br /&gt;
Binutils Version: 2.22&lt;br /&gt;
MinGW Installer Version: mingw-get-inst-20120426.exe&lt;br /&gt;
Build environment: cmd.exe&lt;/p&gt;
&lt;p&gt;Minimal Self-Contained Test Case:&lt;/p&gt;
&lt;p&gt;Compiling the following segment of code with the command line&lt;br /&gt;
g++ main.cpp -o main.exe&lt;br /&gt;
will produce an executable file (main.exe). However, upon running the executable file, it will result in the program crashing.&lt;/p&gt;
&lt;p&gt;#include &amp;lt;string&amp;gt;&lt;/p&gt;
&lt;p&gt;int main () {&lt;br /&gt;
std::string str;&lt;/p&gt;
&lt;p&gt;return 0;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I obtained the latest version of GCC by running the installer listed earlier. During the installation process I chose the option "Download latest repository catalogues". Then, under the "Select Components" section, I checked the checkbox next to "C++ Compiler" (everything else left as default). It then downloaded and placed all of the files in C:\MinGW\. However, when I attempt to run a simple compiled program, the program will crash.&lt;/p&gt;
&lt;p&gt;I do think this issue has something to do with the version 4.7.0, because when I do not chose the "Download latest repository catalogues" option, it will download and install version 4.6.2 (along with Binutils Version 2.22). I've never had any problems with compiling/running programs with version 4.6.2 on the exact same system setup mentioned earlier.&lt;/p&gt;
&lt;p&gt;Running the program compiled with 4.7.0, the following is the crash report that Windows 7 gives:&lt;br /&gt;
Problem signature:&lt;br /&gt;
Problem Event Name: APPCRASH&lt;br /&gt;
Application Name:   main.exe&lt;br /&gt;
Application Version:    0.0.0.0&lt;br /&gt;
Application Timestamp:  5090ad7a&lt;br /&gt;
Fault Module Name:  libstdc++-6.dll&lt;br /&gt;
Fault Module Version:   0.0.0.0&lt;br /&gt;
Fault Module Timestamp: 4ed82a4d&lt;br /&gt;
Exception Code: c0000005&lt;br /&gt;
Exception Offset:   00049edc&lt;br /&gt;
OS Version: 6.1.7601.2.1.0.256.48&lt;br /&gt;
Locale ID:  1033&lt;br /&gt;
Additional Information 1:   0a9e&lt;br /&gt;
Additional Information 2:   0a9e372d3b4ad19135b953a78882e789&lt;br /&gt;
Additional Information 3:   0a9e&lt;br /&gt;
Additional Information 4:   0a9e372d3b4ad19135b953a78882e789&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 31 Oct 2012 05:01:22 -0000</pubDate><guid>https://sourceforge.netba9965e8a3a25b5f724c4f62de17050023e26c91</guid></item><item><title>g++ cant see sdl-config - ID: 3084661</title><link>https://sourceforge.net/p/mingw/support-requests/159/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am on windows 7 64 bit and I am using codeblocks, mingw and sdl 1.2.15.&lt;/p&gt;
&lt;p&gt;for gtk I have configured Codeblocks to use pkg-config, which works!&lt;/p&gt;
&lt;p&gt;but for sdl there is not a pgk-config? i have found a sdl-config... but it dont work! its not an exe and if I add it to the compiler and linker options in codeblocks it will output nothinh... is it broken maybe?&lt;/p&gt;
&lt;p&gt;best regards&lt;br /&gt;
chris&lt;/p&gt;
&lt;p&gt;PS: sorry for bad english...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris2000</dc:creator><pubDate>Mon, 24 Sep 2012 15:03:29 -0000</pubDate><guid>https://sourceforge.net8f221fad95d2b03ad125a34d2d625fcd49ed100d</guid></item><item><title>Does msys properly parse system path?</title><link>https://sourceforge.net/p/mingw/support-requests/158/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes programs add items to the path containing spaces, does this interfere at all with locating binaries that are on the msys path but NOT the windows path?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Gooch</dc:creator><pubDate>Sun, 26 Aug 2012 17:06:50 -0000</pubDate><guid>https://sourceforge.net1cd64e71e986d43287e7401f42968c3b32c87877</guid></item></channel></rss>