[Thunar-dev] Thunar-0.3.2beta2 doesn't compile on OpenBSD 3.9
Benedikt Meurer
benedikt.meurer at unix-ag.uni-siegen.de
Mon Jul 10 21:07:49 CEST 2006
Landry Breuil wrote:
>>>I guess the problem doesn't come from OpenBSD headers... so where's the
>>>error ?
>>>
>>>I can provide more info if needed (config.log....)
>>
>>I'd guess that sys/types.h must be included prior to sys/mman.h on OpenBSD.
>
> You're right, i moved the inclusion of sys/types before sys/mman and it
> compiled a little more things.. i don't know if this ugly hack is
> 'portable' !!
Should be.
> Latter, compilation failed on this :
> make: don't know how to make uca.xml. Stop in
> /home/landry/src/xfce4-4.3.90.2/Thunar/plugins/thunar-uca.
>
> I had the same kind of error (make: don't know how to make
> xfce-ui-settings.desktop. Stop in
> /home/landry/src/xfce4-4.3.90.2/xfce-mcs-plugins/plugins/ui_plugin.) in
> xfce-mcs-plugins.
>
> I solved this two little issues by explicitely using gmake instead of make.
Yep, the rules generated by intltool required GNU Make, and will not
work with BSD make.
> Landry
Benedikt
More information about the Thunar-dev
mailing list