aMule Bug Tracker - aMule
View Issue Details
0000541aMuleMiscpublic2005-08-19 20:342005-08-22 21:48
luis 
GonoszTopi 
normaltrivialhave not tried
resolvedfixed 
SVN 
 
0000541: Missing Header
In src/CommentDialogLst.cpp somebody missing including <wx/sizer.h>

(CVS 7:00, 19.08.)
No tags attached.
Issue History
2005-08-19 20:34luisNew Issue
2005-08-20 02:22GonoszTopiCategoryExternal Conn => Misc
2005-08-20 02:24GonoszTopiNote Added: 0001242
2005-08-20 02:24GonoszTopiStatusnew => feedback
2005-08-20 02:25GonoszTopiNote Edited: 0001242
2005-08-20 13:53luisNote Added: 0001243
2005-08-22 21:48GonoszTopiStatusfeedback => resolved
2005-08-22 21:48GonoszTopiResolutionopen => fixed
2005-08-22 21:48GonoszTopiAssigned To => GonoszTopi
2005-08-22 21:48GonoszTopiNote Added: 0001249

Notes
(0001242)
GonoszTopi   
2005-08-20 02:24   
(edited on: 2005-08-20 02:25)
It compiles nice and fast for most (if not all) of us. Could you please be a bit more specific? (wx version, configure flags, platform, OS, error you got, etc)

edited on: 08-20-05 02:25
(0001243)
luis   
2005-08-20 13:53   
using wxGTK 2.5.3, anything compiled with a gcc-4.0 compiler.

flags passed to configure are.
--enable-amule-daemon --enable-amule-gui --enable-optimize --enable-amulecmd --enable-amulecmdgui --enable-webserver --enable-webservergui --enable-kad-compile --disable-debug --enable-wxcas --enable-cas

inserting #include <wx/sizer.h> in CommentDialogLst.cpp solves the problem,
even CommentDialog.cpp includes it, CommentDialogLst.cpp don't.
(0001249)
GonoszTopi   
2005-08-22 21:48   
Now fixed. The fix will be in tomorrow's CVS tarball.