aMule Forum
English => en_Bugs => Topic started by: OldFrog on March 21, 2005, 07:10:08 AM
-
amuleDlg.cpp: In member function `void CamuleDlg::ToogleED2KLinksHandler()':
amuleDlg.cpp:277: error: no matching function for call to `wxSizer::IsShown()'
/usr/include/wx-2.5/wx/sizer.h:432: error: candidates are: bool wxSizer::IsShown(wxWindow*) const
/usr/include/wx-2.5/wx/sizer.h:433: error: bool wxSizer::IsShown(wxSizer*) const
/usr/include/wx-2.5/wx/sizer.h:434: error: bool wxSizer::IsShown(unsigned int) const
amuleDlg.cpp:783:10: warning: #warning This will be here till the core close is != app close
make[4]: *** [amule-amuleDlg.o] Erreur 1
make[3]: *** [all-recursive] Erreur 1
make[2]: *** [all] Erreur 2
make[1]: *** [all-recursive] Erreur 1
make: *** [all] Erreur 2
-
Fixed for next tarball. Patch attached.
-
Originally posted by Kry
Fixed for next tarball. Patch attached.
how to apply the patch?
thanks
-
patch < patch_file
in the src folder
btw: man patch ;)
-
Originally posted by stefanero
patch < patch_file
in the src folder
btw: man patch ;)
well i run patch < amuleDlg_21.patch but i get:
can't find file to patch at input line 9
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|Index: amuleDlg.cpp
|===================================================================
|RCS file: /opt/cvs/amule-dev-cvs/src/amuleDlg.cpp,v
|retrieving revision 1.200
|retrieving revision 1.201
|diff -u -r1.200 -r1.201
|--- amuleDlg.cpp 21 Mar 2005 04:44:06 -0000 1.200
|+++ amuleDlg.cpp 21 Mar 2005 11:20:58 -0000 1.201
--------------------------
i am in the amule-cvs folder and the patch file is in the folder.
-
are you in
amule-cvs folder
or in
amule-cvs/src ?
-
now i wasn't in the src folder, i applied the patch but still the same, the exact error is in the original topis:
http://forum.amule.org/thread.php?threadid=5452&sid=&threadview=0&hilight=&hilightuser=0&page=4