search for: libwxscintilla

Displaying 4 results from an estimated 4 matches for "libwxscintilla".

2006 Oct 18
0
progress on porting wxscintilla
I''ve made some progress on getting Scintilla to work on OS X. I got a static build of wxscintilla as libwxscintilla.a. To do this, turns out all I needed to do was make release But I had to go a tortuous route to find this out. Anyway, this gives me a library against which I can build the wxscintilla sample. It also builds without error when added to wxruby (following the model of rakemswin). I get a Scint...
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the one supplied with the installation to avoid problems of the header file getting out of
2006 Oct 19
2
Wx::Scintilla - working
At last, managed to get Scintilla up and running on OS X. Sorry it''s taken so long. Patch attached to enable Scintilla to be included in a Mac build. More difficult was how figuring out how to get wxscintilla built in the first place - have added instructions on our ''Building for release'' page on the wiki: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...s="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$wx_libs = libs.join('' '') </span><ins>+ WXSCINTILLA = ENV[''WXSCINTILLA''] + if WXSCINTILLA + $wx_libs += " #{WXSCINTILLA}/lib/libwxscintilla.a " + $wx_cppflags += " -I#{WXSCINTILLA}/include -DWXSCINTILLA" + end </ins><span class="cx"> end </span></span></pre> </div> </div> </body> </html>