On 11/30/05, Markku Kolkka <markkuk@xxxxxxxxx> wrote: > > I am trying to build a rpm of kpacman-0.3.2 for Fedora Core 4, > > but I get the following error when I run the command "make": > > > > cc1plus: warning: command line option "-Wmissing-prototypes" > > is valid for Ada/C/ObjC but not for C++ > > kpacman.cpp:28:28: error: kstdgameaction.h: No such file or > > directory > > $ yum provides kstdgameaction.h > Searching Packages: > Setting up repositories > Reading repository metadata in from local files > Importing Additional filelist information for packages > > kdegames-devel.i386 6:3.4.0-1 base > Matched from: > /usr/include/kde/kstdgameaction.h > > > Install the kdegames-devel package: > yum install kdegames-devel Thanks, Markku. It was an advance, but cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++ kpacman.cpp: In member function 'void KpacmanApp::initActions()': kpacman.cpp:72: warning: 'setAccel' is deprecated (declared at /usr/include/kde/kaction.h:642) kpacman.cpp: In member function 'void KpacmanApp::slotKeyBindings()': kpacman.cpp:448: error: 'keys' was not declared in this scope kpacman.cpp:448: error: expected type-specifier before 'Keys' kpacman.cpp:448: error: expected `;' before 'Keys' kpacman.cpp:453: error: type '<type error>' argument given to 'delete', expected pointer make[2]: *** [kpacman.o] Error 1 make[2]: Leaving directory `/home/paulus/Desktop/kpacman-0.3.2/kpacman' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/paulus/Desktop/kpacman-0.3.2' make: *** [all] Error 2 Paul