can't compile in redhat 7.3
Brought to you by:
jonasge
Please use the 0.5pre-versions!
The old 0.4 is too old, and does not work with newer
ACPI-subsystems.
The new 0.5pre-version can compile under KDE 3.x and
KDE 2.x.
But I have develop K-acpi for KDE 2.X
cant compile pre5 in redhat 7.3
ld says that can't found -lkfile.
Logged In: YES
user_id=509024
Have you got install the development files of KDEcore and
kde lib?
Logged In: YES
user_id=509024
Try it edit the kacpi-0.*/kacpi/Makefile.am
From:
kacpi_LDADD = ./newconf/libnewconf.a $(LIB_KFILE)
to:
kacpi_LDADD = ./newconf/libnewconf.a $(LIB_KIO)
after edit the Makefile make this:
make clean
make
make install
I hope that works.
Logged In: YES
user_id=509024
Please use the new Kacpi 0.5 KDE 3 version.
Logged In: YES
user_id=4882
I compile it with your tip
From:
kacpi_LDADD = ./newconf/libnewconf.a $(LIB_KFILE)
to:
kacpi_LDADD = ./newconf/libnewconf.a $(LIB_KIO)
thanks