Hi,
    Do you have GTK installed in ur system?.If so,then compiler could get
find its libraries and header files.So recompile nessus-core with the
following
configure option.
  #./configure  --enable-gtk  --with-x --x-includes=/path/to/location/of GTK
haesder files /include --x-libraries=/path/to/location/of GTK libraries/

for example,
this is how I used in my system,

./configure  --enable-gtk  --with-x --x-includes=/usr/local/X11R6 --x-librar
ies=/usr/lib/X11R6

This will do the trick for You.

Cheers,
Prabu.S


----- Original Message ----- 
From: "Francisco Jos� Candeias Figueiredo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 1:47 AM
Subject: Problem compiling Nessus 2.0.12 with GTK


> Hi folks!
>
> While compiling nessus-core with gtk, I've got this message:
> gcc -g -O2  `sh ./cflags`        -c auth.c
> gcc -g -O2  `sh ./cflags`        -c comm.c
> gcc -g -O2  `sh ./cflags`        -c sighand.c
> gcc -g -O2  `sh ./cflags`        -c xstuff.c
> xstuff.c:32:21: gtk/gtk.h: File or directory not found
> In file included from xstuff.c:35:
> xstuff.h:24: error: parse error before '*' token
> xstuff.h:25: error: parse error before '*' token
> xstuff.h:26: error: parse error before '*' token
> xstuff.h:26: error: parse error before '*' token
> xstuff.h:26: warning: type defaults to `int' in declaration
>
> My /etc/ld.so.conf is ok!
>
> Any ideas??
>
> Thanks
>
> Francisco
> -- 
> ********************************************
> *                                          *
> *    Francisco J. C. Figueiredo            *
> *    [EMAIL PROTECTED]                     *
> *                                          *
> *    Analista de Redes    GRC/AI           *
> *    UNESP-Universidade Estadual Paulista  *
> *                                          *
> *    Tel: (11) 252-0539                    *
> *                                          *
> * PGP public key:                          *
> *    http://grc.unesp.br/chicofig_pgp.txt  *
> ********************************************
>
>          WYSIWYG editor?
>              VI !!!
>      I see text,I get text !!!
> _______________________________________________
> Nessus mailing list
> [EMAIL PROTECTED]
> http://mail.nessus.org/mailman/listinfo/nessus


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.740 / Virus Database: 494 - Release Date: 8/16/2004


_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to