[ohm] Cleanups

Rob Taylor rob.taylor at codethink.co.uk
Mon Jul 23 09:44:45 PDT 2007


Richard Hughes wrote:
> On Mon, 2007-07-23 at 15:25 +0100, Rob Taylor wrote:
>> I've just pushed the first few of my cleanup patches, there's a patch to
>> fix building for the OpenEmbedded guys [1], some documentation cleanup
>> [2], some ohmd ABI chopping [3] and a large change that allows ohmd to
>> be run uninstalled [4]. Note that this last patch has a knock-on for
>> those of you working on new plugins, so please do look though the
>> changes to Makefile.am for the current plugins.
> 
> Dude, make distcheck is your friend :-)

<slaps own hand..> ;-)

>  gcc -DHAVE_CONFIG_H -I. -I../../.. -Werror -Wall -Wcast-align
> -Wno-uninitialized -fno-strict-aliasing -g -O2 -MT
> ohm-plugin-backlight.lo -MD -MP -MF .deps/ohm-plugin-backlight.Tpo -c
> ohm-plugin-backlight.c  -fPIC -DPIC -o .libs/ohm-plugin-backlight.o
> ohm-plugin-backlight.c:21:21: error: gmodule.h: No such file or
> directory
> ohm-plugin-backlight.c:22:18: error: glib.h: No such file or directory
> ohm-plugin-backlight.c:24:24: error: ohm-plugin.h: No such file or
> directory
> ohm-plugin-backlight.c:25:28: error: dbus/dbus-glib.h: No such file or
> directory
> ohm-plugin-backlight.c:37: error: expected specifier-qualifier-list
> before 'gint'
> 

Yep, silly typo causing build to fail... Fixed now in git HEAD.

Thanks,
Rob


More information about the Ohm-devel mailing list