There are known problems about PATH_MAX on certain Systems, in particular *BSD.
If you are using another System, could you please specify it?
 
Also, adding the next few lines at the top of iconbar.c *should* fix things:
 
#ifndef PATH_MAX
#define PATH_MAX 512
#endif

FYI: PATH_MAX is the "maximum length of an absolute path from the root".
--
Thank You
Mathew Schofield
[EMAIL PROTECTED]

Reply via email to