Roger Sperberg
2010-Apr-09 16:26 UTC
[wxruby-development] Problem rendering HTML documents from Textile source files
The recommended method for submitting documentation advises me to: - install Subversion (I have installed the RapidSVN client, for Win XP) - install the Redcloth gem (done) - check out the current wxRuby sources (done) - tender the textile docs into HTML (eg, type "rake html_docs") At this point I''m stymied, receiving an error message that says rake "couldn''t find compiled wxWidgets in [the directory indicated by the WXWIN environment variable]." I''ve installed wxWidgets in C:\programs\wxWidgets-2.8.10\ and ruby in C:\Ruby19\. The files from SVN are on a separate drive, in G:\wxRuby\trunk\ (and that''s the active directory when I type "rake html_docs"). I''ve tried all the possibilities I could imagine for WXWIN, but I can''t render the Textile files into HTML. Can someone on this list tell me what WXWIN should be set to? Or somewhere else I may be going astray? Thanks! Roger -- Roger Sperberg Montclair, NJ -- rsperberg at gmail -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-development/attachments/20100409/73d51035/attachment.html>
Pascal Hurni
2010-Apr-09 21:12 UTC
[wxruby-development] Problem rendering HTML documents from Textile source files
Hi Roger, You have to point WXWIN to your wxWidgets source directory which is for you C:\programs\wxWidgets-2.8.10 (In my setup there''s no trailing slash, maybe determinant). Hope this helps, regards. Pascal Roger Sperberg a ?crit :> The recommended method for submitting documentation advises me to: > > - install Subversion (I have installed the RapidSVN client, for Win XP) > - install the Redcloth gem (done) > - check out the current wxRuby sources (done) > - tender the textile docs into HTML (eg, type "rake html_docs") > > At this point I''m stymied, receiving an error message that says rake > "couldn''t find compiled wxWidgets in [the directory indicated by the > WXWIN environment variable]." > > I''ve installed wxWidgets in C:\programs\wxWidgets-2.8.10\ and ruby > in C:\Ruby19\. The files from SVN are on a separate drive, in > G:\wxRuby\trunk\ (and that''s the active directory when I type "rake > html_docs"). > > I''ve tried all the possibilities I could imagine for WXWIN, but I > can''t render the Textile files into HTML. > > Can someone on this list tell me what WXWIN should be set to? Or > somewhere else I may be going astray? > > Thanks! > > Roger > > -- > Roger Sperberg > Montclair, NJ > -- > rsperberg at gmail > > > ------------------------------------------------------------------------ > > _______________________________________________ > wxruby-development mailing list > wxruby-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-development >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-development/attachments/20100409/176a8111/attachment.html>