Compile error w/KDE 3.0.x
Brought to you by:
kgk,
mayhemchaos
When compiling and looking for 'artsc/artsc.h' an error
is raised. With KDE 3.0.x, this file does exist, but
$KDE_HOME/include/artsc is already named to search in
(via the -I c++ switch). Thus the 'artsc/' is not
needed. However, I don't know about KDE 2.x.
For users:
Quick fix: As the user who installed KDE, go to the
artsc include directory:
cd $KDE_HOME/include/artsc
and symlink to itself:
ln -s . artsc
David