Hallo @ all,
ich habe im Code blocks ein GTK+ 3.0 Projekt erstellt und vorher die GTK 3 Library installiert ( libgtk-3-dev ). Auch die Einstellungen für Compiler-> other compiler options (`pkg-config gtk+-3.0 --cflags`) und Linker -> other Linker options (`pkg-config gtk+-3.0 --libs`-export-dynamic ) gemacht. Trotzdem kriege ich die Fehlermeldung :
-------------- Build: Debug in GTK (compiler: GNU GCC Compiler)---------------
gcc -Wall -export-dynamic -g '/usr/bin/pkg-config gtk+-3.0 --cflags’ 'usr/bin/pkg-config gtk+-3.0 --cflags' -c /home/pi/Desktop/C-Programming/Hlech65730/GTK/main.c -o obj/Debug/main.o
/usr/bin/ld: /usr/lib/gcc/i686-linux-gnu/8/../../../i386-linux-gnu/Scrt1.o: in function `_start':
(.text+0x28): undefined reference to `main'
collect2: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
hat da irgendwer Erfahrung ?
Danke !