search for: htmlproc

Displaying 7 results from an estimated 7 matches for "htmlproc".

2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
...et a compile error, let me know what tests you want me to run. I''ve got wxGTK 2.4.2 installed. Cheers, Tom g++ -fPIC -march=athlon-xp -O3 -pipe -fPIC `wx-config --cxxflags` -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/ 1.8/i686-linux -I. -c calendar.cpp In file included from htmlprocessor.cpp:7: htmlprocessor.h:9:30: wx/html/htmlproc.h: No such file or directory In file included from htmlprocessor.cpp:7: htmlprocessor.h:11: error: parse error before `{'' token htmlprocessor.h:14: error: virtual outside class declaration htmlprocessor.h:14: error: non-member function `wx...
2004 Dec 12
3
Re: Problem building wxRuby: htmlproc.h not found
I''ve heard of this before. Try running this line and send me the output ruby -e "p RUBY_PLATFORM" Nick Andreas Schwarz wrote: > I''m trying to build wxRuby 6.0 on Linux (Ubuntu). When I run make I get > an error because htmlproc.h is not found (it does not exist in the Linux > version of wxWidgets). I see that the html* object files are removed > from $objs in the extconf.rb if /linux/ =~ RUBY_PLATFORM, but still the > Makefile tries to build them. > > $ ruby -v > ruby 1.8.2 (2004-08-24) [i386-linux]...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi, Has this problem been resolved? I encountered the same problem on my FC3 system with wxGTK-2.4.2 and wxruby-0.6. Thanks. Stephen [Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found *Nick* devel at nicreations.com <mailto:wxruby-users%40rubyforge.org?Subject=%5BWxruby-users%5D%20Re%3A%20Problem%20building%20wxRuby%3A%20htmlproc.h%20not%20found&In-Reply-To=41BD095B.7000803%40mktec.com> /Sun Dec 12 22:44:12 EST 2004/ * Previous message: [Wxruby-users]...
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Changes in this release include: * Additional widget support in XRC (thanks to Marshall Elfstrand) * Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle Technologies Inc) * Addition of wxGrid event handlers (thanks
2005 Oct 22
6
wxruby.so error with weft-qda
...system (this list had a discussion about weft-qda last year and alex fenton''s also been trying to help me out - no luck so far). I get stuck with wxruby 0.60 (I think). I compiled wxruby against wxGTK 2.4.2 (without gtk2, without unicode - gtk+ version is 1.2.10) - after manually moving htmlproc.h and xml.h from the wxGTK make to the appropriate directories. I get the following error on running ruby weft-qda.rb: /usr/lib/ruby/1.8/i686-linux/wxruby.so: /usr/lib/ruby/1.8/i686-linux/wxruby.so: undefined symbol: _ZN12wxEvtHandler13sm_eventTableE - /usr/lib/ruby/1.8/i686-linux/wxruby.so (Loa...
2005 Jun 26
10
wxruby + GTK2.0
I have a newly-installed Ubuntu linux box that I''m planning to use for wxruby development (thanks for the advice on remote desktops from this group). However, turns out that Ubuntu comes with GTK2.0, annd wxwidgets 2.6 is reportedly better and easier to build than 2.4.2 against this. Before I set off on a potentially fruitless compiling journey, I was wondering if anyone had had