Closed aoloe closed 10 years ago
the examples need the cocoa framework to be there... and the framework is only available on os x...
on linux you can make highlighter to avoid the examples to be compiled... and at least get the pmh_parser.c you may be looking for...
make highlighter
pmh_parser.c
On Linux you can try the Qt and GTK examples.
Ah — you mean that the default make targets include ones that compile only on OS X. Got it. Fixed that just now.
thanks :-)
the examples need the cocoa framework to be there... and the framework is only available on os x...
on linux you can
make highlighter
to avoid the examples to be compiled... and at least get thepmh_parser.c
you may be looking for...