You are not logged in.

#1 2010-10-07 20:24:21

whitethorn
Member
Registered: 2010-05-02
Posts: 153

[Solved]Can't build enigmail

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

#2 2010-10-07 20:37:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]Can't build enigmail

Offline

#3 2010-10-07 21:12:42

whitethorn
Member
Registered: 2010-05-02
Posts: 153

Re: [Solved]Can't build enigmail

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

#4 2010-10-07 21:22:42

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]Can't build enigmail

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

#5 2010-10-07 22:26:31

whitethorn
Member
Registered: 2010-05-02
Posts: 153

Re: [Solved]Can't build enigmail

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 wink

Offline

Board footer

Powered by FluxBB