From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020605 Description of problem: I get the following compilation error: protocol.cpp: In method `void VFolder::VFolderProtocol::readXmlFile (QString)': protocol.cpp:41: `basename' undeclared (first use this function) protocol.cpp:41: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [kio_vfolder_la.all_cpp.lo] Error 1 I can't find anything known about this "basename" function. I tried with libgen.h and strings.h, both seems not to be compliant with this context. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. compile kdebase-3.0.2-1.src.rpm on any 7.3 standard installation. Additional info:
it's fixed in kdebase-3.0.2-3
great, thank you. But.. where can I find that package? is there a place where you store latest packages or rawhide is the most recent version?