User forums > Help

Wizard for mingw64 13.1.0 behaves stangely when creating new console project

(1/2) > >>

Frank_CB:
After downloading and installing nightly 13318, including code for mingw64 13.1.0, I observe the following messages when trying to create a new console project. The 4 messages individually state that the wizard for this new compiler cannot define warning, debug, optimization or exception flags on this computer. Am using Windows 10 (64 bit). The management pane shows the project files being created. The release and debug modules compile and run correctly. This behavior just started with mingw64 13.1.0. Never had this happen in previous compilers. After exiting and restarting C::B, I cannot find the new project even though the files had been created and are in the specified directory. The management pane only contains 'workspace'.

Any idea why this new compiler is behaving like this?

Pecan:
Please specify OS, and where you installed CodeBlocks, and where you installed Mingw.

Is it possible you installed into a directory for which you do not have write permissions? Like a windows folder?

Frank_CB:
Windows Home (64 bit) is the operating system.
C:\Mingw64 is the directory where the mingw64 13.1.0 compiler was installed.
C:\CB13318 is the directory where C::B was installed.
I have admin privileges for the entire platform!

Pecan:
Would you please post the build log withing code tags (the # button above the reply rectangle) so can better analyze the problem.

Frank_CB:
Build Debug:


--- Code: ----------------- Build: Debug in HW2 (compiler: GNU GCC 13.1.0 Mingw64 Compiler)---------------

g++.exe  -IC:\msys64\mingw64\include -c C:\Sandbox1\HW2\main.cpp -o obj\Debug\main.o
g++.exe -LC:\msys64\mingw64\lib -o bin\Debug\HW2.exe obj\Debug\main.o   
Output file is bin\Debug\HW2.exe with size 58.76 KB
Process terminated with status 0 (0 minute(s), 15 second(s))
0 error(s), 0 warning(s) (0 minute(s), 15 second(s))
 

--- End code ---

Run Debug:


--- Code: ----------------- Run: Debug in HW2 (compiler: GNU GCC 13.1.0 Mingw64 Compiler)---------------

Checking for existence: C:\Sandbox1\HW2\bin\Debug\HW2.exe
Set variable: PATH=.;C:\Mingw64\bin;C:\Mingw64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\Hostx64\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\VCPackages;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Roslyn;C:\Program Files\Microsoft Visual Studio\2022\Community\Team Tools\Performance Tools\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64;C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools;c:\Mingw64\bin;C:\boost;C:\CB13318;C:\Windows;C:\Windows\System32;C:\Windows\System32\wbem;c:\wxwidgets-3.2.2.1;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Python310;C:\Program Files (x86)\Intel\TXE Components\TCS;C:\Program Files\Intel\TXE Components\TCS;C:\Program Files (x86)\Common Files\Acronis\VirtualFile;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64;C:\Program Files (x86)\Common Files\Acronis\FileProtector;C:\Program Files (x86)\Common Files\Acronis\FileProtector64;C:\Program Files (x86)\Common Files\Acronis\SnapAPI;C:\Program Files\PowerShell\7-preview\preview;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\Program Files\Zip;C:\Program Files (x86)\Silverfrost\FTN95;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Program Files\dotnet;C:\Temp;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin;C:\Users\Frank\AppData\Local\Programs\Python\Python311\Scripts;C:\Users\Frank\AppData\Local\Programs\Python\Python311;C:\Users\Frank\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\Linux\bin\ConnectionManagerExe
Executing: "C:\CB13318/cb_console_runner.exe" "C:\Sandbox1\HW2\bin\Debug\HW2.exe"  (in C:\Sandbox1\HW2\.)
Process terminated with status 0 (0 minute(s), 36 second(s))


--- End code ---

Hopefully this gives you information as to what the problem is?

Navigation

[0] Message Index

[#] Next page

Go to full version