rrthomas / mmv

Other
50 stars 7 forks source link

Error on bdw-gc trying to compile from source #14

Closed AgilentGCMS closed 1 year ago

AgilentGCMS commented 1 year ago

Hello,

I am trying to compile mmv on a Red Hat Enterprise box. I cloned the git repository, did ./bootstrap, then tried ./configure. That step failed with

./configure: line 29039: syntax error near unexpected token `BDW_GC,bdw-gc'
./configure: line 29039: `PKG_CHECK_MODULES(BDW_GC,bdw-gc >= 7.2)'

No idea what this error is or how to get past it. Help?

rrthomas commented 1 year ago

You need pkg-config installed; sorry, it seems that this is missing from the requirements list. I'll fix that.

rrthomas commented 1 year ago

I fixed it. I didn't think this warranted a new release, but it'll be in there next time I make a release.