pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
241 stars 74 forks source link

bootstrap.sh fails on not-latest aclocal #51

Closed rsbeckerca closed 2 years ago

rsbeckerca commented 2 years ago

I'm getting a bad symbol error on HPE NonStop when running bootstrap.sh:

configure.ac:99: error: possibly undefined macro: AC_LTDL_ENABLE_INSTALL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

I am running autoconf 2.69.

pantoniou commented 2 years ago

Looks like it's an libtool issue.

Remove the line in the configure.ac file and try again.

I think it should work, but I don't have access to your kind of system to verify.

rsbeckerca commented 2 years ago

Looks like it's an libtool issue.

Remove the line in the configure.ac file and try again.

I think it should work, but I don't have access to your kind of system to verify.

Commenting that line moves past that issue, but then configure fails on:

./configure[21058]: syntax error at line 21058 :(' unexpected`

I was unaware that yaml-0.1 was a dependency.

pantoniou commented 2 years ago

Just remove the line completely, don't comment it out with #

There is no hard dependency, it is an optional dependency.

On Fri, Mar 18, 2022 at 1:52 PM Randall S. Becker @.***> wrote:

Looks like it's an libtool issue.

Remove the line in the configure.ac file and try again.

I think it should work, but I don't have access to your kind of system to verify.

Commenting that line moves past that issue, but then configure fails on:

./configure[21058]: syntax error at line 21058 : (' unexpected`

I was unaware that yaml-0.1 was a dependency.

— Reply to this email directly, view it on GitHub https://github.com/pantoniou/libfyaml/issues/51#issuecomment-1072337376, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQGJWS5XO7J3HV6425LOWDVARU6LANCNFSM5RAGDOBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

rsbeckerca commented 2 years ago

There are just too many issues in configure for me to hack. Sorry, I'm giving up on this package for now.