On Tue Oct 15 15:41:06 2019, sguthery@gmail.com wrote:
Show quoted text> I have built the current version of mxnet from sources (without Python
> support) and mxnet_wrap.o was not generated. The result is that I can't
> build AI-MXNETCAPI.
>
> Is mxnet_wrap.c/mxnet_wrap.cpp part of the mxnet distribution or part of
> the distribution of AI-MXNETCAPI?
>
> Thanks in advance for your guidance.
>
> Cheers, Scott
1. Install "swig" first
2. "perl Makefile.pl"
- `swig -noproxy -c++ -perl mxnet.i` in Makefile.PL will generate "mxnet_wrap.cxx".
3. "make"