Skip to content

How does the source code compile and install under centOS?  #306

@xujingzhou

Description

@xujingzhou

How does the source code compile and install under centOS? Welcome to detailed steps. thanks

Error as below:
[root@VM-0-14-centos FBX2glTF]# conan install . --output-folder=build --settings=build_type=Release -s compiler.libcxx=libstdc++11

======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu98
compiler.libcxx=libstdc++11
compiler.version=4.8
os=Linux

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu98
compiler.libcxx=libstdc++
compiler.version=4.8
os=Linux

ERROR: Error loading conanfile at '/www/server/fbx2gltf/code/FBX2glTF/conanfile.py': Unable to load conanfile in /www/server/fbx2gltf/code/FBX2glTF/conanfile.py
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/www/server/fbx2gltf/code/FBX2glTF/conanfile.py", line 6, in
from conans import ConanFile, CMake
ImportError: cannot import name 'ConanFile'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions