-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Le 22/08/2014 00:42, Timothy Pearson a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
It looks like tdelibs is not buildable now on openbsd ... There are many references to udev in tdehardwaredevices.h/cpp . We need to allow building tdelibs without udev.
It is possible already AFAIK, you need to switch off TDE HW library support and switch on HAL support. Something like these arguments to your cmake call should do the trick (sorry I don't remember the exact syntax OTOH, but this is close):
- -DWITH_TDEHWLIB_DAEMONS="OFF" -DWITH_HAL="ON"
Tim
In fact, the -DWITH_TDEHWLIB_DAEMONS="OFF" only prevents the "hwlibdaemons" binary to be built, not the entire hw library. Currently there is no build flag to disable tdehwlib entirely. Also, there is no HAL on openbsd, so I'll need to disable that too.
It looks like the kde3 and kde4 build for openbsd have same problem: they are built without any hardware monitoring/management.
François
After looking at the current GIT sources you are correct; a long time ago there was a way to shut off both the TDE HW library and HAL but it looks like that was removed a while back. I'll have to look into it further to see if there is an easy fix.
Tim