<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks.  I installed the updated version of Xcode and that seemed to take care of the problem.  <br class=""><div><br class=""><div class="">On Nov 11, 2019, at 6:06 PM, Greg <<a href="mailto:web@web.knobby.ws" class="">web@web.knobby.ws</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">This won’t be very helpful. <div class=""><br class=""></div><div class="">But Markdown preview works on my MBP with Catalina and I installed Python  for QGIS. HomeBrew install didn’t work with QGIS, so ended up using the installer at <a style="background-color: rgb(239, 240, 241); padding: 7px 30px; font-size: 13px; border: 0px; max-height: 600px; overflow: auto; word-wrap: normal; color: rgb(36, 39, 41); font-family: Consolas; font-weight: bold;" href="https://www.python.org/downloads/" class=""><span style="border: 0px; max-height: 600px; overflow: auto; word-wrap: normal;" class="">https://www.python.org/downloads/</span></a><br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Nov 11, 2019, at 10:19 AM, <a href="mailto:textmate-request@lists.macromates.com" class="">textmate-request@lists.macromates.com</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Send TextMate mailing list submissions to<br class=""><span class="Apple-tab-span" style="white-space:pre">    </span><a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a><br class=""><br class="">To subscribe or unsubscribe via the World Wide Web, visit<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://lists.macromates.com/listinfo/textmate" class="">https://lists.macromates.com/listinfo/textmate</a><br class="">or, via email, send a message with subject or body 'help' to<br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>textmate-request@lists.macromates.com<br class=""><br class="">You can reach the person managing the list at<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>textmate-owner@lists.macromates.com<br class=""><br class="">When replying, please edit your Subject line so it is more specific<br class="">than "Re: Contents of TextMate digest..."<br class=""><br class=""><br class="">Today's Topics:<br class=""><br class="">   1.  Problem with Markdown Preview (Tao Zha)<br class="">   2.  Re: Problem with Markdown Preview (Graham Heath)<br class=""><br class=""><br class="">----------------------------------------------------------------------<br class=""><br class="">Message: 1<br class="">Date: Mon, 11 Nov 2019 11:39:53 -0500<br class="">From: Tao Zha <zmail@tzha.net><br class="">To: tm-support@macromates.com, textmate@lists.macromates.com<br class="">Subject: [TxMt] Problem with Markdown Preview<br class="">Message-ID: <A7A0E9C7-ACE3-4176-8210-2225D3B72375@tzha.net><br class="">Content-Type: text/plain; charset="us-ascii"<br class=""><br class="">Hi:<br class=""><br class="">After I updated macOS Catalina, Markdown Preview no longer works. I got the following error message:<br class=""><br class="">Please install the Redcarpet and Pygments.rb RubyGems by running the following:<br class="">/usr/bin/gem install --user redcarpet pygments.rb<br class=""><br class="">After I ran the above command, I received the following error message from the Terminal:<br class=""><br class="">$ /usr/bin/gem install --user redcarpet pygments.rb<br class="">Building native extensions. This could take a while...<br class="">ERROR:  Error installing redcarpet:<br class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ERROR: Failed to build gem native extension.<br class=""><br class="">    current directory: /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0/ext/redcarpet<br class="">/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20191111-836-11oqvm2.rb extconf.rb<br class="">mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/include/ruby.h<br class=""><br class="">You might have to install separate package for the ruby development<br class="">environment, ruby-dev or ruby-devel for example.<br class=""><br class="">extconf failed, exit code 1<br class=""><br class="">Gem files will remain installed in /Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0 for inspection.<br class="">Results logged to /Users/tzha/.gem/ruby/2.6.0/extensions/universal-darwin-19/2.6.0/redcarpet-3.5.0/gem_make.out<br class="">Successfully installed pygments.rb-1.2.1<br class="">Parsing documentation for pygments.rb-1.2.1<br class="">Done installing documentation for pygments.rb after 0 seconds<br class="">1 gem installed<br class=""><br class="">Can someone help me to resolve this issue?<br class=""><br class="">Thanks,<br class=""><br class="">Tao<br class="">-------------- next part --------------<br class="">An HTML attachment was scrubbed...<br class="">URL: <https://lists.macromates.com/textmate/attachments/20191111/8a603e67/attachment-0001.html><br class=""><br class="">------------------------------<br class=""><br class="">Message: 2<br class="">Date: Mon, 11 Nov 2019 12:19:05 -0600<br class="">From: "Graham Heath" <graham.p.heath@gmail.com><br class="">To: "TextMate users" <textmate@lists.macromates.com><br class="">Cc: tm-support@macromates.com<br class="">Subject: [TxMt] Re: Problem with Markdown Preview<br class="">Message-ID: <0FAAB215-EC6B-4F98-9E8B-C372000EAD7E@gmail.com><br class="">Content-Type: text/plain; charset="utf-8"; Format="flowed"<br class=""><br class="">I'll tell you that what I would do first would be to make a new file and <br class="">paste in:<br class=""><br class="">      gem install --user redcarpet pygments.rb<br class=""><br class="">Then run that line from within TextMate using Bundles -> Shell Script -> <br class="">Execute line.<br class=""><br class="">[You can also find it by pressing ? + T and searching for "Execute <br class="">line" or by pressing ^ + R.]<br class=""><br class="">That way you can be relatively sure that the `gem` that TextMate runs <br class="">commands with will be the one used to install pygments.<br class=""><br class="">Thanks,<br class="">Graham<br class=""><br class="">On 11 Nov 2019, at 10:39, Tao Zha wrote:<br class=""><br class=""><blockquote type="cite" class="">Hi:<br class=""><br class="">After I updated macOS Catalina, Markdown Preview no longer works. I <br class="">got the following error message:<br class=""><br class="">Please install the Redcarpet and Pygments.rb RubyGems by running the <br class="">following:<br class="">/usr/bin/gem install --user redcarpet pygments.rb<br class=""><br class="">After I ran the above command, I received the following error message <br class="">from the Terminal:<br class=""><br class="">$ /usr/bin/gem install --user redcarpet pygments.rb<br class="">Building native extensions. This could take a while...<br class="">ERROR:  Error installing redcarpet:<br class=""><span class="Apple-tab-span" style="white-space:pre">    </span>ERROR: Failed to build gem native extension.<br class=""><br class="">    current directory: <br class="">/Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0/ext/redcarpet<br class="">/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I <br class="">/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 <br class="">-r ./siteconf20191111-836-11oqvm2.rb extconf.rb<br class="">mkmf.rb can't find header files for ruby at <br class="">/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/include/ruby.h<br class=""><br class="">You might have to install separate package for the ruby development<br class="">environment, ruby-dev or ruby-devel for example.<br class=""><br class="">extconf failed, exit code 1<br class=""><br class="">Gem files will remain installed in <br class="">/Users/tzha/.gem/ruby/2.6.0/gems/redcarpet-3.5.0 for inspection.<br class="">Results logged to <br class="">/Users/tzha/.gem/ruby/2.6.0/extensions/universal-darwin-19/2.6.0/redcarpet-3.5.0/gem_make.out<br class="">Successfully installed pygments.rb-1.2.1<br class="">Parsing documentation for pygments.rb-1.2.1<br class="">Done installing documentation for pygments.rb after 0 seconds<br class="">1 gem installed<br class=""><br class="">Can someone help me to resolve this issue?<br class=""><br class="">Thanks,<br class=""><br class="">Tao<br class=""></blockquote><br class=""><br class=""><blockquote type="cite" class=""><br class="">_______________________________________________<br class="">TextMate mailing list<br class="">TextMate@lists.macromates.com<br class="">https://lists.macromates.com/listinfo/textmate<br class=""></blockquote>-------------- next part --------------<br class="">An HTML attachment was scrubbed...<br class="">URL: <https://lists.macromates.com/textmate/attachments/20191111/44ec97e0/attachment.html><br class=""><br class="">------------------------------<br class=""><br class="">_______________________________________________<br class="">TextMate mailing list<br class="">TextMate@lists.macromates.com<br class="">https://lists.macromates.com/listinfo/textmate<br class=""><br class="">End of TextMate Digest, Vol 138, Issue 4<br class="">****************************************<br class=""></div></div></blockquote></div><br class=""></div></div><br class="">_______________________________________________<br class="">TextMate mailing list<br class=""><a href="mailto:TextMate@lists.macromates.com" class="">TextMate@lists.macromates.com</a><br class="">https://lists.macromates.com/listinfo/textmate</div></div><br class=""></body></html>