buzz/mediainfo.js

autogen.sh not found does not exist when building the mac system

Closed this issue · 4 comments

Checklist

  • I have searched the issue tracker for any duplicate issues and confirmed that this bug has not been reported before.
  • I have tested the issue with the upstream project MediaInfo and can confirm that the problem only exists in mediainfo.js.
  • I have attached all necessary test files, if applicable, so that the issue can be easily reproduced by the developers.
  • I have added a reproduction repository or a code sandbox that clearly illustrates the issue. Providing a minimal example will greatly help the developers in understanding and resolving the problem.

Bug Description

Steps to Reproduce

1.pnpm install
2. pnpm build
3. ...

Expected Behavior

should build success

Actual Behavior

autogen.sh not found does not exist so build fali

Environment

  • mediainfo.js version: [e.g. 1.2.3]
  • Operating System: [e.g. Windows 10, macOS Big Sur]
  • Browser (if applicable): [e.g. Chrome 90, Firefox 87]
  • Node.js (if applicable): [e.g. 18.16.0]

Additional Information

buzz commented

Please fill out the bug report. Include all relevant information including console logs. Thank you

Please fill out the bug report. Include all relevant information including console logs. Thank you

gulp/compile/mediainfolib.ts
9 line ==> await spawn('./autogen.sh', [], mediainfolibDir)

the file './autogen.sh' does not exist.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 30 days since being marked as stale.