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

Python Binding (On Windows) #85

Closed
apdullahyayik opened this issue Dec 2, 2019 · 2 comments
Closed

Python Binding (On Windows) #85

apdullahyayik opened this issue Dec 2, 2019 · 2 comments
Assignees
Labels

Comments

@apdullahyayik
Copy link

I have successfully implemented binding on Ubuntu 19.10, however at windows 10 there exist an error after the commands below.
Any help will be appreciated.

Thanks

Commands:

cd libpff
./synclibs.sh
./autogen.sh
./configure --prefix /usr/ --with-python –with-python3
Error:
to use local version... (cached) auto-detect
./configure: line 15879: syntax error near unexpected token newline'
./configure: line 15879: PKG_CHECK_MODULES('

@joachimmetz
Copy link
Member

joachimmetz commented Dec 2, 2019

  1. don't build from git directly unless you want to develop libpff (see: https://github.com/libyal/libpff/wiki/Building#read-first)
  2. provide more detail about your build environment (Cygwin, MinGW)

The error says your build environment is missing the pkg-config m4 macros

Also the bindings are work in progress see #2

@joachimmetz joachimmetz self-assigned this Dec 2, 2019
@joachimmetz
Copy link
Member

No additional response from reporter closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants