Roy Sutton wrote:> swig -noruntime -noextern -w401 -w801 -w515 -c++ -ruby -o
> src/NotebookSizer.cpp swig/classes/NotebookSizer.i
> Exception `RuntimeError'' at
> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.5.4/lib/rake.rb:485 - Command
> failed with status (0): [swig -noruntime -noextern -w401 -w801 -w...]
> rake aborted!
> Command failed with status (0): [swig -noruntime -noextern -w401 -w801
> -w...]
It looks like you still have swig/classes/NotebookSizer.i, but that file
was recently removed from CVS because the class was deprecated in wx. If
you delete that file (so your working tree matches the CVS tree), you
should be able to continue the build without having swig.
Kevin