Displaying 9 results from an estimated 9 matches for "wx_libs".
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...quot;,"msw#{$POSTFIX}")
</ins><span class="cx">
</span><del>-$WXSRC="#$WXDIR/src/msw"
-$WXINC="#$WXDIR/include"
-$WXLIBDIR="#$WXDIR/lib/vc_lib"
-$INCTEMP="#$WXDIR/lib/vc_lib/msw#{$POSTFIX}"
</del><ins>+$wx_libs = File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib")
+$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib")
+$wx_libs += File.join("#$WXLIBDIR","...
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...$WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
</span><span class="cx"> $INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</span><span class="cx">
</span><del>-$wx_libs = File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib")
-$wx_libs += File.join("#$WXLIBDIR","...
2007 Dec 27
3
build problems
...e, but I don''t know what the right
change is. This got me a little further:
rake aborted!
can''t convert nil into String
[...]/wxruby-1.9.2/rakefile:48
which with more tracing and pondering, it appears that (something like) this
change needs to be made in rakewx.rb:
-stc_lib = $wx_libs[/\S+libwx\S+_stc\S+/]
+stc_lib = $wx_libs[/\S+lwx\S+_stc\S+/]
since wx_libs has strings of the form -lwx_gtk2_*. There is no "lib" in
there.
The build is now proceeding. Stay tuned.
Is the rakefile system unmaintained or something? Adoption will be a
problem if wxruby is unbuildable...
2007 Mar 17
0
[885] branches/wxruby2/wxwidgets_282/rake/rakemacosx.rb: Compile flag fixes for OS X/Wx 2.8
...xwidgets_282/rake/rakemacosx.rb        2007-03-17 18:41:00 UTC (rev 885)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">
</span><span class="cx"> $wx_libs.chomp!
</span><span class="cx"> $wx_libs.gsub!(/-framework (Cocoa|WebKit)/, '''')
</span><del>-$wx_libs << '' -lobjc -framework Foundation''
</del><ins>+$wx_libs << '' -framework Foundation -framework...
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...tiff"
</del><ins>+        "-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 "
</ins><span class="cx">         libs = $wx_libs.split('' '')
</span><span class="cx">         libs.collect! do | lib |
</span><span class="cx">         &nb...
2005 Aug 02
1
Small fix for rake/rakelinux.rb
...port.
After looking at rakelinux.rb I thought, "let''s set $debug to true".
Setting it to true however caused a failure when linking. It was looking
for the wrong libs.
Removing the $debug block fixed the problem, ie. this code is no longer
needed:
$debug = false
if($debug)
$wx_libs.sub!(/lwx_gtk/, ''lwx_gtkd'')
end
Should someone have wx installed with AND without debug-support I think
it''s their responsibility to correctly link wx-config to whatever they
wish to use.
Hope this helps
Jonathan
_______________________________________________
wxruby...
2006 Oct 22
0
[706] trunk/wxruby2/rake/rakemacosx.rb: WxScintilla optional class added (Alex Fenton)
...pan class="cx">         `#{cmd} #{base}/Versions/A/Resources/wxruby.rsrc`
</span><span class="cx"> end
</span><ins>+
+WXSCINTILLA = ENV[''WXSCINTILLA'']
+if WXSCINTILLA
+ $wx_libs += " #{WXSCINTILLA}/lib/libwxscintilla#{$POSTFIX}.a"
+ $wx_cppflags += " -I#{WXSCINTILLA}/include -DWXSCINTILLA"
+end
</ins></span></pre>
</div>
</div>
</body>
</html>
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from