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 _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
