looks like you don't have gtk installed, or don't have the header files. if you are doing this on a redhat-like distribution, i would do an

rpm -qa | grep gtk | grep devel

you need gtk-devel :)

you might also try building it without requiring gtk (I don't remmeber the option off the top of my head, ./configure --help will show it)

On Thursday, December 26, 2002, at 12:31 PM, Brandon Amundson wrote:



Hello,

I am compiling nessus for the first time and am running into some problems.
I tried the nessus-installer but for some reason it could not
untar/uncompress the files. Anyway here is the error that occurs while doing
a make on nessus-core

Any help would be appreciated.

[root@rose nessus-core]# make
cd nessus && make
make[1]: Entering directory `/root/nessus-core/nessus'
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
gcc -g -O2 `sh ./cflags` -c cli.c
gcc -g -O2 `sh ./cflags` -c parser.c
gcc -g -O2 `sh ./cflags` -c plugin_infos.c
plugin_infos.c: In function `do_set_timeout':
plugin_infos.c:139: warning: assignment discards qualifiers from pointer
target type
plugin_infos.c: In function `set_timeout_build_window':
plugin_infos.c:170: `GTK_WINDOW_DIALOG' undeclared (first use in this
function)
plugin_infos.c:170: (Each undeclared identifier is reported only once
plugin_infos.c:170: for each function it appears in.)
make[1]: *** [plugin_infos.o] Error 1
make[1]: Leaving directory `/root/nessus-core/nessus'
make: *** [client] Error 2

Brandon Amundson
BBN Technologies
703 284 8189


-
[EMAIL PROTECTED]: general discussions about Nessus.
* To unsubscribe, send a mail to [EMAIL PROTECTED] with
"unsubscribe nessus" in the body.
-
[EMAIL PROTECTED]: general discussions about Nessus.
* To unsubscribe, send a mail to [EMAIL PROTECTED] with
"unsubscribe nessus" in the body.


Reply via email to