Mathew, Thank you so much. That was EXACTLY what was missing. Thank you also for the explanation. I have been googling for most of the afternoon trying to figure that out.
To answer your question, I have a FreeBSD 5.4 system. I have just compiled iconbar with no errors. Now onto the next, and the next, and the next... Brian On 10/18/05, Mathew Schofield <[EMAIL PROTECTED]> wrote: > 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] ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
