Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Prerequisite JSON 0 not found" #312

Closed
kbipinkumar opened this issue Dec 5, 2022 · 3 comments
Closed

"Prerequisite JSON 0 not found" #312

kbipinkumar opened this issue Dec 5, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@kbipinkumar
Copy link

Describe the bug
Hi i am trying to compile AGAT for Archlinux. while trying to create makefile i am able to fulfill all dependencies except for one as shown below

Warning: prerequisite JSON 0 not found.
Generating a Unix-style Makefile
Writing Makefile for AGAT
Writing MYMETA.yml and MYMETA.json

General (please complete the following information):

  • AGAT version (1.0.0]
  • AGAT installation/use [github source]
  • OS: [Archlinux]

Additional context
i have installed perl-yaml perl-yaml-libyaml packages in archlinux that are equivalent to libyaml-perl ubuntu (as set of packages refer to same upstream URL https://metacpan.org/dist/YAML-LibYAML)

any pointers on how the issue can be resolved.

@Juke34
Copy link
Collaborator

Juke34 commented Dec 5, 2022

I forgot to remove JSON from the Makefile.PL
Try removing

"JSON" => 0,

@kbipinkumar
Copy link
Author

Okay, that worked. thanks for the help

@Juke34
Copy link
Collaborator

Juke34 commented Dec 7, 2022

I have to fix this file, I keep the issue open

@Juke34 Juke34 reopened this Dec 7, 2022
@Juke34 Juke34 added the documentation Improvements or additions to documentation label Dec 7, 2022
@Juke34 Juke34 closed this as completed in d86ed42 Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants