User forums > General (but related to Code::Blocks)
Creation of 32-bit GTK application
(1/1)
tumanovalex:
Windows 10 Home. CodeBlocks 20.03 32 bit with MinGW (no setup). I tried to make the default GTK application for 32 bits and get the error.
--- Code: ---gcc.exe -Wall -mms-bitfields -g -ID:\gtk32\include -ID:\gtk32\include\gtk-3.0 -ID:\gtk32\include\cairo -ID:\gtk32\include\gdk -ID:\gtk32\include\glib-2.0 -ID:\gtk32\lib\glib-2.0\include -ID:\gtk32\include\pango-1.0 -ID:\gtk32\lib\gtk-3.0\include -ID:\gtk32\include\atk-1.0 -ID:\gtk32\include\gdk-pixbuf-2.0 -c W:\MyProgramming\Test\cdGtkTestDiskw32\main.c -o obj\Debug\main.o
Execution of 'gcc.exe -Wall -mms-bitfields -g -ID:\gtk32\include -ID:\gtk32\include\gtk-3.0 -ID:\gtk32\include\cairo -ID:\gtk32\include\gdk -ID:\gtk32\include\glib-2.0 -ID:\gtk32\lib\glib-2.0\include -ID:\gtk32\include\pango-1.0 -ID:\gtk32\lib\gtk-3.0\include -ID:\gtk32\include\atk-1.0 -ID:\gtk32\include\gdk-pixbuf-2.0 -c W:\MyProgramming\Test\cdGtkTestDiskw32\main.c -o obj\Debug\main.o' in 'W:\MyProgramming\Test\cdGtkTestDiskw32' failed.
--- End code ---
There are no other error messages (lack of libraries, etc.). How can I fix it?
BlueHazzard:
Have you installed an compiler?
stahta01:
You likely need to setup the Code::Blocks toolchain.
Tim S.
tumanovalex:
Thanks for the answers, the error was in the compiler settings
Navigation
[0] Message Index
Go to full version