Displaying 4 results from an estimated 4 matches for "urldataobject".
2007 Dec 28
0
[ wxruby-Bugs-16672 ] Compile error on Linux with URLDataObject.cpp
...n respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16672&group_id=35
Category: Compile/build
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Compile error on Linux with URLDataObject.cpp
Initial Comment:
% gcc --version
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-59)
g++ -c -I/home/rwa/linux-packages/wxGTK- 2.8.7-static/lib/wx/include/gtk2-ansi-release-static-2.8 -I/home/rwa/linux-packages/wxGTK-2.8.7-static/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEF...
2006 Aug 31
4
Help with URL drop
Hello, I am trying to implement a drag from the browser address bar
(favicon) and drop onto a wxRuby app. I cannot for the life of me figure
out how to set the drop target to accept the URL data type? Any help or
pointers appreciated... I implemented file drop with no issues but the
url thing has me stumped.
John Purrier
email: john@junqbox.com <mailto:john@junqbox.com>
web:
2007 Dec 27
4
build problems, part III, and runtime problems, part I
After decoding the unresolved symbols from wxruby2.so using c++filt, and
comparing with the symbols provided by wxGTK, it became clear that wxGTK was
using wchar_t whereas wxruby2.so was using char. So I rebuilt wxGTK,
turning off unicode. That worked. No more unresolved symbols. What
gives? Should the wxruby code have been built using wchar_t, and if so,
how?
However, now I get the
2007 Dec 28
3
more problems with 1.9.2
The files:
wx/accessors.rb
wx/keyword_ctors.rb
wx/keyword_defs.rb
do not exist in the tarball:
% pwd
/home/rwa/Distributions/test/wxruby-1.9.2
% find . -name accessors.rb
%
but are required in wx.rb:
% tail wx.rb
Dir.glob(class_files) do | class_file |
require ''wx/classes/'' + class_file[/\w+\.rb$/]
end
# Load in syntax sweetner
require ''wx/accessors''