kbear-2.1.1 gives a number of errors when compiling with gcc-3.4.0. All of the errors are due to extra semicolons: ================= kbear/base/kbearcopyjob.cpp:269: error: extra `;' kbear/kbeartransferview.h:33: error: extra `;' kbear/parts/dirsynchpart/kbeardirsynchpart.cpp:61: error: extra `;' kbear/parts/filesyspart/kbearfilesyspart.h:334: error: extra semicolon kbear/parts/filesyspart/kbearfilesyspart.cpp:82: error: extra `;' kbear/plugins/importfilters/gftpimportfilter/gftpimportfilterplugin.cpp:37: error: extra `;' kbear/plugins/importfilters/kbearimportfilter/kbearimportfilterplugin.cpp:111: error: extra `;' kbear/plugins/importfilters/krusaderimportfilter/krusaderimportfilterplugin.cpp:37: error: extra `;' kbear/plugins/importfilters/ncftpimportfilter/ncftpimportfilterplugin.cpp:45: error: extra `;' kbear/plugins/importfilters/wincommanderimportfilter/wincommanderimportfilterplugin.cpp:37: error: extra `;' kbear/plugins/importfilters/ws_ftpimportfilter/ws_ftpimportfilterplugin.cpp:37: error: extra `;' kbear/plugins/sitemanager/kbearsitemanagerplugin.cpp:53: error: extra `;' kbear/plugins/tools/kbeartoolsplugin.cpp:43: error: extra `;' kbear/qextmdi/qextmdidefines.h:91: error: extra `;' kbear/qextmdi/qextmdimainfrm.cpp:1866: error: extra `;' ================= I made a patch that fixes these errors. Please let me know if the patch doesn't work -- this is the first time I've made a patch to fix an emerge problem. I have tested it out myself, and it patches and builds cleanly for me.
Created attachment 32164 [details, diff] fix for semicolon errors when compiling with gcc-3.4.0 Here's the patch for the above problem.
in cvs. thankyou for the patch :)