falvaro / pme_parser

Printed math expression parser
GNU General Public License v3.0
36 stars 22 forks source link

compilation terminated. #5

Open ridhi22 opened 6 years ago

ridhi22 commented 6 years ago

Hi! I am trying to compile parser.cc and sample.cc. But it is showing error: In file included from grammar.h:30:0, from parser.cc:21: sample.h:23:22: fatal error: Magick++.h: No such file or directory

include <Magick++.h>

                  ^

compilation terminated. Please guide. Thank you in advance.