Displaying 6 results from an estimated 6 matches for "aboutdialoginfo".
2008 Nov 11
6
Build problem with ruby-1.9.1-preview1
...1.9.1 (2008-10-28 revision 19983) [i686-linux]
chauk-mean at MyUbuntu:~/wxruby2$ rake19 WXRUBY_VERSION=1.9.9 gem
(in /home/chauk-mean/wxruby2)
Enabling DYNAMIC build
Enabling RELEASE build
Enabling UNICODE build
The following wxWidgets features are not available and will be skipped:
PrinterDC
src/AboutDialogInfo.cpp:1776:20: error: rubyio.h: No such file or directory
src/AboutDialogInfo.cpp: In function ''VALUE
_wrap_wxAboutDialogInfo_SetName(int, VALUE*, VALUE)'':
src/AboutDialogInfo.cpp:1856: warning: format not a string literal and
no format arguments
src/AboutDialogInfo.cpp: In function...
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit
Linux machine. However when I try to run any of the samples from the
command line I get the following error message:
ruby: symbol lookup error:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so:
undefined symbol: Init_wxMediaCtrl
I''d be very grateful for any help. Many thanks in advance!
--
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...;'t see where''s the problem with
that. I thought, I had all neccessary libraries installed, but maybe you
know better... After compiling for a long time, rake fails with this
error:
-----------------------------------
g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared
obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o
obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o
obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o
obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o
obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButto...
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
...e used or I missconfigured something?
Configurations that I''ve made: switched runtime library to
"Multi-Threaded (/MT)" for all projects and in ''include/wx/msw/setup.h''
defined
wxUSE_UNICODE, wxUSE_GLCANVAS and wxUSE_GRAPHICS_CONTEXT to 1
link swig/wx.res obj/AboutDialogInfo.obj ...<lots of objs and libs>...
c:/ruby
/lib/msvcrt-ruby18.lib /dll /out:lib/wxruby2.so
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
msvcprt.lib(MSVCP90.dl...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...om source on an Ubuntu system using the distribution''s own wxgtk 2.8 development package, I noticed a missing link dependency:
The wxruby2.so module is created at the end of the rake-driven compilation with the command
g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o...