Displaying 3 results from an estimated 3 matches for "createlogtarget".
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27.
When running rake here''s the error I get:
src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no member named ''CreateLogTarget''rake aborted!Command failed...
2006 Aug 30
5
include.zip
These are the files from the swig/classes/include directory. I hope the
line endings don''t end up wrong.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 23
0
[712] trunk/wxruby2/swig/classes/App.i: Removed unneeded debugging output & deprecated method (Alex Fenton)
...</span><span class="lines">@@ -158,7 +148,6 @@
</span><span class="cx"> public:
</span><span class="cx"> wxRubyApp() ;
</span><span class="cx"> virtual ~wxApp() ;
</span><del>- virtual wxLog* CreateLogTarget() ;
</del><span class="cx"> void Dispatch() ;
</span><span class="cx"> int FilterEvent(wxEvent& event ) ;
</span><span class="cx"> wxString GetAppName() const;
</span></span></pre>
</div>
</div&g...