"Petros Sidiropoulos" <[EMAIL PROTECTED]> writes:
> hello,
> I tried to compile gtk+-1.2.8 on my system (GNU/Hurd) but 'make' returns a
> few errors,(see attach)
> the only think I understand is that MAXPATHLEN is not defined somewhere.
> Can you help me to find which header file must be edited with #define
> MAXPATHLEN 1024, I think this solve the problem, or if
> you see something in the output that produdce errors,Any advice much
> appreciated.
>
The C library normally defines this, but for hurd there may not be a
max, so maybe they don't. You could do:
CFLAGS=-DMAXPATHLEN=1024 ./configure
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list