Собственно, сабж. Скачал все пакеты с ftp://ftp.kde.org/pub/kde/stable/3.5.10/src/ , выставил зависимости, сборку начинаю с пакета arts (т.к kdelibs его требует), конфигурирование проходит успешно, а сборка выводит ошибку:
/bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../artsc -I../libltdl -I/usr/local/kde/include -I/usr/share/qt3/include -I. -I../libltdl -DEXTENSION_DIR='"/usr/local/kde/lib"' -DTRADER_DIR='"/usr/local/kde/lib/mcop"' -DQT_THREAD_SUPPORT -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -ftemplate-depth-99 -MT mcoputils.lo -MD -MP -MF .deps/mcoputils.Tpo -c -o mcoputils.lo mcoputils.cc
mcoputils.cc: In function 'char* locate_mcop_dir()':
mcoputils.cc:74: error: 'PATH_MAX' was not declared in this scope
mcoputils.cc:91: error: 'kde_tmp_dir' was not declared in this scope
mcoputils.cc:100: error: 'user_tmp_dir' was not declared in this scope
mcoputils.cc: In function 'int build_link(const char*, const char*)':
mcoputils.cc:227: error: 'PATH_MAX' was not declared in this scope
mcoputils.cc:236: error: 'kde_tmp_dir' was not declared in this scope
mcoputils.cc:245: error: 'user_tmp_dir' was not declared in this scope
mcoputils.cc:321: error: 'tmp_buf' was not declared in this scope
mcoputils.cc: In static member function 'static std::string Arts::MCOPUtils::createFilePath(std::string)':
mcoputils.cc:367: error: 'PATH_MAX' was not declared in this scope
mcoputils.cc:368: error: 'tmp_prefix' was not declared in this scope
make[3]: *** [mcoputils.lo] Ошибка 1
Что это и как с этим бороться?
P.S. Если надо, могу кинуть config.log, только скажите куда).