On Sat, 2019-12-28 at 10:33 +0000, Sam Jenkins via TrouSerS-users wrote: > Hi, > I've been trying to link against the tpm-tools library for a project > im working on and have run into some difficulties. I've compiled and > installed it all successfully, however, when I try to link against it > in a make file, provided below, I get an error. > CXXFLAGS += - I/usr/local/include > LDFLAGS += -L/usr/local/lib > test: test.c > gcc -o test test.c > this successfully finds the file, however it gives me an error with > the following. > /sir/local/include/tpm_tools/tpm_unseal.h:40:49: error: unknown type > name 'BOOL' int tpmUnsealFile(char*, unsigned char**, int* BOOL) > > I'm not really sure I understand why this is occurring, given that > the file that the errors is supposedly in was created by successfully > running make_install, but any advice to fix this would be greatly > appreciated. > > Thanks, > Sam Jenkins. > _______________________________________________ > TrouSerS-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/trousers-users
Hi Sam, I saw that you posted a different issue to the list in January. Does that mean that this issue is now resolved for you? Thanks, Debbie _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
