Libpoco : build failed if the path contain sub directory with a pattern *.o* [closed]
Hi,
Building of poco is failed if the sub directory contain a pattern .o .
Example suppose the build dir is named as abc.ofgh so while building poco it throw error No rule to make target ./home/abc/abc.o needed by . /home/abc/abc.ofgh../ AbstractContainerNode.o (... Means till poco file path)
How to make a rule to read directory not as object file in poco.
Please provide a little bit more background on how to reproduce this issue? Is this a ROS issue or a generic poco issue?
It is generic poco issue. To reproduce it In the path of poco directory I make one directory which will contain .o pattern For example in my case poco is storing in /home/abc/clone/build/3pp/src/poco/ So I renamed my build as abc.ofgh and tried to build it but it is failed because of above mention error.Same kind of error is reported here : https://lists.debian.org/debian-mentors/2007/01/msg00207.html Please suggest the way forward to deal it.
If this is a generic poco issue please take it up on the appropriate forums for poco. These forums are for ROS issues.