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

libpff_name_to_id_map.c:687:8: error: use of undeclared identifier 'libfmapi_guid_public_strings' #42

Closed smclinden closed 6 years ago

smclinden commented 7 years ago

Since the OS X toolchain wasn't working, I decided to build the required libraries manually. Compilation worked fine but when the latest libfmapi was added, libpff choked with the error, above.

joachimmetz commented 7 years ago

thx for the report, I'll have a look as soon as time permits

joachimmetz commented 6 years ago

Also an issue with libfmapi.m4

./configure: line 49341: AX_LIBFMAPI_CHECK_LIB: command not found
joachimmetz commented 6 years ago

Updates to libfmapi.m4 and libfmapi

joachimmetz commented 6 years ago

Tests on travis pass https://travis-ci.org/libyal/libpff/builds/403856889, closing issue