search for: link_wx_statically

Displaying 4 results from an estimated 4 matches for "link_wx_statically".

2008 Jan 03
0
[ wxruby-Feature Requests-16788 ] Support Dynamic wxgtk libraries in Linux
...ed to be dynamically linked, way back. I''ll have a dig around in SVN and see if we can identify the change and get this to be a working option. This''ll be after the next release; please do add a feature request for this to track it. =end The following is in rake/rakelinux.rb: $link_wx_statically = true When set to false,the compile no longers fails, but the samples still do not run. wxruby is dynamic on my system with no "trivial" option to enable static. I may be contacted at the following: demaillists_at_comcast_dot_net -------------------------------------------------------...
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...mp;nbsp2007-03-23 17:00:12 UTC (rev 918) +++ trunk/wxruby2/rake/rakelinux.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-26 19:09:34 UTC (rev 919) </span><span class="lines">@@ -22,8 +22,7 @@ </span><span class="cx"> if($link_wx_statically) </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$extra_libs = "-Wl,-Bdynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 " + </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&...
2006 Apr 15
3
Further problems with rubyt2 on MacOS X (intel)
...issue. however somethings''s happening that as far as I can see has not been mentioned on the list. here''s the first few lines of the build fail report: ------------------------------------------------------------------------ ./rake/rakelinux.rb:16: warning: global variable `$link_wx_statically'' not initialized g++ -c -I/usr/lib/wx/include/mac-ansi-release-2.6 -I/usr/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -fno-common -pipe -fno-common -Wno-unused-function -I /usr/lib/ruby/site_ruby/1.8 -I /usr/lib/ruby/site_ruby/1.8/i686-darwin...
2008 Jan 02
7
Bug #16760
Hi, I just submitted bug #16760. Feel free to contact me with any questions or comments. (svn failed too, but I can''t say if this is the same error. If this is a dependency issue, the main web page should be updated too.) I''m just trying to run wxruby and go through the tutorial, but also want enter it as a new package for the SourceMage GNU/Linux distribution. Thanks.