On  9 Apr 2010, [email protected] wrote:

>       I did have 4 errors but all are corrected except this one:

> -------------------------------snip-------------------------

> Figuring out my version number...
> ./Configure: line 7565: nawk: command not found

There was some change recently related to 'awk' (but I think you have
the release and not SVN?).  Do you have any 'awk' installed?  This
doesn't have to be a development version.  Configure uses 'awk' (or
'nawk') to figure out versions of different libraries.  A header file
is constructed so that the appropriate code can be used for that
library.  This is an important item.

> Let's see whether your msgmerge supports the --update flag...
> ./Configure: line 8088: msgmerge: command not found

It may be that Configure fails gracefully, however, it can't hurt to
find where the program is and get it.  I think this is related to
'NLS' support and if you use fancy languages you would need this.

You can use './Configure -U d_enablenls' to disable the multi-lingual
stuff. NLS below will show 'no'.

> Feature Summary (Version ):
> -------------------------------------------------
> GLib version                       : glib-2.x
> GUI front-end                      : GTK2
> GNU TLS support                    : no
> IPv6 support                       : yes
> NLS (Native Language Support)      : yes
> Fast assertions                    : yes
> DBus support (experimental)        : yes
> Remote Shell Interface (deprecated): no
> -------------------------------------------------
> ERROR: Cannot compile against Gtk+. Library or header files might be
> missing.

I suggest you get GNU TLS.  It adds encryption and may be helpful to
other peers whose ISP is bandwidth filtering based on protocol.

I think that the missing 'awk' is your main culprit.  'awk' may be
present, but you have a path issue.  I would think this would be
standard.  You can try to alias 'nawk' to some awk substitute.  I do
assume that you have the gtk2-devel package installed.

hth,
Bill Pringlemeir.

-- 
Yow!  Legally-imposed CULTURE-reduction is CABBAGE-BRAINED!

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to