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

Doesn't compile under 64bit #148

Closed kemelzaidan closed 11 years ago

kemelzaidan commented 11 years ago

make gives me this error :

$ make
CC=gcc make -C peg-0.1.9
make[1]: Entrando no diretório `/home/kemel/Downloads/peg-multimarkdown/peg-0.1.9'
make[1]: Nada a ser feito para `all'.
make[1]: Saindo do diretório `/home/kemel/Downloads/peg-multimarkdown/peg-0.1.9'

It seems to be some error on the make file. Here it is my system stuff under Ubuntu 10.04

$ uname -a
Linux kemel-imasters 3.5.0-27-generic #46~precise1-Ubuntu SMP Tue Mar 26 19:33:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
fletcher commented 11 years ago

I don't speak Portugese, but it looks like you don't have the peg-0.1.9 directory.

I don't believe this is a 64-bit, or even OS issue. Looks like peg-multimarkdown source isn't fully installed.