exo-svn build error

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Tue Feb 13 11:01:04 CET 2007


Petr Topiarz wrote:
>>>> exo-mount-point.c: In function 'exo_mount_point_list_match_configured':
>>>> exo-mount-point.c:311: error: too few arguments to function 'getmntent'
>>>> make[3]: *** [libexo_0_3_la-exo-mount-point.lo] Error 1
>> Yep, that was missing an "fp" param. Fixed.
> 
> Hello Benedikt,
> I also get this error compiling exo from source on netbsd. 
> Can you tell me what: "Yep, that was missing an "fp" param. Fixed." means
> exactly, i.e., how I can fix it for myself to be able to finish the compilation?

getmntent() is not used on NetBSD (it's not even available). I suggest
you update to latest SVN, which contains a build fix for NetBSD 3.x and
above.

> Many thanks
> Peter

Benedikt



More information about the Xfce4-dev mailing list