recompile graphFac_ext from graphFac.cpp using bjam ,unable to find file graphFacLoad.py
zuozijiZHOULI opened this issue · 4 comments
zuozijiZHOULI commented
error: Unable to find file or target named
error: 'graphFacLoad.py'
error: referred to from project at
error: '.'
palash1992 commented
Why do you need graphFacLoad.py?
zuozijiZHOULI commented
I use “bjam toolset=gcc cxxflags="-std=c++11"” to recompile graphFac_ext from graphFac.cpp, i get the error that unable to find graphFacload.py .I thought it was necessary,so i need it.
palash1992 commented
“bjam toolset=gcc cxxflags="-std=c++11"” should compile without graphFacLoad.py. I was using graphFacLoad.py to test the compilation. It only had one line "from c_ext import graphFac_ext"
zuozijiZHOULI commented
Ok ,I get it,thank for you help .