User forums > Nightly builds
The 06 January 2009 build (5382) is out.
dje:
--- Quote from: Loaden on January 08, 2009, 02:33:35 pm ---
--- Code: ------ src/plugins/compilergcc/compilerMINGWgenerator.cpp (revision 5387)
+++ src/plugins/compilergcc/compilerMINGWgenerator.cpp (working copy)
@@ -36,7 +36,10 @@
wxString result = CompilerCommandGenerator::SetupIncludeDirs(compiler, target);
m_VerStr = compiler->GetVersionString();
wxString pch_prepend;
- bool IsGcc4 = m_VerStr.Left(1).IsSameAs(_T("4"));
+// bool IsGcc4 = m_VerStr.Left(1).IsSameAs(_T("4"));
+ // MinGW TDM 4.3.2-2: http://www.tdragon.net/recentgcc/
+ // compiler->GetVersionString() return is empty string
+ bool IsGcc4 = true;
// for PCH to work, the very first include dir *must* be the object output dir
// *only* if PCH is generated in the object output dir
--- End code ---
--- End quote ---
Do you think every MinGW user uses TDragon version ?
Dje
Jenna:
@Loaden:
please post the output of TDragons MinGW-gcc if called with "--version" on commandline.
EDIT:
No need to post it.
I found the problem and will commit a fix after some testing (most likely this evening).
thamurath:
Hi,
I have a debian etch, i have updated to 5382 revision this morning using jens repositories and i have a little problem: the mouse wheel does not work on editor window, its works however in all other windows so i think it could be related with new scintilla version. Has anybody experienced the same problem?
Thanks in advance.
P.S.: I am from spain so sorry about my english.
Biplab:
--- Quote from: Loaden on January 08, 2009, 02:33:35 pm ---
--- Code: ------ src/plugins/compilergcc/compilerMINGWgenerator.cpp (revision 5387)
+++ src/plugins/compilergcc/compilerMINGWgenerator.cpp (working copy)
@@ -36,7 +36,10 @@
wxString result = CompilerCommandGenerator::SetupIncludeDirs(compiler, target);
m_VerStr = compiler->GetVersionString();
wxString pch_prepend;
- bool IsGcc4 = m_VerStr.Left(1).IsSameAs(_T("4"));
+// bool IsGcc4 = m_VerStr.Left(1).IsSameAs(_T("4"));
+ // MinGW TDM 4.3.2-2: http://www.tdragon.net/recentgcc/
+ // compiler->GetVersionString() return is empty string
+ bool IsGcc4 = true;
// for PCH to work, the very first include dir *must* be the object output dir
// *only* if PCH is generated in the object output dir
--- End code ---
--- End quote ---
This patch is not necessary. Run the following script at Script Console -
--- Code: ---ShowInfo(GetCompilerFactory().GetCompilerVersionString(_T("gcc")))
--- End code ---
It should show you GCC version no. See following screenshot (showing result in my pc).
Loaden:
I can't get the version use script.
and my config:
--- Code: ---set PATH=%CD%\bin;%PATH%
set CPATH=%CD%\include;%CD%\lib\mingw\mingw32\4.3.2\include;%CD%\lib\mingw\mingw32\4.3.2\include\c++
set LIBRARY_PATH=%CD%\lib;%CD%\lib\mingw\mingw32\4.3.2
--- End code ---
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version