Author Topic: Error while compiling svn  (Read 3245 times)

wizzard

  • Guest
Error while compiling svn
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: Error while compiling svn
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

wizzard

  • Guest
Re: Error while compiling svn
« Reply #2 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