Copiar link para a área de transferência
Copiado
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 resposta correta
Thanks for all your help...
I have find the solution.
Thanks,
-Jothi
Copiar link para a área de transferência
Copiado
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
Copiar link para a área de transferência
Copiado
Hi manan,
Where to add the path inside the header???
-Jothi
Copiar link para a área de transferência
Copiado
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.
Copiar link para a área de transferência
Copiado
Thanks for all your help...
I have find the solution.
Thanks,
-Jothi
Copiar link para a área de transferência
Copiado
give me solution.
Copiar link para a área de transferência
Copiado
Solution already given.
Copiar link para a área de transferência
Copiado
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
Copiar link para a área de transferência
Copiado
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.
Copiar link para a área de transferência
Copiado
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

