fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Mac Installer limited to 64 bit 10.6 machines? #47

Closed fletcher closed 13 years ago

fletcher commented 13 years ago

It appears that the current binary won't run on OS X 10.5 machines, or on 32-bit machines.

I'm working on a few ways to try and create an installer for older machines/OS installs. What I would really like is to figure out how to make a single binary that would also run on older machines without losing performance gains of being 64 bit (if they even exist).

Anyone out there smarter than me with advice to offer - I'll take it! ;)

ghost commented 13 years ago

I got bitten by this one, and look forward to a binary that can run on my 32-bit machine :-)

fletcher commented 13 years ago

To be clear - anyone should be able to follow the instructions and compile MMD on their own machine.

I just can't get a working binary for your 10.4/ 32 bit machine from my 10.6/64 bit machine at the moment.

ghost commented 13 years ago

Should have thought of that! Formulas are brewing as we speak. MMD 3.0, here I come.

And a few minutes later, MMD is up and running (and much snappier) on my hackintoshed Dell.

fletcher commented 13 years ago

If you can send me your copy of multimarkdown binary, and libglib-2.0.0.dylib and libintl.8.0.2.dylib, I can try and create a package to hold me over until I can actually compile.

in Terminal in tcsh:

locate libglib locate libintl

should find the pertinent files.

ghost commented 13 years ago

Hi,

Please fine enclosed an archive contained the binary and the required libraries.

Helge A. Gudmundsen Sent with Sparrow On Friday, April 15, 2011 at 23:48 , fletcher wrote:

If you can send me your copy of multimarkdown binary, and libglib-2.0.0.dylib and libintl.8.0.2.dylib, I can try and create a package to hold me over until I can actually compile.

in Terminal in tcsh:

locate libglib locate libintl

should find the pertinent files.

Reply to this email directly or view it on GitHub: https://github.com/fletcher/peg-multimarkdown/issues/47#comment_1010995

fletcher commented 13 years ago

I think you'll have to email me directly to include attachments.

owner@fletcherpenney.net

On Sat, Apr 16, 2011 at 4:00 AM, HelgeG reply@reply.github.com wrote:

Hi,

Please fine enclosed an archive contained the binary and the required libraries.

Helge A. Gudmundsen Sent with Sparrow On Friday, April 15, 2011 at 23:48 , fletcher wrote:

If you can send me your copy of multimarkdown binary, and libglib-2.0.0.dylib and libintl.8.0.2.dylib, I can try and create a package to hold me over until I can actually compile.

in Terminal in tcsh:

locate libglib locate libintl

should find the pertinent files.

Reply to this email directly or view it on GitHub: https://github.com/fletcher/peg-multimarkdown/issues/47#comment_1010995

Reply to this email directly or view it on GitHub: https://github.com/fletcher/peg-multimarkdown/issues/47#comment_1012067

Fletcher T. Penney fletcher@fletcherpenney.net

birgereh commented 13 years ago

Hi, I just upgraded MMD on my old 32-bit machine running 10.6 before realizing there were issues. Have you found a solution? Admittedly, compiling things intimidates me.

fletcher commented 13 years ago

Not yet. I tried to get a working 32 bit virtualbox installation of OS 10.5 so that I could compile an "older" version, but have been unsuccessful. I'm also working on a couple of other ideas, but they will likely take a while to complete.

fletcher commented 13 years ago

Solved for next release.... :)