thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

Cannot find the file "#include <tpie/tpie_export.h>" #272

Closed gzyhkust closed 3 months ago

gzyhkust commented 3 months ago

I have followed the instructions to build and install the TPIE on my machine. But when I try to build my project that use TPIE, it always shows the following message:

image

Besides that, in the source code, there are many files (like resources.h, util.h and thread.h etc.) that include the tpie_export.h file, but I cannot even this file in the source code repository, I am wondering the reason, and what should I do to solve this problem. Thanks!

thomasmoelhave commented 3 months ago

Once you have built the tpie library, tpie_export.h should have been produced in the build directory at <build-directory>/tpie/tpie_export.h. You probably need to add the build directory to your list of include search paths.