Re: trouble compiling gtk+1.2.8



"Petros Sidiropoulos" <pesid kav forthnet gr> 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]