help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with make


From: Paul Smith
Subject: Re: problem with make
Date: Tue, 23 Oct 2018 11:21:18 -0400

On Tue, 2018-10-23 at 10:07 -0500, Deyesta wrote:
> OnMyOwnTypeSupportImpl.h OnMyOwnTypeSupport.idl 
> OnMyOwn:onMyOwnTypeSupportImpl.java OnMyOwnTypeSupportImpl.cpp:
> OnMyOwn.idl ...

It's difficult to understand this because your mail client wrapped all
the lines.

However, I believe the issue is you've added a target named
"OnMyOwn:onMyOwnTypeSupportImpl.java" to your rule.  There are a number
of characters that are special to make and cannot be used directly in
target or prerequisite lists, and ":" is one of them.

You can use colons but you have to escape them with backslashes:

...  OnMyOwn\:onMyOwnTypeSupportImpl.java OnMyOwnTypeSupportImpl.cpp: 
OnMyOwn.idl ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]