Displaying 1 result from an estimated 1 matches for "lwx_gtk2_".
Did you mean:
lwx_gtk2_qa
2007 Dec 27
3
build problems
...#39;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 out of the box in the "stable" release.
_______________________________________________
wxruby-user...