Displaying 1 result from an estimated 1 matches for "_stc".
Did you mean:
_sta
2007 Dec 27
3
build problems
...9;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 out of the box i...