ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Peehu's profile - activity

2016-09-16 11:20:03 -0500 received badge  Famous Question (source)
2014-02-26 03:29:09 -0500 received badge  Notable Question (source)
2014-02-25 09:56:31 -0500 received badge  Popular Question (source)
2014-02-25 05:46:08 -0500 commented question Libpoco : build failed if the path contain sub directory with a pattern *.o*

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.

2014-02-24 06:23:19 -0500 asked a question Libpoco : build failed if the path contain sub directory with a pattern *.o*

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.