News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Error while compiling svn

Started by wizzard, November 22, 2006, 02:35:38 AM

Previous topic - Next topic

wizzard

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?

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

wizzard

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