Code::Blocks Forums

User forums => Help => Topic started by: wizzard on November 22, 2006, 02:35:38 am

Title: Error while compiling svn
Post by: wizzard on November 22, 2006, 02:35:38 am
When compiling the svn on arch linux I get the following errors
http://pastebin.archlinux.org/99

I do have the files:
$ locate gdk.h
/opt/gnome/include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h

$ locate glib.h
/usr/include/dbus-1.0/dbus/dbus-glib.h
/usr/include/glib-1.2/glib.h
/usr/include/glib-2.0/glib.h
/usr/include/jpeglib.h
/usr/include/taglib/taglib.h

any ideas on what to do?
Title: Re: Error while compiling svn
Post by: stahta01 on November 22, 2006, 04:09:00 am
Assuming you want to use gtk-2.0.

Is the directory /usr/include/gtk-2.0 being included?

Tim S
Title: Re: Error while compiling svn
Post by: wizzard on November 22, 2006, 08:51:46 pm
DOH! *smacks self over head* if I had scrolled up a few more lines I would have noticed that the problem was that I didn't have pkg-config installed. Everything's running fine now