LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kde 3.4 beta 1 (kdeutils) make file error (https://www.linuxquestions.org/questions/linux-software-2/kde-3-4-beta-1-kdeutils-make-file-error-287425/)

mkoljack 02-07-2005 05:26 PM

kde 3.4 beta 1 (kdeutils) make file error
 
I am using Fedora Core 3. I've installed all kde 3.4 beta 1 source pkgs except kdeutils. I am getting the following error in the make file.

then mv -f ".deps/snmp.Tpo" ".deps/snmp.Plo"; else rm -f ".deps/snmp.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc ./hostdialog.h -o hostdialog.moc
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../ksim/library -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT hostdialog.lo -MD -MP -MF ".deps/hostdialog.Tpo" -c -o hostdialog.lo hostdialog.cpp; \
then mv -f ".deps/hostdialog.Tpo" ".deps/hostdialog.Plo"; else rm -f ".deps/hostdialog.Tpo"; exit 1; fi
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../ksim/library -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT value.lo -MD -MP -MF ".deps/value.Tpo" -c -o value.lo value.cpp; \
then mv -f ".deps/value.Tpo" ".deps/value.Plo"; else rm -f ".deps/value.Tpo"; exit 1; fi
In file included from /usr/include/net-snmp/utilities.h:39,
from /usr/include/net-snmp/net-snmp-includes.h:71,
from value_p.h:24,
from value.cpp:22:
/usr/include/net-snmp/library/system.h:139: error: declaration of C function `size_t strlcpy(char*, const char*, size_t)' conflicts with
../../../config.h:347: error: previous declaration `long unsigned int strlcpy(char*, const char*, long unsigned int)' here
make[4]: *** [value.lo] Error 1
make[4]: Leaving directory `/usr/local/src/kdeutils-3.3.91/ksim/monitors/snmp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/kdeutils-3.3.91/ksim/monitors'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/kdeutils-3.3.91/ksim'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kdeutils-3.3.91'
make: *** [all] Error 2

I am not seeing anything in Google. If you have any ideas on how to resolve this, I will appreciate the help. Thank You. Mark

reddazz 02-07-2005 05:57 PM

Try using the versions from CVS (anonymous CVS should be ok for you), probably there is a fix for it.

mkoljack 02-08-2005 01:19 AM

Thanks for the help. Unfortunately, same problem with cvs version.

reddazz 02-08-2005 02:48 AM

Could be a Fedora thing, I am using KDE 3.4 CVS on Slackware Current and everything compiles fine.


All times are GMT -5. The time now is 10:36 AM.