Author Topic: Compiling on Arch Linux  (Read 4898 times)

Free Thinker

  • Guest
Compiling on Arch Linux
« on: March 31, 2008, 03:52:28 pm »
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!