Libpoco : build failed if the path contain sub directory with a pattern *.o* [closed]

asked 2014-02-24 06:23:19 -0500

Peehu gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by tfoote
close date 2014-02-25 09:58:34

Comments

Please provide a little bit more background on how to reproduce this issue? Is this a ROS issue or a generic poco issue?

tfoote gravatar image tfoote  ( 2014-02-24 14:18:21 -0500 )edit

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.

Peehu gravatar image Peehu  ( 2014-02-25 05:46:08 -0500 )edit

If this is a generic poco issue please take it up on the appropriate forums for poco. These forums are for ROS issues.

tfoote gravatar image tfoote  ( 2014-02-25 09:58:29 -0500 )edit