Skip Menu |

This queue is for tickets about the AI-MXNetCAPI CPAN distribution.

Report information
The Basics
Id: 130715
Status: open
Priority: 0/
Queue: AI-MXNetCAPI

People
Owner: Nobody in particular
Requestors: sguthery [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: mxnet.i o / mxnet_wrap.o
Date: Tue, 15 Oct 2019 15:40:41 -0400
To: bug-AI-MXNetCAPI [...] rt.cpan.org
From: Scott Guthery <sguthery [...] gmail.com>
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
RT-Send-CC: sergeykolychev.github [...] gmail.com
In 0.9504, there is "mxnet_wrap.cxx". It doesn't work with MXNet 1.5 (latest).
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"