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 cheers alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: rakemacosx_scintilla.patch Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20061019/5522f2b1/attachment.ksh
Alex Fenton wrote:> At last, managed to get Scintilla up and running on OS X. Sorry it''s > taken so long.No problem! I''ve still not gotten it to build on Linux yet. I''ll peek over what you''ve done to see if it applies there, too. Glad we''ve got it working on two platforms at least. Roy
Roy Sutton wrote:> Alex Fenton wrote: > >> At last, managed to get Scintilla up and running on OS X. Sorry it''s >> taken so long. >> > No problem! I''ve still not gotten it to build on Linux yet.Cool - hopefully should be pretty similar. The key was figuring out that ''make release'' built wxscintilla the way we wanted - then I just pointed your rake code at the right directory and file (lib/libwxscintilla) and it worked. I tried out building off wxscintilla CVS head and it worked, so Otto says he plans to do a 1.71 release soon. a