[Lurker-users] Cant install lurker on fedora 8
Brought to you by:
terpstra
From: ram <ra...@ne...> - 2008-04-19 10:34:06
|
I am feeling absolutely stupid now I had been lurker all this while on fedora-6 until my desktop crashed Now my desktop is on fedora-8 and I cant get lurker installed I got the mimelib and lurker2.1 tars for sourceforge The mimelib has no INSTALL file and the readme asks me to read the INSTALL file :-( so I just untarred the mimelib directory inside my lurker source directory When I configure ./configure --with-mimelib-local confiure works fine But make fails make make all-recursive make[1]: Entering directory `/net/ypop/tmp/lurker-2.1' Making all in mymime make[2]: Entering directory `/net/ypop/tmp/lurker-2.1/mymime' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/net/ypop/tmp/lurker-2.1/mymime' Making all in libesort make[2]: Entering directory `/net/ypop/tmp/lurker-2.1/libesort' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I../mimelib -g -O2 -MT File.o -MD -MP -MF ".deps/File.Tpo" -c -o File.o File.cpp; \ then mv -f ".deps/File.Tpo" ".deps/File.Po"; else rm -f ".deps/File.Tpo"; exit 1; fi File.cpp: In member function ‘unsigned char* ESort::FileSource::inverseBuffer()’: File.cpp:150: error: ‘memset’ was not declared in this scope File.cpp:202: error: ‘memcpy’ was not declared in this scope make[2]: *** [File.o] Error 1 make[2]: Leaving directory `/net/ypop/tmp/lurker-2.1/libesort' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/net/ypop/tmp/lurker-2.1' make: *** [all] Error 2 Any ideas ?? |