MySQL Forums
Forum List  »  Connector/C++

Re: Error: boost/shared_ptr.hpp: No such file or directory
Posted by: Luis Manuel Pinto da Silva
Date: February 05, 2018 05:59PM

Hi!

AFAIK, Dev-C++ uses gcc, so you should see in the build log the -I/path/to/boost pointing to boost location! Otherwise something is missing on the gcc params.

Also, you will need to build the connector itself, since the binaries are compiler specific, and we ship no gcc binaries on windows.

Cheers,
Luís

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.