Alle 09:15, mercoledì 21 dicembre 2005, Uwe Kramer ha scritto: > Hello, > > when compiling kdemultimedia-3.5.0 I get the following error: > > /usr/include/tunepimp/tp_c.h:639: error: too few arguments to function 'int > tp_AddFile(void*, const char*, int)'
You should check your installation of libtunepimp. I have installed version 0.3.0 and in that version the function tp_AddFile requires only two arguments. Perhaps a newer version is not compatible. To check quickly if libtunepimp is the only problem you should uninstall libtunepimp and try to recompile kdemultimedia. After that you can try to install a previous version of libtunepimp. I don't know what version of libtunepimp you need exactly but if you're going to compile version 0.3.0 be aware that you need to add manually the line #include <signal.h> in this file: libtunepimp-0.3.0/lib/threads/posix/thread.h just after this line: #include <pthread.h> Hope this helps, Alessandro -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
