libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
289 stars 74 forks source link

Python Binding (On Windows) #85

Closed apdullahyayik closed 4 years ago

apdullahyayik commented 4 years ago

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 commented 4 years ago
  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 https://github.com/libyal/libpff/issues/2

joachimmetz commented 4 years ago

No additional response from reporter closing issue.