hharng commented on issue #46258: URL: https://github.com/apache/arrow/issues/46258#issuecomment-4531276794
For those who will encounter this error, here is how I fixed it for me when my Qt 6 project was giving me this error when trying to compile it with an added #include<rfl/parquet.hpp> : When building and installing Arrow from source, I had installed Arrow into /usr/local, so I had to open it like this: sudo nano /usr/local/include/arrow/util/cancel.h Scroll down to the bottom and replace the name of the method paramer from "signals" to something else (I just added an underscore, so it became "_signals"). Close and reopen QtCreator, open the project, compile. The problem is now gone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
