You are not logged in.
Hi,
While trying to compile thunderbird with enigmail. I get the following error.
pkgbuilds/aur-enigmail/src/comm-1.9.2/mozilla/dist/bin/xpidl -m typelib -w -I. -I../../dist/idl -e _xpidlgen/nsIDebug.xpt -d .deps/nsIDebug.pp nsIDebug.idl
In file included from nsSystemInfo.cpp:45:0:
../../dist/system_wrappers/gtk/gtk.h:3:26: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
I looked into the folder there is a gtk.h in the folder. Anyone know why this isn't compiling?
Last edited by whitethorn (2010-10-07 22:31:33)
Offline
Offline
Gave that a try here's what I get.
# gcc curlgtk.c $(pkg-config --libs --cflags gtk+-2.0 libcurl)
gcc: curlgtk.c: No such file or directory
curl is installed.
Offline
I think you took the advice a little bit too literally: you are compiling enigmail, not curl :-)
As a side note, are you sure you have curlgtk.c in there? I have curl installed, but no sign of that file anywhere on my system. It's because I use an already compiled app and that file contains the source code.
Offline
Hi,
So the problem wasn't really the missing gtk. In the file stated above in line 45 was only:
#include <gtk/gtk.h>
Which was right. I then decided to go through the PKGBUILD file line for line. Seems there's a missing ./configure . I think I might post a comment aur about my problem and solution. Thanx for the help ![]()
Offline