StatML opened a new issue #7506: build error: expected ?}? at end of input
URL: https://github.com/apache/incubator-mxnet/issues/7506
 
 
   For bugs or installation issues, please provide the following information.
   The more information you provide, the more likely people will be able to 
help you.
   
   ## Environment info
   Operating System: Ubuntu 16.04.4
   
   Compiler: G++ 5.4
   
   Package used (Python/R/Scala/Julia): Python
   
   MXNet version: 
   
   Or if installed from source: source
   
   MXNet commit hash (`git rev-parse HEAD`):
   1286809a1fc76c0b808b988084fc0950300f40d4
   
   If you are using python package, please provide
   
   Python version and distribution: 3.5.2
   
   If you are using R package, please provide
   
   R `sessionInfo()`:
   
   ## Error Message:
   
   > In file included from src/operator/random/./../operator_common.h:37:0,
   >                  from src/operator/random/./sample_multinomial_op.h:31,
   >                  from src/operator/random/sample_multinomial_op.cc:24:
   > src/operator/random/./../../common/cuda_utils.h:95:43: error: 
?mxnet::common::cuda::CusolverGetErrorString? declared as an ?inline? variable
   >  inline const char* CusolverGetErrorString(cusolverStatus_t error) {
   >                                            ^
   > src/operator/random/./../../common/cuda_utils.h:95:43: error: 
?cusolverStatus_t? was not declared in this scope
   > src/operator/random/./../../common/cuda_utils.h:95:67: error: expected ?,? 
or ?;? before ?{? token
   >  inline const char* CusolverGetErrorString(cusolverStatus_t error) {
   >                                                                    ^
   > src/operator/random/sample_multinomial_op.cc:111:1: error: expected ?}? at 
end of input
   >  }  // namespace mxnet
   >  ^
   > src/operator/random/sample_multinomial_op.cc:111:1: error: expected ?}? at 
end of input
   > src/operator/random/sample_multinomial_op.cc:111:1: error: expected ?}? at 
end of input
   > Makefile:275: recipe for target 
'build/src/operator/random/sample_multinomial_op.o' failed
   > make: *** [build/src/operator/random/sample_multinomial_op.o] Error 1
   > 
   
   ## Steps to reproduce
   or if you are running standard examples, please provide the commands you 
have run that lead to the error.
   
   1. make -j
   
   ## What have you tried to solve it?
   
   N/A
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to