Copy link to clipboard
Copied
fatal error: boost/config.hpp: No such file or directory
#include <boost/config.hpp>
I tried to build my plug-in but ith throws the above error.
How i can fix this issue????
-Jothi
1 Correct answer
Thanks for all your help...
I have find the solution.
Thanks,
-Jothi
Copy link to clipboard
Copied
You need to add the path to this header file in the include path of your project. That path would be the following
<Path to your SDK>/external/dva/third_party/boost_libraries
-Manan
Copy link to clipboard
Copied
Hi manan,
Where to add the path inside the header???
-Jothi
Copy link to clipboard
Copied
You do not change the source code. This is a normal part of app building.
1. Identify the folders you need to add for the header files you use.
2. Update your project settings, eg in xcode or Visual Studio, to add those folders to your builds for the project
It is a common issue when you load pre-made projects, because include files don't end up at exactly the same location.
Copy link to clipboard
Copied
Thanks for all your help...
I have find the solution.
Thanks,
-Jothi
Copy link to clipboard
Copied
give me solution.
Copy link to clipboard
Copied
Solution already given.
Copy link to clipboard
Copied
This is a very basic thing and you should read about it before trying to develop something. You can read about "Additional Include Directories" w.r.t Visual Studio and XCode, that should lead you to a proper understanding and help you solve this on your own.
-Manan
Copy link to clipboard
Copied
manan,
At starting I'm new to this I don't have time to read those stuffs, So I asked experienced one help. Thankyou for your great reply. Now, I'm trained enough to handle issues in InDesign.
Copy link to clipboard
Copied
Hi @jothipriya,
I am not sure why you commented on my post that was in reply to another user who asked the same question that you raised without any new information on why he was not able to follow the instructions.
Regarding you, you were adequately answered by couple of people and was able to move ahead. But a suggestion to learn things the proper way seems to have not gone down well with you. Looking at your comment about being inexperienced and at the sametime not having time to read "those stuffs", that itself is the problem in my opinion. Not having time is never an option if you want to learn something. Anyhow to each their own.
-Manan

