You are not logged in.
Hello,
I am trying to build that package, but I allways get an error that configure can not find libhal.h but it is in /usr/include/hal/.
Any ideas? I get also errors on other packages complaining about e.g. not finding libusb.h (in Package ctapi-cyberjack 3.3.3-1 from AUR) but it's in /usr/include/libusb-1.0/.
Must be something stupid but I have no idea...
If you need any further information I will write them as soon as possible.
Regards
Shadow256
BTW: I am using X86_64
Last edited by Shadow256 (2010-03-18 18:47:55)
Offline
Strange - it works for me, also on x86_64. Both the configure command in the PKGBUILD and running ./configure in the source directory reports:
checking for LIBHAL... yes
checking libhal.h usability... yes
checking libhal.h presence... yes
checking for libhal.h... yes
checking for libhal_ctx_new... yes
What exactly is the error message that you are getting?
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
Hello,
here is the part of the log:
checking for LIBHAL... yes
checking libhal.h usability... no
checking libhal.h presence... no
checking for libhal.h... no
configure: error: libhal.h not found, use ./configure LIBHAL_CFLAGS=...Offline
Is that the same with / without using makepkg?
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
I am not sure what you want to know... The problem also appears when I run configure without fakeroot and makepkg.
Last edited by Shadow256 (2010-03-18 05:44:31)
Offline
Yes, that is what I wanted to know. Unfortunately I have absolutely no further idea what the problem could be.
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
I did some further checks: pkg-config was the problem. I reinstalled it and everything is working like a charme.
Regards
Shadow256
Offline