Displaying 2 results from an estimated 2 matches for "wxevt_media_finished".
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
...6
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16762&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
Initial Comment:
This bug is against the svn version of wxruby2.
contact: demaillists_at_comcast.net
--------------------
ruby swig/fixmodule.rb src/Event.cpp
core_name: Event
: Object
class wxEvent
NOTE: swig/fixmodule.rb Didn''t find gcit...
2007 Dec 08
1
Compiling SVN with MediaCtrl
Hey guys,
Trying to get wxRuby to compile with the new MediaCtrl option available, and
I can''t for some reason, get wxRuby to compile, saying that it can''t find
the events for wxEVT_MEDIA_FINISHED, and such. I''ve looked at my compile,
and I have the tag enabled for --enable-mediactrl, infact, the full
configure line is:
./configure --disable-shared --with-gtk --enable-monolithic --enable-unicode
--enable-debug --enable-catch_segvs --enable-graphics_ctx --enable-mediactrl
--with-op...