News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Compiling on Arch Linux

Started by Free Thinker, March 31, 2008, 03:52:28 PM

Previous topic - Next topic

Free Thinker

Hello. I'm trying to install code::blocks on arch linux from AUR (ArchLinux User-community Repository) using makepkg command. At some point it compiles the code::blocks source, but gives the following error (i'm pasting from the first line that gives an error):

http://pastebin.com/f5214d98c

As can be seen on line 3, it can't find the gdk/gdk.h file. Although /usr/include/gtk/gdk directory really doesn't exist, if i'm making a link from /usr/include/gtk-1.2/gdk to /usr/include/gtk/gdk it still gives the same error, even when the gdk/gdk.h file *does* exist now.

gcc is version 4.3.0.

Thanks!