Hi, I’m facing compilation issues while building libcurl 7.78.0 with the newly added bufref.c and bufref.h files.
For instance, bufref.h itself contains a “#include bufref.h” statement, i.e. it hash includes itself, which gives the error "#include nested too deeply". Once I removed it, it gave the error “incomplete definition of type struct bufref”, because the definition of struct bufref is nowhere to be found. I downloaded curl-7.78.0.tar.gz from curl.se/download.html. I am new to libcurl, so I’m wondering if I missed something somewhere. Any pointers would help.
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
