User forums > Nightly builds
The 01 November 2007 build will NOT be out.
Biplab:
--- Quote from: stahta01 on November 03, 2007, 12:33:05 am ---I am getting this on my real windows XP machine. When using MinGW GCC, but TDM build works right.
I think the version info format is the issue.
gcc version 4.2.2 (TDM-1)
gcc version 4.2.1-sjlj (mingw32-2)
--- End quote ---
This works well in my PC. I used gcc --version at command prompt it returns -
--- Quote ---gcc (GCC) 4.2.1-dw2 (mingw32 dw2-unwind)
--- End quote ---
Then I started C::B and checking the version string by running the following script at script console.
--- Code: ---ShowInfo(GetCompilerFactory().GetCompilerVersionString(_T("gcc")));
--- End code ---
And it returns 4.2.1 and in my case a wx project works well with 3.4.x or 4.2.x compilers. :)
stahta01:
I get a different version message for the dw2 without "dw2-unwind" in it. Did you download it from http://sourceforge.net/projects/mingw/ or somewhere else?
Tim S
--- Code: ---gcc-dw2.exe (GCC) 4.2.1-dw2 (mingw32-2)
--- End code ---
The popup window works for TDM GCC and not for the MinGW dw2 of sjlj ones.
Re-downloading the MinGW GCC files, I have no idea if I am using the newest file of not.
(2007-08-14 07:07) looks like the newest dw2 files.
The files seem the same and produces a blank popup.
Biplab:
--- Quote from: stahta01 on November 03, 2007, 05:58:53 am ---I get a different version message for the dw2 without "dw2-unwind" in it. Did you download it from http://sourceforge.net/projects/mingw/ or somewhere else?
Tim S
--- Code: ---gcc-dw2.exe (GCC) 4.2.1-dw2 (mingw32-2)
--- End code ---
The popup window works for TDM GCC and not for the MinGW dw2 of sjlj ones.
Re-downloading the MinGW GCC files, I have no idea if I am using the newest file of not.
(2007-08-14 07:07) looks like the newest dw2 files.
The files seem the same and produces a blank popup.
--- End quote ---
I guess I'm using the first release. But that shouldn't matter. In all cases the version check is done at C::B start-up. Thus if the pop-up is empty or malformed then the Regex has failed to parse the output.
I'll try it with the latest mingw snapshot one.
Biplab:
It still works fine.
This is the output at command line.
--- Quote ---gcc (GCC) 4.2.1-dw2 (mingw32-2)
--- End quote ---
And running the script correctly shows 4.2.1. Are you using self-compiled C::B or official nightly? I'm using Official nightly.
stahta01:
--- Quote from: Biplab on November 03, 2007, 06:33:03 am ---It still works fine.
This is the output at command line.
--- Quote ---gcc (GCC) 4.2.1-dw2 (mingw32-2)
--- End quote ---
And running the script correctly shows 4.2.1. Are you using self-compiled C::B or official nightly? I'm using Official nightly.
--- End quote ---
Self Compiled, which nightly are you using? I will try the latest one.
Still have the problem with Nightly download of SVN 4564, what are you using in C::B settings of
ToolChain executable - Program File - C Compiler
I have tried more than one value and none of the worked for getting anything other than blank.
Tim S
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version