wine menu
piggz
Source (link to git-repo or to original if based on someone elses unmodified work):
0.1
It works. Well, it can execute programs, possibly with arguments. I dont have many apps installed, but it works with the ones i have. Get back to me with bug reports and i'll try and fix them.
Ratings & Comments
7 Comments
Yeah ive got the exact error :( Suse 9.3 KDE 3.4 Cheers Rip
Yep I even tried the CVS file same error :\ Cheers Rip
I discovered you can create missing .moc files for Qt/KDE projects from the header file of the same name. For this case, switch to the 'src' subdirectory of the source tree and type: moc menuitem.h > menuitem.moc This allows the project to succesfully compile. It turns out menuitem.moc is empty anyway so the best course of action would probably be to delete the #include statement causing the problem in the first place. I did not try that though.
make crashes to errormessage: menuitem.cpp:37:24: error: menuitem.moc: No such file or directory What am I missing? Dist: Fedora Core 4 Desk: Kde 3.4 - Samuli
If you send me the output of configure and make i will try and see why it fails (adam@piggz.co.uk) If there is a Makefile.cvs in the package (i cant check at the moment) you could try make -f Makefile.cvs ./configure make PiggZ
Nice job. Works great :D
Cheers