timmy2000 t-n-p.org wrote:
> That's not the end of the world. I can demonstrate the
app working on
> more that one OS (in this case its Mac OS X, FreeBSD
and Ubuntu/Debian),
> so Im happy as a tree.
>
>
So nice to hear from happy users...
>> I'd be really keen to get wxruby2 working on BSD
however. Perhaps you
>> could post the compile error(s) you're getting?
>>
>
> With pleasure. I am building it on ruby-1.8.5.12,1 with
gcc version 3.4.4
> (20050518) and here's the output from "rake
--trace":
I think we are simply lacking platform-specific compile
instructions for
BSDs. Since you're using gcc + GTK, I guess we can try the
linux
instructions.
1) Could you post the output of the following command?
ruby -e 'puts RUBY_PLATFORM'
2) Could you try editing rakefile in the base wxruby2
directory as
follows and run rake again, posting any errors?
At line 41, there's a section commented 'platform specific'.
Please
replace the whole series of if/then statements like
"if($macosx) require
'rake/rakemacosx'
with simply
require 'rake/rakelinux'
thanks for your help
alex
_______________________________________________
wxruby-users mailing list
wxruby-users rubyforge.org
ht
tp://rubyforge.org/mailman/listinfo/wxruby-users
|