You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2012/12/19 17:12:17 UTC

make distcheck fails on trunk, missing qmfengine.i

make distcheck fails on trunk with: 

make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
make[1]: *** No rule to make target `qmfengine.i', needed by `distdir'.
Stop.
make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
make: *** [distdir] Error 1


There is a qmfengine.i under the include directory, is that where it
should be distributed from?

Cheers,
Alan.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: make distcheck fails on trunk, missing qmfengine.i

Posted by "Darryl L. Pierce" <dp...@redhat.com>.
On Wed, Dec 19, 2012 at 11:12:17AM -0500, Alan Conway wrote:
> make distcheck fails on trunk with: 
> 
> make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
> make[1]: *** No rule to make target `qmfengine.i', needed by `distdir'.
> Stop.
> make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
> make: *** [distdir] Error 1
> 
> 
> There is a qmfengine.i under the include directory, is that where it
> should be distributed from?

Yes. The swig descriptors are installed to the include directory. Swig
by default looks in those same directories for descriptors.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/


Re: make distcheck fails on trunk, missing qmfengine.i

Posted by Ken Giusti <kg...@redhat.com>.
Not sure - they were moved there as part of this change:

http://svn.apache.org/viewvc?view=revision&revision=1414294

-K

----- Original Message -----
> make distcheck fails on trunk with:
> 
> make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
> make[1]: *** No rule to make target `qmfengine.i', needed by
> `distdir'.
> Stop.
> make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
> make: *** [distdir] Error 1
> 
> 
> There is a qmfengine.i under the include directory, is that where it
> should be distributed from?
> 
> Cheers,
> Alan.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org