Hey, I tried to install PyEtaler on a ubuntu20.04, and so far all 3 methods failed, because of the same error.
I successfully installed Etaler, and was able to run the examples, but no luck getting PyEtaler to work so far.
Here is the full log of executing the command: "python3 genbinding.py" https://pastebin.com/24K4H0mP
If I run the rootcling command on its own, I get:
$ rootcling -v3 -f etaler_rflx.cpp -cxxflags -std=c++1z -Wno-implicit-fallthrough -pipe -fsigned-char -pthread Etaler/Etaler.hpp Etaler/3rdparty/backward-cpp/backward.hpp Etaler/3rdparty/backward-cpp/test/test.hpp Etaler/3rdparty/half_precision/half.hpp Etaler/3rdparty/pcg-cpp/include/pcg_extras.hpp Etaler/3rdparty/pcg-cpp/include/pcg_random.hpp Etaler/3rdparty/pcg-cpp/include/pcg_uint128.hpp Etaler/Algorithms/Anomaly.hpp Etaler/Algorithms/Boost.hpp Etaler/Algorithms/SDRClassifer.hpp Etaler/Algorithms/SpatialPooler.hpp Etaler/Algorithms/SpatialPoolerND.hpp Etaler/Algorithms/Synapse.hpp Etaler/Algorithms/TemporalMemory.hpp Etaler/Backends/CPUBackend.hpp Etaler/Core/Backend.hpp Etaler/Core/DType.hpp Etaler/Core/DefaultBackend.hpp Etaler/Core/Error.hpp Etaler/Core/Half.hpp Etaler/Core/Random.hpp Etaler/Core/Serialize.hpp Etaler/Core/Shape.hpp Etaler/Core/SmallVector.hpp Etaler/Core/String.hpp Etaler/Core/Tensor.hpp Etaler/Core/TensorImpl.hpp Etaler/Core/TypeHelpers.hpp Etaler/Core/TypeList.hpp Etaler/Core/Views.hpp Etaler/Encoders/Category.hpp Etaler/Encoders/GridCell1d.hpp Etaler/Encoders/GridCell2d.hpp Etaler/Encoders/Scalar.hpp selection.xml
rootcling: for the -f option: may only occur zero or one times!
rootcling: for the -s option: may not occur within a group!
To me it seems like this error occurs because "-std=c++1z" is a -s option and "-fsigned-char" a -f option...
Hey, I tried to install PyEtaler on a ubuntu20.04, and so far all 3 methods failed, because of the same error.
I successfully installed Etaler, and was able to run the examples, but no luck getting PyEtaler to work so far.
Here is the full log of executing the command: "python3 genbinding.py" https://pastebin.com/24K4H0mP
If I run the rootcling command on its own, I get:
To me it seems like this error occurs because "-std=c++1z" is a -s option and "-fsigned-char" a -f option...