News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Creation of 32-bit GTK application

Started by tumanovalex, May 15, 2020, 10:44:01 AM

Previous topic - Next topic

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.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.
There are no other error messages (lack of libraries, etc.). How can I fix it?


BlueHazzard


stahta01

You likely need to setup the Code::Blocks toolchain.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

tumanovalex

Thanks for the answers, the error was in the compiler settings