XPC resource 'find_in_files_right_click_menu'

General questions regarding the usage of CodeLite
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

XPC resource 'find_in_files_right_click_menu'

Post by cy007 »

After I build the latest codelite SVN version successfully, then run it, a error prompted as follows:
XPC resource 'find_in_files_right_click_menu' (class 'wxMenu') not found.


Can Any body know how to solve it?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: XPC resource 'find_in_files_right_click_menu'

Post by eranif »

You did not specify your OS.

Anyways, try to manually replacing your menu.xrc file from SVN (located under Runtime/rc/menu.xrc) and copy it your $INSTALLATION_PATH/rc/

Eran
Make sure you have read the HOW TO POST thread
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

Re: XPC resource 'find_in_files_right_click_menu'

Post by cy007 »

Thanks.
I solved it aim removing $HOME/.codelite directory (follows your instructions)
Post Reply