-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Le 18/08/2014 23:08, Timothy Pearson a écrit :
OK, it looks like I have some repairing to do. Can you post a simple set of instructions for the tqt3 build process (assuming there is more to it than just ./configure, make)? A link to the installer of the version of OpenBSD you were using would also be helpful.
Thanks!
Tim
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